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. |
Revision 7166423 by Campbell Barton / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
mathutils.kdtree: fix docstrings |
Revision 15a212e by Bastien Montagne / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Cleanup: #define -> enums. |
Revision b6192bf by Thomas Dinges / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Cleanup: Remove SD_BSDF_GLOSSY flag, unused. |
Revision d813f70 by Sergey Sharybin / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Switch to SDL2 on OSX |
Revision 3e5de9d by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Fix: Shift-H now works in main graph editor area too In the process, I've removed the old operator (ANIM_OT_channels_visibility_set) and folded that option in with the hide operator, to make this consistent with how this is done in the 3D view and other parts of Blender. |
Revision 656b868 by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Tweaks to hide/reveal hotkeys for Graph Editor Now the hotkeys here work in line with what's done for other parts of Blender * H = Hide selected * Shift-H = Hide unselected (i.e. old VKEY behaviour) * Alt-H = Reveal all |
Revision 56d4aed by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Graph Editor: H/Shift-H now hide and unhide selected curves (Gooseberry Request) Revised the tools for managing which FCurves are visible in the Graph Editor curves area. Now, there are the following tools in place: * V (channels region only) = Hide all curves except those in selected channels [OLD] * H = Hide all selected curves [NEW] * Shift-H = Show all previously hidden curves [NEW] I've removed the old operator to toggle visibility status of selected curves, as it doesn't seem that useful anymore. |
Revision aee3d19 by Campbell Barton / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Cleanup: name hide/reveal, like rest of operators |
|