Revision a6b65c7 by Bastien Montagne August 23, 2018, 19:40 (GMT) |
Fix T56360: metaball viewport checkbox crash. Do same as for other geometry types to compute bbox, instead of blindly returning NULL `ob->bb`... |
Revision 8ec7410 by Alexander Gavrilov August 23, 2018, 19:37 (GMT) |
Fix single column UI: grey out B-Bone properties when not a B-Bone. There was a mistake when the UI was converted to the new layout style. |
Revision 34ebf6f by Brecht Van Lommel August 23, 2018, 18:02 (GMT) |
Workspaces: move delete to right click menu, instead of X on tab. These are not intended to be closed as often as e.g. browser tabs, they are intended to be more persistent and accidental closing should be avoided. |
Revision 1de3ae7 by Brecht Van Lommel August 23, 2018, 17:05 (GMT) |
UI: rename Grease Pencil panels in toolbar to Annotation. To match the panels in the N key sidebar. |
Revision 7fa77cd by Dalai Felinto August 23, 2018, 15:52 (GMT) |
Multi-Objects: MESH_OT_loop_select |
Revision 4d28cfc by William Reynish / Pablo Vazquez August 23, 2018, 15:29 (GMT) |
UI: Subpanels to Cycles Samples for Branched Path Tracing |
Revision c11997c by William Reynish / Pablo Vazquez August 23, 2018, 15:21 (GMT) |
UI: Physics panel minor adjustments Flow panel had a wrong name when the checkmark was used in the header, fixed alignment in softbody panel & fixed wrong active state for Cloth Pin. |
Revision 23c03bf by Pablo Vazquez August 23, 2018, 15:15 (GMT) |
UI: Dark XYZ characters in the navigation gizmo Much easier to read against the usually brighter axes colors. |
Revision f97d61c by Sergey Sharybin August 23, 2018, 14:40 (GMT) |
Depsgraph: Bring back visibility checks based on collection restrict flags The title says it all actually, the idea is to speedup the following case: - Visible duplicator of a restricted collection (reported as T56512), One of the questionable change is that none of the view layer bases is ignored now. This ensures corresponding objects will have copy-on-write component evaluated, making it possible to access those pointers. The evaluation of those objects is skipped. Reviewers: brecht Differential Revision: https://developer.blender.org/D3641 |
Revision a9ecfc9 by Bastien Montagne August 23, 2018, 13:20 (GMT) |
Fix T56347: Driven values not supported in node groups. Need to rebuild dependency graph when we add or remove nodes from a tree... |
Revision 613523d by Dalai Felinto August 23, 2018, 13:20 (GMT) |
Rename: *_batch_cache_dirty > *_batch_cache_dirty_tag |
Revision 25c9181 by Dalai Felinto August 23, 2018, 13:20 (GMT) |
Fix T56500: Origin to geometry crashes on armature Reviewers: sergey https://developer.blender.org/D3639 |
Revision 2dafc39 by William Reynish / Campbell Barton August 23, 2018, 13:03 (GMT) |
Icons: new icons for sculpt border hide/mask |
Revision 09895ca by Bastien Montagne August 23, 2018, 12:56 (GMT) |
Merge branch 'master' into blender2.8 |
Revision c5206e5 by Bastien Montagne August 23, 2018, 12:55 (GMT) |
Fix T56506: Different behaviour of Bounds Clamp with positive and negative axis. Small typo on minus sign position... ;) |
Revision f894db7 by Clément Foucault August 23, 2018, 11:56 (GMT) |
3D Grid: Fix grid not showing in camera view |
Revision 7451230 by Clément Foucault August 23, 2018, 11:56 (GMT) |
3D Grid: Fix axes color blending |
Revision 55f1222 by Clément Foucault August 23, 2018, 11:56 (GMT) |
3D Grid: Fix grid passing through objects too much For this we need to add a bias depending on the viewing angle. But increasing the hardness of the test make float precision issues in the mesh transformation more prominent (actual geometry is far below the surface). So to solve this issue we use a more subdivided grid mesh 8x8 quads instead of 1 triangle. |
Revision 0cbbcac by Campbell Barton August 23, 2018, 11:40 (GMT) |
Icons: clamp material color from 0..1 Warn about out of range colors too. |
Revision 7f8014f by Campbell Barton August 23, 2018, 11:36 (GMT) |
Revert "Icons: avoid error with colors out of 0-255 range" This reverts commit 6e7da7616b6b02d2827f306ea4e55510a79b79de. |
|
|
|


Master Commits
MiikaHweb | 2003-2021