Blender Git Commits

Blender Git "master" branch commits.

Page: 3062 / 5574

October 2, 2013, 22:46 (GMT)
real fix for #36695, scale brush stroke with maximum scale component,
except layer brush where the previous algorithm is used.
October 2, 2013, 22:18 (GMT)
Fix an own regression introduced in the dyntopo cleanup commits. Do not
remove a vertex from the pbvh if the only face it was part of was
removed from the pbvh. This should work but no time to investigate now
properly, and better have a solid release. The problem could be seen
when sculpting to open meshes. Some vertices and faces on the boundaries
would become stuck and unresponsive.
October 2, 2013, 22:18 (GMT)
Revert 60358, it made irregularly scaled objects behave incorrectly, checking out different approach here.
October 2, 2013, 19:54 (GMT)
OSX/GHOST: fix own issue in 60510, should now (hopefully) cover all multiple window combinations
October 2, 2013, 19:00 (GMT)
Fix #36316: dots in cycles render on certain CPUs with 32 bit linux builds.
There is some sort of problem with the SSE2 code path, but I couldn't find
the cause, maybe a compiler bug due to the large amount of inlining? For
now I've disabled SSE2 optimizatons in 32 bit GCC builds.
October 2, 2013, 18:49 (GMT)
OSX/GHOST: refine #60409 and better take multiple windows into account
October 2, 2013, 17:02 (GMT)
Fixes for cycles Mapping and Vector Transform node:

* Keep the Mapping node default type as Point for now, instead of Texture. The
latter is a better default, but this is breaking API compatibility and it's
too close to release to expect addons to be fixed in time.

* Vector Transform and Mapping nodes had properties with name "type" to set the
type of vector, but this conflicts with the node type property, so renamed to
vector_type now.
October 2, 2013, 16:37 (GMT)
fix [#36919] Cannot delete keyframe of animated simulation parameter if simulation has been disabled
October 2, 2013, 16:13 (GMT)
re-shuffle ifdef for osx to make it more clear
October 2, 2013, 16:09 (GMT)
OSX: readd ctrl-a for 'select all' in text(-boxes) against my own conviction for now - really to be discussed
October 2, 2013, 14:41 (GMT)
Fix cycles OpenCL compile error on AMD, and fix assert in debug builds.
Revision 8e70db7 by Joshua Leung
October 2, 2013, 12:14 (GMT)
Bugfix: All actions created when keyframing now have their "id-root" set appropriately

This means that it will no longer be possible to accidentally load a nodetree action in
the Action Editor (object-level actions only), resulting in F-Curves getting
invalidated/disabled.
October 2, 2013, 10:18 (GMT)
libmv: fix matrix address being printed instead of actual values
October 2, 2013, 04:12 (GMT)
fix [#36913] GHASH_FLAG_ALLOW_DUPES assert and crash in Edge Collapse
October 1, 2013, 18:23 (GMT)
fix regression - convex hull tool leaving new faces unselected.
October 1, 2013, 17:47 (GMT)
OSX/keys: change to OSX conform cmd-a for 'select-all' in text(-boxes)
October 1, 2013, 16:40 (GMT)
style edits and use macro for prefix check
October 1, 2013, 16:15 (GMT)
bugfix [#32346] Node animation, removing nodes keeps FCurves.

The same bug happens for modifiers, but better to address it separately.
Contribution and review by Lukas Toenne and Brecht van Lommel
October 1, 2013, 15:52 (GMT)
allow knife-project to use sub-pixel length edges.
October 1, 2013, 15:37 (GMT)
Fix use of uninitialized variable in recent node tree changes.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021