Revision 71a7fb6 by Sergey Sharybin June 11, 2012, 11:54 (GMT) |
Draw grease pencil after masks Looks like drawing grease pencil before masks was affecting projection matrix somehow which made masks invisible Anyway, drawing GP actually shall happen after masks to match how it works in other areas. |
Revision 8430951 by Sergey Sharybin June 11, 2012, 11:43 (GMT) |
Revision 6ab087f by Sergey Sharybin June 11, 2012, 11:40 (GMT) |
Scale search area when doing planar tracking Helps keeping features tracked when there's large scale happens without need to manually re-adjust search area. Currently using factor of pattern's boundbox scale, but probably could be done in more accurate way? |
Revision 6674106 by Sergey Sharybin June 11, 2012, 11:40 (GMT) |
Fixed issue with disappearing Clip/Track menu from GP panel in Clip Editor caused by switching to Track GP without having active track. |
Revision 2a4a8fd by Joshua Leung June 11, 2012, 11:11 (GMT) |
Cosmetic fixes * PoseBone struct didn't have an icon * Comment fixes (stil referenced IPO's) |
Revision eba2f23 by Nicholas Bishop June 11, 2012, 11:00 (GMT) |
Fix invalid array index in armature_deform_verts(). Check that the def_nr is non-negative before using as index. Fixes bug [#31700] Crash when opening .blend file on 64bit environment |
Revision af1907e by Sergey Sharybin June 11, 2012, 10:31 (GMT) |
Pardon, for sure gaussian blur should be default for now, so it wouldn't affect on current compositor's setup. And to enable new test blur that line should be commented. |
Revision 8ca5bbc by Sergey Sharybin June 11, 2012, 10:25 (GMT) |
Fixed area of interest for black/white clipping, so now there should be no artifacts in the boundaries of tiles. Also added test blur operation which could potentially give better results than gaussian blur for keying. Not user yet, to enable uncomment like with USE_GAUSSIAN_BLUR in file COM_KeyingNode.cpp. |
Revision d214b14 by Nicholas Bishop June 11, 2012, 10:14 (GMT) |
Add missing/incorrect selection flushes. Added selection flush after loop cut, changed select_linked_pick's flush to use the em selection flag. Fixes bug [#31715] Cases where verts and edges are selected but not relevant faces |
Revision 9a92b0c by Campbell Barton June 11, 2012, 10:11 (GMT) |
template for python node operators |
Revision a18b303 by Nicholas Bishop June 11, 2012, 09:41 (GMT) |
Fix incorrectly deleted elements in array modifier caps. Add check for merging vertices into vertices that are themselves marked for merge, was already done for array eleements but not end caps. Fixes bug [#31695] Array Modifier: End Cap fails if all vertices are merged Also corrected some reversed assert arguments. |
Revision abfe63d by Campbell Barton June 11, 2012, 09:24 (GMT) |
updates to context docs and add missing member to node context 'node_context_dir'. |
Revision 075b355 by Sergey Sharybin June 11, 2012, 09:18 (GMT) |
This node was never actually commited to svn. |
Revision fccd8ac by Bastien Montagne June 11, 2012, 09:05 (GMT) |
UI messages fixes... |
Revision 7839e81 by Sergey Sharybin June 11, 2012, 09:00 (GMT) |
Revision 8015b7a by Nicholas Bishop June 11, 2012, 08:37 (GMT) |
Fix applying object transform to multires objects. Bug [#31785] Applying a transform to an object with multires weird result Was reading interleaved coord/mask data incorrectly since paint mask merge. Fixed by using two separate CCGKeys. Some additional code cleanup: deduplicate multires tangent matrix calculation. |
Revision 8a5252c by Jeroen Bakker June 11, 2012, 08:28 (GMT) |
* Blur node had some irregularities at the edge of the screen only visible when doing large size blurs. also solved the catcom/mitch filter that didn't work at low/medium quality PS never use BokehBlur Gausian filter as it is 99%+ identicat as non bokeh <= top for sergey- :) |
Revision 31c8f4f by Campbell Barton June 11, 2012, 08:15 (GMT) |
fix for crashes in smooth-curves and clean-curves fcurve operators - missing NULL checks. |
Revision 638211d by Sergey Sharybin June 11, 2012, 08:06 (GMT) |
Move all marker placement into a single omp critical section Could give small speadup. |
Revision 05c48fe by Campbell Barton June 11, 2012, 06:51 (GMT) |
quiet 'unused' warning. |
|