Revision 736d781 by Brecht Van Lommel February 1, 2013, 18:54 (GMT) |
Fix an issue with the new cycles lamp MIS option not working correct with multiple lamps. |
Revision 4838a2c by Brecht Van Lommel February 1, 2013, 18:00 (GMT) |
Fix python foreach_get/foreach_set not working with dynamic sized arrays. |
Revision 1a5d0ed by Brecht Van Lommel February 1, 2013, 18:00 (GMT) |
Fix cycles computing UV map tangents when they weren't needed. |
Revision 5a51800 by Sergej Reich February 1, 2013, 16:03 (GMT) |
Compile fix Patch [#34075] by Davis Sorenson (dsavi), thanks. |
Revision 6baf63c by Brecht Van Lommel February 1, 2013, 15:17 (GMT) |
Fix some warnings in the collade code, but did not fix two because they seem to indicate bugs, left a comment about those. |
Revision 496c3e4 by Brecht Van Lommel February 1, 2013, 15:17 (GMT) |
Fix #34070: set origin operator did not work for lattice objects. |
Revision 2a71e4e by Campbell Barton February 1, 2013, 08:24 (GMT) |
make WITH_HEADLESS build again. |
Revision 7dc33e3 by Sergey Sharybin February 1, 2013, 06:24 (GMT) |
Move opencl and reigidbody from source/blender/ to intern/ This modules does not depend on any blender-specific data structures or algorithms and due to our policy better be placed to intern/ Shall be no functional changes, tested CMake and SCons on Linux, hopefully other platforms will work as well. P.S. SVN history shall be preserved for the files. |
Revision a47bef3 by Campbell Barton February 1, 2013, 01:11 (GMT) |
fix for [#33803], error was caused by sloppy coding in r53487, converting trackpad to wheel events. if you moved your mouse fast over a button the event would get converted to a wheel, even if the input event wasnt a MOUSEPAN event. When Alt was held this was noticable because Alt+Wheel changes button values. added an assert to avoid this happening again. |
Revision 6341919 by Campbell Barton February 1, 2013, 01:01 (GMT) |
code cleanup: make wmEvent's 'const' in interface code (reduces manual checking that they are not modified). |
Revision a2543d4 by Campbell Barton January 31, 2013, 23:25 (GMT) |
expose WITH_BOOST as a cmake option, this just disables boost deps since it was becoming annoying to remember all of them. |
Revision c734808 by Campbell Barton January 31, 2013, 22:18 (GMT) |
fix error with flipped vertex slide failing, also fix bug where you could be flipped and in proportional vertex slide mode. |
Revision 2007d57 by Campbell Barton January 31, 2013, 21:56 (GMT) |
ui_but_anim_expression_create was never returning true, even when it succeeded. |
Revision a9015e3 by Campbell Barton January 31, 2013, 21:15 (GMT) |
style cleanup |
Revision ad96f8e by Tamito Kajiyama January 31, 2013, 20:42 (GMT) |
Fix for a bug that Freestyle settings of a scene are reset when copying the scene. Problem report by IRIE Shinsuke, many thanks! |
Revision 64c6736 by Campbell Barton January 31, 2013, 20:41 (GMT) |
disable xinerama and xinput if libraries are missing. |
Revision d319d68 by Thomas Dinges January 31, 2013, 17:38 (GMT) |
OSL 1.3x / Windows 64: * Added missing define into SConscript file. This also makes r54232 obsolete, so removing this again. |
Revision 7b6e78e by Brecht Van Lommel January 31, 2013, 16:19 (GMT) |
Fix #34034: keyframe display of color/curve buttons was broken after revision 53132 which changed the RNA index to -1 for these. Also made it so that these buttons no longer display "Insert Single Keyframe" and only "Insert Keyframe" as you can't edit individual components here so it's only confusing. |
Revision 7575460 by Brecht Van Lommel January 31, 2013, 15:31 (GMT) |
Cycles: disable unnecessary preview render job for per node previews, they don't work so was just wasting CPU time. |
Revision a5cef69 by Monique Dewanchand January 31, 2013, 15:08 (GMT) |
Apply patch [#33999] Wrapping mode for the "translate" compositing node this patch enables the translate node to wrap around the image borders. This is especially needed if the translate node is not used to position elements on a layer but when it is used instead for seamless backgrounds like mountains or clouds that should be repeated over time (by animating the x/y values). No trunk without docs! So here is my documentation: http://wiki.blender.org/index.php/User:Plasmasolutions/TranslateNodeExtension The code is properly documented and should be easy to read and understand. When there are any problems or issues, please comment, I'll tackle them right away! Greetings, Thomas Beck * optimized determination dependant areas * fixed some issues with scale node There are still some issues when scaling very small values (x=0.0001) - At Mind - |
|