Revision cf129d8 by Campbell Barton June 20, 2012, 19:23 (GMT) |
avoid calls to BLF_height_default in a loop calling with the same value, also quiet warning. |
Revision 850d734 by Campbell Barton June 20, 2012, 18:46 (GMT) |
make mask handles draw with an outline - when outline option is enabled. |
Revision 3966f74 by Campbell Barton June 20, 2012, 17:37 (GMT) |
svn merge ^/trunk/blender -r48129:48133 |
Revision dc7770d by Campbell Barton June 20, 2012, 17:35 (GMT) |
fix for use of 2 uninitialized vars in the tiles compositor. |
Revision e631cf7 by Campbell Barton June 20, 2012, 17:12 (GMT) |
svn merge ^/trunk/blender -r48119:48129 |
Revision 81468b5 by Campbell Barton June 20, 2012, 17:10 (GMT) |
fix for error with sequencer stip text drawing - was using unclamped handle sizes for the text bounds, this could be very wrong with long strips. |
Revision bbe3c29 by Jeroen Bakker June 20, 2012, 17:04 (GMT) |
* reset OpenCL innerloop size to 32. |
Revision a744fed4 by Campbell Barton June 20, 2012, 16:43 (GMT) |
style cleanup |
Revision ea122cf by Campbell Barton June 20, 2012, 16:34 (GMT) |
move the frame length to the end for sequence drawing (mango request, since often the name is clipped out entirely so only then length is seen) |
Revision 14e4630 by Brecht Van Lommel June 20, 2012, 14:57 (GMT) |
Fix crash in compositing nodes with a node group with missing datablock, can happen with library linking and missing files. |
Revision e3e75b3 by Brecht Van Lommel June 20, 2012, 14:24 (GMT) |
Fix #31883: cycles vectors pass rendering crash with some render layers using it and others not. |
Revision aa30e20 by Sergey Sharybin June 20, 2012, 14:20 (GMT) |
Fix #31852: Sequencer duplicate cant move strips on Y axis in a meta Issue was caused by some stuff happenign in wm_operator_finish() which uses to somehow restore changes made by transformation invoke function. Solved by not calling translation operator directly from duplication operator (which is in fact really tricky) and use macros instead. This macros calls duplication operator which simply duplicates strip, and then calls translation operator. |
Revision fdfc8cb by Campbell Barton June 20, 2012, 14:15 (GMT) |
svn merge ^/trunk/blender -r48114:48119 |
Revision 72f7ab4 by Campbell Barton June 20, 2012, 14:13 (GMT) |
removing from group now shows menu to select group to remove. |
Revision 6b69576 by Sergey Sharybin June 20, 2012, 13:40 (GMT) |
Added command line argument --debug-value Useful when needed to set debug value (G.rt) on blender's startup |
Revision a550b6f by Sergey Sharybin June 20, 2012, 13:32 (GMT) |
Silent masks "alloc new deform spline" debug print |
Revision caa337f by Sergey Sharybin June 20, 2012, 12:47 (GMT) |
Workaround for non-updating image editor when viewer node is opened there with view-transform |
Revision 5896702 by Sergey Sharybin June 20, 2012, 12:06 (GMT) |
Revision 906a635 by Sergey Sharybin June 20, 2012, 11:16 (GMT) |
Store parent's initial position when setting mask's parent from the interface |
Revision 470ad6f by Sergey Sharybin June 20, 2012, 10:54 (GMT) |
Do not check result of BKE_tracking_marker_get -- it shall always return valid marker. If not -- let blender crash, because that means something went really bad and silencing this isn't good idea. Also made mask parenting to tracking data aware of clip's start frame. |
|