Blender Git Commits

Blender Git "master" branch commits.

Page: 3348 / 5574

December 28, 2012, 14:46 (GMT)
Fix cycles python error in some panels, was not updated for new list template yet.
December 28, 2012, 14:46 (GMT)
Convert alpha node: rename "key alpha" to "straight alpha" for consistency.
December 28, 2012, 14:21 (GMT)
New feature

Patch [#33445] - Experimental Cycles Hair Rendering (CPU only)

This patch allows hair data to be exported to cycles and introduces a new line segment primitive to render with.

The UI appears under the particle tab and there is a new hair info node available.

It is only available under the experimental feature set and for cpu rendering.
December 28, 2012, 14:19 (GMT)
style cleanup
December 28, 2012, 13:48 (GMT)
code cleanup: move view3d buffer bones loop into a static function (was not breaking out of the loop when a bone was found).
December 28, 2012, 13:44 (GMT)
Small fix: increased precision print of color sampling float images with 1 digit.
Now it prints 5, which shows better whether a buffer is float, or half float.

December 28, 2012, 13:34 (GMT)
Fix [#33424] Inadequate bake action.

bake_action tries to make kind of a 'visual keying'... On one side, this is rather stupid when you keep constraints (in this case, keying actual loc/rot/scale transforms, i.e. matrix_basis, is enough, doing more would lead to unexpected behavior with some constraints). On the other one, making a good visual keying of bones is *really* tricky, so now using the new object's convert_space() func to compute that (when the user chooses to remove the constraints).

Incidentally, this greatly simplifies the code of bake_action!
December 28, 2012, 13:21 (GMT)
Expose BKE_constraint_mat_convertspace() as object's convert_space() func in RNA. Converting between various standard spaces (like local, pose, world, etc.) can become quite hairy (especially with bones), as we already have this code in C, let's help py devs' life.

Thanks to Campbell for the review and advices.
December 28, 2012, 12:48 (GMT)
Bugfix #33681

Blender didn't detect properly whether event came from a mouse-wheel or
from a trackpad in OS X.

Now you can both, and both are handled independently.

Removed back hack from 2 years ago - which disabled mouse wheel for laptops.

December 28, 2012, 12:12 (GMT)
patch [#33669] SConstruct: Tell how to pass BF_PYTHON_INC to SCons is it is not found
from anatoly techtonik (techtonik)
December 28, 2012, 11:24 (GMT)
patch [#33687] select similar lamp
by Saurabh Wankhade (sauraedron), with some edits.
December 28, 2012, 11:19 (GMT)
Fix blenderplayer compilation.
December 28, 2012, 11:12 (GMT)
fix [#33677] Lambda is un-settable for mesh.vertices_smooth_laplacian

lambda is python keyword.
December 28, 2012, 10:45 (GMT)
remove type checks on drawing uiList's,

if the list is given the wrong item then the script needs to be fixed, better not fail silently.

left in checks as commented out asserts.
December 28, 2012, 10:38 (GMT)
Yesterday's memory free error fix in IMB_onehalf was wrong, it should
be fixed in the icons code!

December 28, 2012, 10:36 (GMT)
add missing free for ui lists
December 28, 2012, 10:32 (GMT)
style cleanup: var naming for ui list
December 28, 2012, 10:23 (GMT)
fix for memory leaks in own recent changes.
December 28, 2012, 10:08 (GMT)
revert r53356, this stopped the leak but still wasn't working nice.

Add asserts when CTX_data_pointer_get/CTX_data_collection_get are incorrectly used.

disable context inspection for now, Will enable again when its working properly.
December 28, 2012, 09:48 (GMT)
The new feature printing changed properties in python history list didn't free
a list of context properties. Give lots of leaked small blocks...


By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021