December 1, 2021, 07:55 (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. |
December 1, 2021, 07:55 (GMT) |
LineArt: Use consitent view vector direction. Now do not invertes view vector in different stages of calculation. |
December 1, 2021, 07:53 (GMT) |
LineArt: Use consitent view vector direction. Now do not invertes view vector in different stages of calculation. |
Revision 386b112 by Hans Goudey 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. |
Revision d723e33 by Aaron Carlisle 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 |
Revision 1cb99f5 by Campbell Barton December 1, 2021, 00:47 (GMT) |
Merge branch 'blender-v3.0-release' |
Revision b3d101a by Campbell Barton 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. |
Revision 88e9e97 by Johnny Matthews 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 |
Revision 247f37f by Brecht Van Lommel November 30, 2021, 21:09 (GMT) |
Fix missing subsurface IOR/Anisotropy socket after refactor in c2ab47e |
Revision 221b7b2 by Jacques Lucke 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 |
Revision 88b37b6 by Bastien Montagne November 30, 2021, 16:37 (GMT) |
LibLink/Append: Some cleanup and addition to comments. |
Revision 1b4734c by Johnny Matthews November 30, 2021, 16:32 (GMT) |
Geometry Nodes: Curve Menu Organize Put Spline Parameter in the correct position in the Curve menu. |
Revision 3f08488 by Bastien Montagne 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`. |
Revision b9f54dd by Bastien Montagne 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`. |
Revision 581fb2d by Bastien Montagne 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`. |
Revision c822e03 by Hans Goudey 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 |
Revision 2fbb52d by Julian Eisel 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 |
Revision 7403938 by Sybren A. Stüvel 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. |
|