Revision 9a85435 by Campbell Barton July 3, 2010, 17:39 (GMT) |
rna api: rename object.matrix --> matrix_world added object.matrix_local (parent relative matrix) |
Revision 7a495a1 by Brecht Van Lommel July 3, 2010, 17:19 (GMT) |
Fix for layer restoring with duplis, could be wrong sometimes when there with multiple instances and recursion. |
Revision 37b4e2a by Campbell Barton July 3, 2010, 15:03 (GMT) |
cmake: disable openexr if its not found (rather then throwing an error) |
Revision 0b939f9 by Campbell Barton July 3, 2010, 12:55 (GMT) |
WM_operator_props_popup was calling ED_undo_push_op() which is also called by wm_operator_finished. This made new image operator and seperate image sequence call ED_undo_push_op() twice. Tested with move to layer and python select pattern operators and it works ok. including backtraces for the double calls just incase. # first #2 0x00000000009ff4c4 in ED_undo_push_op (C=0x20e1098, op=0x3ea13a8) at /media/data/blender_ideasman42/blender_trunk/source/blender/editors/util/undo.c:187 #3 0x00000000008b5fa1 in WM_operator_props_popup (C=0x20e1098, op=0x3ea13a8, event=0x3ea0d28) at /media/data/blender_ideasman42/blender_trunk/source/blender/windowmanager/intern/wm_operators.c:1032 #4 0x00000000008be6be in wm_operator_invoke (C=0x20e1098, ot=0x2408bd8, event=0x3ea0d28, properties=0x3e943d8, reports=0x0) at /media/data/blender_ideasman42/blender_trunk/source/blender/windowmanager/intern/wm_event_system.c:613 #5 0x00000000008bfa44 in wm_handler_operator_call (C=0x20e1098, handlers=0x25509a0, handler=0x25cb658, event=0x3ea0d28, properties=0x3e943d8) at /media/data/blender_ideasman42/blender_trunk/source/blender/windowmanager/intern/wm_event_system.c:1158 # second #2 0x00000000009ff4c4 in ED_undo_push_op (C=0x20e1098, op=0x3ea13a8) at /media/data/blender_ideasman42/blender_trunk/source/blender/editors/util/undo.c:187 #3 0x00000000008bde8e in wm_operator_finished (C=0x20e1098, op=0x3ea13a8, repeat=0) at /media/data/blender_ideasman42/blender_trunk/source/blender/windowmanager/intern/wm_event_system.c:439 #4 0x00000000008be82a in wm_operator_invoke (C=0x20e1098, ot=0x2408bd8, event=0x3ea0d28, properties=0x3e943d8, reports=0x0) at /media/data/blender_ideasman42/blender_trunk/source/blender/windowmanager/intern/wm_event_system.c:640 #5 0x00000000008bfa44 in wm_handler_operator_call (C=0x20e1098, handlers=0x25509a0, handler=0x25cb658, event=0x3ea0d28, properties=0x3e943d8) at /media/data/blender_ideasman42/blender_trunk/source/blender/windowmanager/intern/wm_event_system.c:1158 |
Revision d79a2c6 by Damien Plisson July 3, 2010, 12:11 (GMT) |
OSX scons : disable build with lcms by default until scons scripts are updated to take into account lcms include and lib paths different from /usr I've released this scons scripts update as patch #22723, for it to be checked for no adverse effects on other platforms. |
Revision ec770b7 by Damien Plisson July 3, 2010, 10:01 (GMT) |
OSX: CMake and scons default settings updated to allow build with LCMS lib |
Revision 6365cb3 by Mike Erwin July 3, 2010, 07:03 (GMT) |
much-improved tablet handling; hi-fi input for mouse/pen |
Revision 09f6604 by Mike Erwin July 3, 2010, 06:58 (GMT) |
preparing for NDOF overhaul |
Revision 905fcc7 by Mike Erwin July 3, 2010, 03:53 (GMT) |
guarding printf calls as MinGW (gcc 4.5) insists |
Revision de3dc33 by Campbell Barton July 2, 2010, 20:46 (GMT) |
render override was still showing game physics bounds |
Revision 15be7b2 by Campbell Barton July 2, 2010, 20:09 (GMT) |
- changes to the sequencer so new strips use the data name. - removed the name option for the sequence operators. |
Revision 213a45b by Campbell Barton July 2, 2010, 17:44 (GMT) |
changes to file selector so 'directory' property from an operator is used when available. also made some other changes to the path functions used. |
Revision 643ec7a by Brecht Van Lommel July 2, 2010, 11:26 (GMT) |
Fix #22690: gestures were not working correct after inbetween mousemove changes, also forgot to update armature sketching operator. |
July 2, 2010, 03:11 (GMT) |
revert previous auto-naming change for meta elements, broke the name-based grouping. |
Revision 49b8bb6 by Diego Borghetti July 1, 2010, 19:29 (GMT) |
Fix new zoom in/out values for nodes in old files. The problem was a missing update to the ARegion and the first space, that is why old file don't get the new zoom in/out values. |
Revision 51fd10a by Campbell Barton July 1, 2010, 19:28 (GMT) |
adding image strips wasnt working, use the 'directory' component of the file selector rather then the full 'filepath' to fix this. added flags for filename/filepath/directory args to WM_operator_properties_filesel(). |
Revision 93bdba9 by Brecht Van Lommel July 1, 2010, 15:12 (GMT) |
Fix for crash with PBVH in background mode, patch by Campbell. |
Revision 6cc4160 by Campbell Barton July 1, 2010, 14:08 (GMT) |
adding a new sequence strip uses the active strips path when available. |
Revision 742c4eb by Campbell Barton July 1, 2010, 13:25 (GMT) |
enable external pointcache for smoke in the UI. |
Revision 0fa0d12 by Campbell Barton July 1, 2010, 13:21 (GMT) |
fix for building with WITH_RAYOPTIMIZATION |
|
|
|


Master Commits
MiikaHweb | 2003-2021