Revision 8e86172 by Ray molenkamp April 23, 2019, 15:15 (GMT) |
Space_node: Add draw backdrop callback. Add a callback to allow custom node editors to draw their own backdrop. Differential Revision: https://developer.blender.org/D4709 Reviewed by: JacquesLucke |
Revision 58a1eb9 by Alexander Gavrilov April 23, 2019, 14:47 (GMT) |
Depsgraph: fix standard IK target dependencies. Targeting a different object always requires its transform, and normally dependencies should go to the solver node. ITASC is quite broken so special case it until fixed. |
Revision 5a144c7 by Sergey Sharybin April 23, 2019, 12:31 (GMT) |
Fix T63816: Crash opening file with multiple view layers Dependency graph will not be crated for view layers which were never visible. |
Revision 7625fad by Alexander Gavrilov April 23, 2019, 10:45 (GMT) |
B-Bones: remove hard limits on curve/roll/scale/ease properties. I don't see any reasons why soft limits wouldn't be enough here. |
Revision ae054af by Alexander Gavrilov April 23, 2019, 10:45 (GMT) |
Cleanup: rename the curveInX etc bbone DNA fields to curve_in_x etc. |
Revision 624e93b by Alexander Gavrilov April 23, 2019, 10:45 (GMT) |
B-Bones: split the Scale In/Out properties into X and Y values. As far as I can tell, there is no technical reason why the B-Bone segment thickness scaling can't be separated into two axes. The only downside is the increase in complexity of the B-Bone settings, but this is inevitable due to the increase in flexibility. Updating the file is somewhat complicated though, because F-Curves and drivers have to be duplicated and updated to the new names. Reviewers: campbellbarton Subscribers: icappiello, jpbouza Differential Revision: https://developer.blender.org/D4716 |
Revision c043ab1 by Jacques Lucke April 23, 2019, 10:31 (GMT) |
Fix T63233: Set default blur kernel radius to 2. Reviewers: jbakker Differential Revision: https://developer.blender.org/D4722 |
Revision 32fe79b by Jacques Lucke April 23, 2019, 10:27 (GMT) |
Cleanup: Fix comment for ImBuf->encodedbuffer |
Revision ee701ba by Jeroen Bakker April 23, 2019, 10:05 (GMT) |
Workbench: Support Active Vertex Color Currently it is not possible to view the vertex colors of an object. To optimize the workflow, workbench will need to support Vertex Colors. The Vertex Colors is a new option in `shading->color_type`. When objects do not have vertex color, the objects will be rendered with the `V3D_SHADING_OBJECT_COLOR`. In order to support vertex colors in workbench the current texture/solid shading structure is migrated to a primary shaders and fallback shaders. Fix: T57000 Reviewers: brecht, fclem Differential Revision: https://developer.blender.org/D4694 |
Revision c9ed399 by Jacques Lucke April 23, 2019, 09:24 (GMT) |
Fix T63649: Action group expand setting for graph editor missing I did not rename the other property to `show_expanded_dopesheet` yet (as suggested in the report), because: * Would break compatibility (haven't found any addon using it though). * I'm not sure if this really only affects the dopesheet. |
Revision 532f436 by Campbell Barton April 23, 2019, 07:16 (GMT) |
Cleanup: minor changes to scrollbar checks Remove some redundant comments & declare vars in for loops. |
Revision be3adb5 by Campbell Barton April 23, 2019, 06:51 (GMT) |
UI: ignore events in empty region overlap areas - Resizable areas use 2D view bounds. - Header uses the button bounds. - A margin is added to avoid clicking between buttons. - Region resize edges clamp to the 2D view bounds. Resovles T61554 |
Revision 310f288 by Campbell Barton April 23, 2019, 06:39 (GMT) |
UI: add ui_window_to_block_rctf, ui_window_to_region_rcti |
Revision 4d5e83f by Campbell Barton April 23, 2019, 05:44 (GMT) |
UI: move auto_open clearing out of ui_region_contains_point_px Prefer explicit call for menu buttons since it's confusing if only some queries clear auto open. Also queries shouldn't modify data. |
Revision 3302fba by Campbell Barton April 23, 2019, 01:22 (GMT) |
Cleanup: style, use braces for compositor |
Revision 64b4b71 by Campbell Barton April 23, 2019, 01:22 (GMT) |
Cleanup: style, use braces for imbuf |
Revision ac53291 by Campbell Barton April 23, 2019, 00:00 (GMT) |
Revision f2dc78f by Campbell Barton April 22, 2019, 22:52 (GMT) |
App Template: match screen names to workspaces Doing this makes versioning workspace screens simpler. This was already done for the default startup file. |
Revision 36c2162 by Campbell Barton April 22, 2019, 22:36 (GMT) |
Correct braces with ifdef's |
Revision 0e4e1d2 by Dalai Felinto April 22, 2019, 13:10 (GMT) |
Rename: Separate: By loose parts > By Loose Parts |
|
|
|


Master Commits
MiikaHweb | 2003-2021