Revision 74a30d9 by Brecht Van Lommel December 28, 2012, 14:46 (GMT) |
Fix cycles python error in some panels, was not updated for new list template yet. |
Revision c2dfcd9 by Brecht Van Lommel December 28, 2012, 14:46 (GMT) |
Convert alpha node: rename "key alpha" to "straight alpha" for consistency. |
Revision e9ba345 by Stuart Broadfoot 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. |
Revision 857df80 by Campbell Barton December 28, 2012, 14:19 (GMT) |
style cleanup |
Revision ddf39a8 by Campbell Barton 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). |
Revision 6ac7ab4 by Ton Roosendaal 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. |
Revision c587c98 by Bastien Montagne 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! |
Revision 9217501 by Bastien Montagne 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. |
Revision 9f9e35c by Ton Roosendaal 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. |
Revision c04631f by Campbell Barton 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) |
Revision 5e4bc5a by Campbell Barton December 28, 2012, 11:24 (GMT) |
patch [#33687] select similar lamp by Saurabh Wankhade (sauraedron), with some edits. |
Revision 6522aba by Antonis Ryakiotakis December 28, 2012, 11:19 (GMT) |
Fix blenderplayer compilation. |
Revision 4e88bfc by Campbell Barton December 28, 2012, 11:12 (GMT) |
fix [#33677] Lambda is un-settable for mesh.vertices_smooth_laplacian lambda is python keyword. |
Revision d984c46 by Campbell Barton 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. |
Revision 914b0aa by Ton Roosendaal 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! |
Revision 6061ecc by Campbell Barton December 28, 2012, 10:36 (GMT) |
add missing free for ui lists |
Revision 8c00c57 by Campbell Barton December 28, 2012, 10:32 (GMT) |
style cleanup: var naming for ui list |
Revision 37760c0 by Campbell Barton December 28, 2012, 10:23 (GMT) |
fix for memory leaks in own recent changes. |
Revision 08fbc48 by Campbell Barton 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. |
Revision 67b76a7 by Ton Roosendaal 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... |
|