December 1, 2021, 04:30 (GMT) |
Geometry Nodes: Propagate attributes in Instances to Points node This is part of T92926, and is very similar to 221b7b27fce3, except slightly similar, because it only transfers from one component, and it doesn't handle multi-threading at the moment. |
December 1, 2021, 03:55 (GMT) |
Cleanup: Remove hack to hide pre 2.8 addons in the user preferences Should be safe to do so now that 2.8+ has been out for 8 releases and over 2 years now. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D12984 |
December 1, 2021, 00:47 (GMT) |
Merge branch 'blender-v3.0-release' |
December 1, 2021, 00:43 (GMT) |
Fix T93100: VSE RMB shift-select fails with "fallback tools" When the select action was set to "Select Tool", shift-clicking on sequence strips wasn't selecting the strip. Regression in 2a2d873124111b5fcbc2c3c59f73fd1f946c3548 Thanks to @a.monti for the fix. |
November 30, 2021, 21:25 (GMT) |
Geometry Nodes: Add Point Count to Spline Length Node - Integer Field input of the number of control points on each spline in the spline domain. - In the point domain, it is the number of points on the spline that contains the given control point. Differential Revision: https://developer.blender.org/D13279 |
November 30, 2021, 21:09 (GMT) |
Fix missing subsurface IOR/Anisotropy socket after refactor in c2ab47e |
November 30, 2021, 17:37 (GMT) |
Geometry Nodes: propagate attributes in Instance on Points node This is part of T92926. Differential Revision: https://developer.blender.org/D13429 |
November 30, 2021, 16:37 (GMT) |
LibLink/Append: Some cleanup and addition to comments. |
November 30, 2021, 16:32 (GMT) |
Geometry Nodes: Curve Menu Organize Put Spline Parameter in the correct position in the Curve menu. |
November 30, 2021, 16:18 (GMT) |
Rewrite ID Paste code to use new BKE_blendfile_link_append module. No behavioral changes are expected here. Part of T91414: Unify link/append between WM operators and BPY context manager API, and cleanup usages of `BKE_library_make_local`. |
November 30, 2021, 16:18 (GMT) |
LibLink/Append: Add a utils to link/append all ID of given types from a given library. This will be used by the copy/paste code. Part of T91414: Unify link/append between WM operators and BPY context manager API, and cleanup usages of `BKE_library_make_local`. |
November 30, 2021, 16:13 (GMT) |
LibLink/Append: tweak instantiation of collections in viewlayers. When appended collections are instantiated in viewlayers, do not add to viewlayers collections children of other instantiated collections. This default behavior is required for proper copy/paste behavior. If previous behavior needs to be brought back for regular append operation, this can be decided and done, but think this default behavior also makes sense in normal append case. part of T91414: Unify link/append between WM operators and BPY context manager API, and cleanup usages of `BKE_library_make_local`. |
November 30, 2021, 15:59 (GMT) |
Fix: Missing handling of dynamic instance attribute size The attributes need to be reallocated when the size changes. Differential Revision: https://developer.blender.org/D13390 |
November 30, 2021, 14:41 (GMT) |
Merge branch 'blender-v3.0-release' |
November 30, 2021, 14:40 (GMT) |
Fix T93368: Dragging Blends Without Previews Unfortunately the drop logic for file-path based drag & drop checks the used icon for its logic. This is very bad and should be changed. But doing this involves some changes that are better not done during bcon4, so for now stick to it and update the icon check. Reviewed by: Julian Eisel Differential Revision: https://developer.blender.org/D13383?id=45314 |
November 30, 2021, 14:36 (GMT) |
Merge remote-tracking branch 'origin/blender-v3.0-release' |
November 30, 2021, 14:24 (GMT) |
Fix(unreported): LineArt intersection mask logic error. The stroke generation call mistakenly uses all enabled types to check intersection mask, the correct behavior is to use individual edge(chain) type. |
November 30, 2021, 14:19 (GMT) |
Fix T93353: Reload Library Override file loses Constraints, take II. When adding `INSERT` operations over RNACollection items, rna diffing code did not properly report the properties as not being equals. This in turn triggered the 'purge unused exiting override properties' mechanism, thus deleting the exitsting (valid) insert override property operation. NOTE: This should also be backported to 2.93, and probably 2.83. Reviewed By: sybren, jbakker Maniphest Tasks: T93353 Differential Revision: https://developer.blender.org/D13426 |
November 30, 2021, 14:03 (GMT) |
Fix T93477: Viewport X-Ray is influencing snapping even in material mode The default snap behavior to perform on tools and cursors is to the final geometry and not edited geometry. In snapping to edited geometry, there are some specific behaviors that are not convenient in some cases. For example the general occlusion test of X-Ray geometries during dragdrop. This fix also resolves a regression for tools like measure and placement that were also ignoring the snap to face in x-ray mode. Differential Revision: https://developer.blender.org/D13410 |
November 30, 2021, 14:02 (GMT) |
LibLink/Append: Port `bpy.data.libraries.load` to new `BKE_blendfile_link_append` module. Note that this fully replaces the 'PyCapsule' storage of linked/appended items in the python API code by the generic storage of items in the `BlendfileLinkAppendContext` data. Maniphest Tasks: T91414 Differential Revision: https://developer.blender.org/D13331 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021