Revision e036c90 by Campbell Barton December 13, 2012, 05:43 (GMT) |
region overlap feature missed view3d grid-scale text, increase string size for title text too. |
Revision 1ab6306 by Campbell Barton December 13, 2012, 02:40 (GMT) |
minor edits - add BLENDER_QUIT_FILE define. - use const for passing rcti's in widget drawing. |
Revision 3716dfb by Campbell Barton December 13, 2012, 01:21 (GMT) |
remove UI_DPI_FAC, its not needed anymore. |
Revision 0082b25 by Campbell Barton December 13, 2012, 01:17 (GMT) |
remove BKE_main_scene_add(), just add main arg to BKE_scene_add() |
Revision 96b2dc8 by Campbell Barton December 13, 2012, 01:00 (GMT) |
style cleanup: changes from recent commits |
Revision 0260e4b by Campbell Barton December 13, 2012, 00:47 (GMT) |
code cleanup: quiet warnings |
Revision d6a291c by Campbell Barton December 13, 2012, 00:41 (GMT) |
fix another crash from missing update in Auto-Merge from r52911 |
Revision 9a848c1 by Alex Fraser December 12, 2012, 22:42 (GMT) |
Can now set a lower bound on the number of subframes (i.e. an upper bound on the time step size) for fluid simulations. Previously, the "subframes" parameter was not available when the adaptive time step was enabled; now they can both be set. The two settings can be used together to greatly increase simulation stability. |
Revision 9211fae by Ton Roosendaal December 12, 2012, 22:02 (GMT) |
Bugfix, irc report: Crash on running in background mode. Calling GHOST function, but there is no GHOST initialized. Easy to skip. |
Revision 160ebfa by Ton Roosendaal December 12, 2012, 20:31 (GMT) |
Disable a bugfix I did - to prevent event timers to be used still. Code looks sane, but somehow it frustrates the panel animation timer, causing freezes now. Work for tomorrow. |
Revision 69ba2d3 by Ton Roosendaal December 12, 2012, 19:56 (GMT) |
Crash, IRC report. Moving panels in a buttons-region around was calling menu code, reading NULL pointer. Seems to be an existing issue, not caused by my previous commit :) |
Revision 8af6721 by jens verwiebe December 12, 2012, 19:54 (GMT) |
OSX: make cmake and scons both compile jack and ndof with newer sdk's |
Revision fc65922 by Sergey Sharybin December 12, 2012, 19:20 (GMT) |
GHOST should now be finally fixed |
Revision 7605e9d by Ton Roosendaal December 12, 2012, 19:16 (GMT) |
Better patch for pixelsize to be zero - ghost code is going to be fixed next. |
Revision dcf6e5f by Ton Roosendaal December 12, 2012, 19:09 (GMT) |
Quick fix for ghost error - solves pixelsize to return 0. |
Revision 12b6420 by Ton Roosendaal December 12, 2012, 18:58 (GMT) |
Holiday coding log :) Nice formatted version (pictures soon): http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.66/Usability Short list of main changes: - Transparent region option (over main region), added code to blend in/out such panels. - Min size window now 640 x 480 - Fixed DPI for ui - lots of cleanup and changes everywhere. Icon image need correct size still, layer-in-use icon needs remake. - Macbook retina support, use command line --no-native-pixels to disable it - Timeline Marker label was drawing wrong - Trackpad and magic mouse: supports zoom (hold ctrl) - Fix for splash position: removed ghost function and made window size update after creation immediate - Fast undo buffer save now adds UI as well. Could be checked for regular file save even... Quit.blend and temp file saving use this now. - Dixed filename in window on reading quit.blend or temp saves, and they now add a warning in window title: "(Recovered)" - New Userpref option "Keep Session" - this always saves quit.blend, and loads on start. This allows keeping UI and data without actual saves, until you actually save. When you load startup.blend and quit, it recognises the quit.blend as a startup (no file name in header) - Added 3D view copy/paste buffers (selected objects). Shortcuts ctrl-c, ctrl-v (OSX, cmd-c, cmd-v). Coded partial file saving for it. Could be used for other purposes. Todo: use OS clipboards. - User preferences (themes, keymaps, user settings) now can be saved as a separate file. Old option is called "Save Startup File" the new one "Save User Settings". To visualise this difference, the 'save startup file' button has been removed from user preferences window. That option is available as CTRL+U and in File menu still. - OSX: fixed bug that stopped giving mouse events outside window. This also fixes "Continuous Grab" for OSX. (error since 2009) |
Revision 26ae649 by jens verwiebe December 12, 2012, 18:31 (GMT) |
OSX/cmake: fix ndof compile |
Revision 5783283 by Lukas Toenne December 12, 2012, 17:50 (GMT) |
RNA properties for width and height of nodes. Note: For most node types the height is determined automatically. Note2: There are two independent width values, one for regular nodes and one for the collapsed ("hidden") state. |
Revision 5ebe822 by Lukas Toenne December 12, 2012, 17:50 (GMT) |
Fix for range checks in generated RNA functions. The code was skipping the value clamping for float and int properties if using the min/max values of the respective number format, but not taking into account range callbacks of the property. |
Revision f1d3a2e by Brecht Van Lommel December 12, 2012, 16:51 (GMT) |
Fix error compiling in debug build, should test #ifndef NDEBUG instead of |
|