Revision be323ef by Martin Poirier December 19, 2009, 22:40 (GMT) |
Fix preview do_version bug (causing region type missing errors) The missing region was added to the wrong region base. Bump the subversion, new code to fix wrong region layouts saved in previous subversion and correct all old files correctly. |
Revision ff03816 by Martin Poirier December 19, 2009, 22:37 (GMT) |
Add missing names to SpaceTypes |
Revision f3147db by Martin Poirier December 19, 2009, 22:36 (GMT) |
netrender: list files in job webpage |
Revision 0da09bd by Martin Poirier December 19, 2009, 21:33 (GMT) |
int Type for region rna (read-only helps for debug) |
Revision 1384879 by Thomas Dinges December 19, 2009, 16:55 (GMT) |
Fixing error introduced in commit 25428. * Preview Render didn't update in the world tab, when changing settings. |
Revision 92412219 by Brecht Van Lommel December 19, 2009, 14:58 (GMT) |
Bugfix: doubles are not supported correctly in SDNA, double click introduced one in wmWindow.last_click_time. Moved this to the wmEvent struct, which now no is in DNA, was needed for RNA wrapping but not needed anymore. |
Revision 7e8af58 by Campbell Barton December 19, 2009, 13:48 (GMT) |
utility module for introspecting RNA for doc generation. |
Revision 3e23f00 by Campbell Barton December 19, 2009, 10:27 (GMT) |
fix for non Euler-XYZ rotations... - Camera to 3D view didnt check for rotation order. - Fly mode didnt check for rotation order. added util functions. - object_apply_mat4(ob, mat4); applies a 4x4 matrix to an objects loc,scale,rot (accounting for rotation modes) - object_mat3_to_rot(ob, mat3, use_compat); apply a 3x3 matrix to the objects rotation, option to use a euler compatible with the existing euler. |
Revision de7ffa1 by Campbell Barton December 18, 2009, 23:17 (GMT) |
make subsurf keys - Ctrl+1,2,3,4, apply to all selected objects. not just the active ones |
Revision 996152d by Brecht Van Lommel December 18, 2009, 17:15 (GMT) |
Bugfix: sculpt mode could crash using a mesh without faces. |
Revision 7d19734 by Damien Plisson December 18, 2009, 16:35 (GMT) |
OSX : add mounted network volumes to the system folder list in open/save file dialog |
Revision be81901 by Brecht Van Lommel December 18, 2009, 13:35 (GMT) |
Fix #20401: hair combing with limit selection to visible does not comb all particles. |
Revision 50544ea by Campbell Barton December 18, 2009, 13:28 (GMT) |
- sequence strips without scenes would crash on display - appending scenes would not append the sound and scene ID's for sequence strips - reload button in sequence header now reloads sounds as well. - redrawing the sequence image view didnt work while plaing (unless play was activated from that region) - generic functions for running a callback on sequence strips recursively. seqbase_recursive_apply() and seq_recursive_apply() - bind marker with camera was set to home key, use Ctrl+B instead. |
Revision c836b0a by Damien Plisson December 18, 2009, 13:13 (GMT) |
Cocoa : add confirmation request before opening a .blend file (dropped on Blender icon or dbl-clicked in Finder) |
Revision 955f7c9 by Brecht Van Lommel December 18, 2009, 13:08 (GMT) |
Fix #20423: particle system deflection settings were not read correctly, causing crashes on free and duplication. |
Revision 4f3af99 by Joshua Leung December 18, 2009, 11:55 (GMT) |
Keyframing Bugfix: This commit attempts to fix some of the bugs which were causing grief with some Durian animation tests. In one of those files, the order in which F-Curves were stored was seriously messed up; causing problems with some F-Curves still existing but unable to be edited (i.e. still showing up in the Object/Action summaries but nowhere else) since the standard assumptions for the way the data was stored had been violated. I've recoded the code that ensures that when F-Curves get added to Action Groups (and the Action that contains these) it ends up in the right places, since it was very likely that all the F-Curves would only ever get added near the end of the list. Hopefully this is enough to prevent these problems reoccurring, though I have a feeling there may still be one or two buggy tools which caused the problems in the first place. |
Revision eb17b95 by Brecht Van Lommel December 18, 2009, 11:26 (GMT) |
Bugfix: sculpt brush size was computed wrong in perspective view with scaled/translated objects. |
Revision f09d2e6 by Damien Plisson December 18, 2009, 09:50 (GMT) |
Cocoa : fix Dropped on application event was not sent |
Revision f6e82f7 by Joshua Leung December 18, 2009, 03:47 (GMT) |
RNA wrapping of Action Groups: Finished wrapping Action Groups in RNA to help debug some bugs showing up in the Animation Editors for some files from the Durian team. Access is strictly read-only for these added settings, given the trouble already caused by these problems. |
December 18, 2009, 03:41 (GMT) |
Tweaked some key shortcuts in text editor to prevent conflicts Ctrl F - open 'find' field Ctrl G - find next |
|