Revision 6650436 by Campbell Barton / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
CMake: disable OSL if its not found |
Revision e2855b8 by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Bugfix T42048: Keyframes missing when animating particle system blend texture parameters Textures attached to particle systems are now get their animation data listed under the particle systems they are attached to now. This is the most convenient and direct way that these can get included |
Revision 6147ad3 by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Bugfix T42648: Invert Selection operator is not working for animation channels The wrong selection mode was being used/passed to operators. |
Revision e2e69f6 by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Bugfix T41527: Animations of world texture properties invisible in anim editors Was caused by a typo - "items" was used in place of "tmp_items", causing animation in the texture to get ignored if nothing else was present |
Revision a7536df by Sergey Sharybin / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Task scheduler: Add an option to limit number of threads per pool This way we can have scheduler capable of scheduling tasks on all the CPUs but in the same time we can limit tasks like baking (in the future) to use no more than given number of threads. |
Revision b0ea6ae by Bastien Montagne / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Fix T42421: HDR reader could easily read past buffer (truncated HDR files e.g.) and segfault. Now readers get an 'mem_eof' guard pointer, and they abort in case they try to go past it. |
Revision 808c6e3 by Bastien Montagne / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Cleanup: ints/shorts -> bool. |
Revision d472651 by Sergey Sharybin / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Compsitor: White space cleanup |
Revision 70dee80 by Antonis Ryakiotakis / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Fix T42622, environment texture GLSL result different from rendering. Also included mirror ball shader, which was missing. |
Revision 77447f0 by Antonis Ryakiotakis / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Fix T42639, editcurve flags not getting restored on undo. Error here could be reproduced by tweaking curve properties such as 2d-3d or fill type and undoing. |
Revision 157e6ef by Antonis Ryakiotakis / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Fix T42662 hide unselected does not reveal selected. Not sure if this is a bugfix exactly but should help the gooseberry team with their workflow. |
Revision 78b91eb by Antonis Ryakiotakis / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Fix T42660 snapping not working nicely on graph editor. Basically, get the grid increments and reuse them when snapping. System is slightly crappy here, we should calculate those factors only once, but leaving as todo for later. |
Revision c6b2422 by Antonis Ryakiotakis / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Fix color tweaking in vertex painting not getting an undo push (would cause color reset between strokes) |
Revision d5e0613 by Sergey Sharybin / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
SCons: Proper solution for local symbols map Configuration used to override the link flags, it better restore them once the configuration is done. |
Revision d6931a6 by Antonis Ryakiotakis / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Revision 6a6336c by Bastien Montagne / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Fix T42638: Roll angle inconsistent flip in edit mode. Basically, `angle_compat_rad()` was completely broken - example of result it could produce: | new angle | compat angle | result | -0.000000 | 3.141593 | -> 3.141593 ... Where 0.0 (or 2 * PI) would be expected! |
Revision e0b960a by Sergey Sharybin / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Cycles: Remove dynamic library helper files They were only needed for CUDA wrangler. Since we've switched to CUEW this utility functions are no longer needed. |
Revision 7bd15aa by Sergey Sharybin / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Cycles: Fix typo on graphiz graph dumper |
Revision bbe68dd by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Bugfix T42661: shortcut "." and "," for changing pivot center don't work on Graph Editor |
Revision 3391476 by Sergey Sharybin / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
SCons: Remove duplicate PLATFORM_LINKFLAGS from makesdna and makesrna Hopefully it'll fix "anonymous version tag cannot be combined with other version" compilation error. |
|