Revision c9c23a3 by Campbell Barton May 16, 2019, 03:50 (GMT) |
RNA: add 3D cursor matrix attribute Avoids having to check rotation modes to get the orientation. |
Revision f2144cf by Brecht Van Lommel May 16, 2019, 03:19 (GMT) |
Revision 4a76673 by Germano Cavalcante May 16, 2019, 02:19 (GMT) |
Fix unreported: Presselection cycle not working in multiple meshes editing. |
Revision 68c12c8 by Campbell Barton May 16, 2019, 02:05 (GMT) |
Revision 2384564 by Campbell Barton May 16, 2019, 01:12 (GMT) |
Cleanup: remove 2.4x panel tabs This makes the code confusing since we now have two other kinds of tabs (navigation bar and panel categories). |
Revision 870fc29 by Campbell Barton May 16, 2019, 00:48 (GMT) |
Cleanup: panel layout logic Workspace was being assigned in a loop, make some vars const. |
Revision 02a7e57 by Campbell Barton May 15, 2019, 23:47 (GMT) |
Cleanup: sort DNA renaming defines |
Revision e8ed78c by Campbell Barton May 15, 2019, 23:40 (GMT) |
ClangFormat: remove FAKE_SELECT_MODE_BEGIN from ForEachMacros This isn't used for looping. |
May 15, 2019, 23:36 (GMT) |
Fix T54686: objects don't occlude each other for edit-mesh select |
Revision 989d854 by Pablo Vazquez May 15, 2019, 21:16 (GMT) |
Theme: Match edit mode in viewport and uv/image editor. Also make the grid brighter as it can conflict with mesh wires in wireframe mode. |
Revision 3b58bf3 by Pablo Vazquez May 15, 2019, 21:08 (GMT) |
Theme: Blender Light update * Align category icons and color use with Default theme. * Set colors for new properties and regions. * Fix several issues. Needs further testing to tackle all editors but this puts it at much more usable level compared to how it was. |
Revision 40a69b2 by Alexander Gavrilov May 15, 2019, 19:35 (GMT) |
Animation: treat F-Curves with no keys as if muted/not existing. When normally editing curves, deleting the last keyframe also deletes the curve. Thus if for some reason it didn't happen, e.g. maybe due to removing keys directly via Python, skip the bad curve instead of resetting the channel to zero. |
Revision 198c00f by Alexander Gavrilov May 15, 2019, 19:35 (GMT) |
Armature Constraint: don't calculate the unneeded ct->matrix for solve. This constraint requires full bone data to evaluate, so it can't use the generic single target matrix system. Calculating it is thus useless waste of CPU time. |
Revision f9784ea by Bastien Montagne May 15, 2019, 18:59 (GMT) |
Py NodeShader wrapper helper: add support for new Alpha setting of Principled BSDF. Now that we have real alpha in BSDF, it's much better option for transparency, than previously used Transmission value. Related to T64609. |
Revision 9baf669 by Antonio Vazquez May 15, 2019, 18:26 (GMT) |
Fix T64649: Deprecated Annotation editing causes a crash The Edit option was removed from annotations and the buttons must not be in the panel. |
Revision fe8f075 by Antonio Vazquez May 15, 2019, 17:31 (GMT) |
GPencil: Invert Fade Object slider The Fade Objects and Fade Layers parameters had opposite meaning and this was not correct. Now, both parameters work in the same direction. |
Revision 1185031 by Pablo Vazquez May 15, 2019, 17:12 (GMT) |
Theme: don't use red as hue for shading icons. It can be confused with an error or something wrong in the UI. |
Revision 2b8fba0 by Pablo Vazquez May 15, 2019, 17:12 (GMT) |
Theme: Darker grid. |
Revision 5827a47 by Pablo Vazquez May 15, 2019, 17:12 (GMT) |
Theme: match outliner/properties colors with modes in viewport. Helps to: * Make a connection between what we see in Outliner, Viewport and Properties editor (clicking on the obdata icon takes us to Edit mode, which shares colors). * Quickly tell which mode we are in. * Armatures have now distinct color when in Object, Edit, and Pose modes. Missing is Pose mode which is currently cyan in the viewport and obdata category in properties, it would probably need its own special category though as it doesn't match the others. |
May 15, 2019, 16:10 (GMT) |
Objects: new 3D cursor alignment option when adding objects The choices are now World, View and 3D Cursor. This breaks Python API compatibility, add-ons that add objects with this parameter will need to be updated. Differential Revision: https://developer.blender.org/D4706 |
|
|
|


Master Commits
MiikaHweb | 2003-2021