Revision 62a7338 by Campbell Barton July 21, 2012, 15:27 (GMT) |
use fabsf when using floats. |
Revision 1bb7cfd by Sergey Sharybin July 21, 2012, 09:01 (GMT) |
Revision 21e3e3b by Sergey Sharybin July 21, 2012, 08:50 (GMT) |
Fix incorrect RNA access in parenting operator |
Revision d9fcbe2 by Campbell Barton July 21, 2012, 01:09 (GMT) |
remove BMO_OP_FLAG_RATIONALIZE_NORMALS option which wasnt used anywhere. |
Revision 90d2155 by Campbell Barton 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. |
Revision 3b012c0 by Tamito Kajiyama July 20, 2012, 23:12 (GMT) |
Merged changes in the trunk up to revision 49090. |
Revision 1651623 by Campbell Barton 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. |
Revision 7271f8e by Sergey Sharybin 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. |
Revision 10f14fb by Campbell Barton July 20, 2012, 14:02 (GMT) |
svn merge ^/trunk/blender -r49067:49082 |
Revision 80a24a2 by Campbell Barton 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. |
Revision e94ef6c by Campbell Barton 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), |
Revision 8568ce6 by Sergey Sharybin July 20, 2012, 10:35 (GMT) |
Mask rasteriyer: fixed wrong bounding box calculation for non-cyclic splines |
Revision 3b26b46 by Campbell Barton July 20, 2012, 10:33 (GMT) |
Separate meshes by loose parts and materials now works in object mode as well as editmode. |
Revision c8db1e8 by Campbell Barton July 20, 2012, 09:49 (GMT) |
minor edits for bmesh api |
Revision 88cf37e by Campbell Barton July 19, 2012, 21:55 (GMT) |
quiet formatting warnings when international was enabled. |
|
|
|


Master Commits
MiikaHweb | 2003-2021