Blender Git Commits

Blender Git "master" branch commits.

Page: 3530 / 5574

July 21, 2012, 15:27 (GMT)
use fabsf when using floats.
July 21, 2012, 09:01 (GMT)
Merge mask fixes from tomato branch

--
svn merge -r49075:49076 -r49086:49087 ^/branches/soc-2011-tomato

July 21, 2012, 08:50 (GMT)
Fix incorrect RNA access in parenting operator
July 21, 2012, 01:09 (GMT)
remove BMO_OP_FLAG_RATIONALIZE_NORMALS option which wasnt used anywhere.
July 21, 2012, 00:58 (GMT)
add option so operators can be called with a flag, currently the only flag is to respect hidden geometry.

this is useful for bmesh tools that operate in object mode or for modifiers which would previously use hidden faces in some cases.
July 20, 2012, 23:12 (GMT)
Merged changes in the trunk up to revision 49090.
July 20, 2012, 19:11 (GMT)
patch [#32152] Make NlaTrack.is_solo settable
from Peter Amstutz (tetron)
Revision 44800e8 by Lukas Toenne
July 20, 2012, 17:28 (GMT)
Masking: prevent crashes in cases when mask spline is axis aligned

Revision f883337 by Lukas Toenne
July 20, 2012, 15:07 (GMT)
Fix #32118, Reroute nodes inside groups get created in wonky places.

Previous attempt was not taking into account parent nodes of the group nodes (i.e. frames). The nodeFromView function should be used to convert between relative node location to absolute view space. Also added this in the node_add_node helper function, which is used in a number of operators for adding nodes in a specific location.
July 20, 2012, 14:16 (GMT)
Color management: threading fixes and partial buffer update refactor

There used to be an issue in colormanage_cache_get which lead to
wrong reference number counter in cases when exposure / gamma
does not match values stored in cache. In this case cache handle
should be set to NULL, no callee function could always call
buffer release function (as it was intended to).

Made display buffer acquire / release functions thread safe.
This applies to "external" API only, internal helpers are
non-thread safe for performance issues, so if one uses them
he need to be careful.

Converted partial display buffer update into a single function
which still updates all display buffer ever created for given
image buffer. This means that it's not needed to create any
kind of context first and if there're display buffers created
in-between of partial updates they would also be updated with
next calls of partial updates.

This allowed to make render result nicely color managed during
rendering, meaning that render progress is visualisable with
color management for image editor set up.
July 20, 2012, 14:02 (GMT)
svn merge ^/trunk/blender -r49067:49082
July 20, 2012, 14:01 (GMT)
fix for compositor bug, mix node operation `clamp` was uninitialized.

made HSV node randomly clamp values from 0-1.
July 20, 2012, 13:54 (GMT)
ignore hidden faces when splitting by loose parts of materials.
Revision 054b78d by Joshua Leung
July 20, 2012, 12:33 (GMT)
Commented out "Filter" FModifier type entry in type enum. This doesn't exist
yet, and likely won't exist for a while.
Revision 684affe by Joshua Leung
July 20, 2012, 12:29 (GMT)
Code cleanup - missing indention be gone!

(And fixed some incorrect comments)
Revision 54d2921 by Joshua Leung
July 20, 2012, 12:18 (GMT)
Keyframes from lib-linked actions are now drawn ghosted (just like those of
protected/unmodifiable channels),
July 20, 2012, 10:35 (GMT)
Mask rasteriyer: fixed wrong bounding box calculation
for non-cyclic splines

July 20, 2012, 10:33 (GMT)
Separate meshes by loose parts and materials now works in object mode as well as editmode.
July 20, 2012, 09:49 (GMT)
minor edits for bmesh api
July 19, 2012, 21:55 (GMT)
quiet formatting warnings when international was enabled.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021