April 26, 2021, 20:14 (GMT) |
Merge branch 'master' into geometry-nodes-curve-support |
April 26, 2021, 20:11 (GMT) |
Cleanup: Move displist.cc to C++ This is a change split from the geometry nodes curves branch. Since curve object modifier evaluation happens in this file, moving it to C++ will be quite helpful to support the `GeometrySet` type. Other than that, the code in the branch intends to replace a fair amount of this file anyway, so I don't plan to do any further cleanup here. Differential Revision: https://developer.blender.org/D11078 |
April 26, 2021, 19:42 (GMT) |
Cleanup: Replace modifyVolume with modifyGeometrySet This allows us to remove a callback from the modifier type info struct. In the future the these modifiers might just be replaced by nodes internally anyway, but in the meantime it's nice to unify the handling of evaluated geometry a bit. Differential Revision: https://developer.blender.org/D11080 |
Revision 39ce17f by Nathan Craddock (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) April 26, 2021, 19:25 (GMT) |
UI: Improve walk navigation in UI List template Add improved arrow key walk navigation in grid layout UI List templates. Pressing up or down walks the active item to the adjacent row in that direction, while left and right walk through the items along the columns wrapping at the rows. Differential Revision: https://developer.blender.org/D11063 |
April 26, 2021, 19:17 (GMT) |
Splines: Fix interpolation for bezier splines Also parallelize some of the calculations, since I was reworking how the mapping was calculated anyway. I still haven't tuned the grain size. |
April 26, 2021, 19:02 (GMT) |
Merge remote-tracking branch 'origin/master' into asset-browser-snap-dragging |
April 26, 2021, 17:30 (GMT) |
Fix T87842: Outliner in `Blender File` mode has large performance impact The Outliner was doing a full rebuild of its tree in response to transform notifiers. I don't see any reason for this, a simple redraw without rebuilding should be just fine. The same optimization could be done for other object notifiers, but I'll check on them separately. |
April 26, 2021, 17:21 (GMT) |
Merge branch 'blender-v2.93-release' |
April 26, 2021, 17:19 (GMT) |
April 26, 2021, 16:05 (GMT) |
Merge branch 'blender-v2.93-release' |
April 26, 2021, 16:00 (GMT) |
Fix T87771: Immediate Crash on "Edit Source" in Compositor Caused by {rB278011e44d43}. Framebuffer management since above commit now seems to require region bind/unbind in for the operator to be able to redraw correctly without using the same framebuffer in multiple contexts. Maniphest Tasks: T87771 Differential Revision: https://developer.blender.org/D11084 |
April 26, 2021, 15:54 (GMT) |
add global variable |
April 26, 2021, 15:50 (GMT) |
add basic profile recording |
April 26, 2021, 15:40 (GMT) |
LineArt: UI fixes to match the content for 2.93 manual. Reviewed by: Sebastian Parborg Differential Revision: https://developer.blender.org/D11089 |
April 26, 2021, 15:35 (GMT) |
add profile listener |
April 26, 2021, 15:19 (GMT) |
GPencil: Makes points visible but smaller |
April 26, 2021, 15:14 (GMT) |
start adding profile blenlib code |
April 26, 2021, 15:10 (GMT) |
GPencil: Discard verts instead of hide |
April 26, 2021, 14:57 (GMT) |
Merge branch 'temp-gpencil-bezier-stroke-type' of git.blender.org:blender into temp-gpencil-bezier-stroke-type |
April 26, 2021, 14:57 (GMT) |
GPencil: Add IS_BEZT_CONTROL flag for poly points This flags indicates that the poly point is "linked" to a bezier control point. |
|
|
|


Master Commits
MiikaHweb | 2003-2021