Blender Git Commits

Blender Git "master" branch commits.

Page: 3577 / 5574

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.
June 11, 2012, 11:43 (GMT)
Merging r47727 through r47739 from trunk into soc-2011-tomato

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?
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)
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
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.
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.
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
June 11, 2012, 10:11 (GMT)
template for python node operators
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.
June 11, 2012, 09:24 (GMT)
updates to context docs and add missing member to node context 'node_context_dir'.
June 11, 2012, 09:18 (GMT)
This node was never actually commited to svn.
June 11, 2012, 09:05 (GMT)
UI messages fixes...
June 11, 2012, 09:00 (GMT)
Merging r47702 through r47726 from trunk into soc-2011-tomato

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.
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- :)

June 11, 2012, 08:15 (GMT)
fix for crashes in smooth-curves and clean-curves fcurve operators - missing NULL checks.
June 11, 2012, 08:06 (GMT)
Move all marker placement into a single omp critical section
Could give small speadup.
June 11, 2012, 06:51 (GMT)
quiet 'unused' warning.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021