Revision 607cd46 by Jacques Lucke April 26, 2021, 17:21 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision 49b3d00 by Jacques Lucke April 26, 2021, 17:19 (GMT) |
Revision eb0d680 by Philipp Oeser April 26, 2021, 16:05 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision 38bfa89 by Philipp Oeser 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:40 (GMT) |
LineArt: UI fixes to match the content for 2.93 manual. Reviewed by: Sebastian Parborg Differential Revision: https://developer.blender.org/D11089 |
Revision d89d53b by Jacques Lucke April 26, 2021, 14:44 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision b67fe05 by Jacques Lucke April 26, 2021, 14:35 (GMT) |
Depsgraph: support depending on collection geometry This fixes T87666 and T83252. The boolean modifier and geometry nodes can depend on the geometry of an entire collection. Before, the modifiers had to manually create relations to all the objects in the collection. This worked for the most part, but was cumbersome and did not solve all issues. For example, the modifiers were not properly updated when objects were added/removed from the referenced collection. This commit introduces the concept of "collection geometry" in the depsgraph. The geometry of a collection depends on the transforms and geometry of all the objects in it. The boolean modifier and geometry nodes can now just depend on the collection geometry instead of creating all the dependencies themselves. Differential Revision: https://developer.blender.org/D11053 |
Revision e12a8ae by Campbell Barton April 26, 2021, 12:58 (GMT) |
Cleanup: remove use of deprecated uint32, utin16 types |
Revision 8f03c9b by Campbell Barton April 26, 2021, 12:58 (GMT) |
Cleanup: compiler warning |
Revision bac9562 by Campbell Barton April 26, 2021, 12:58 (GMT) |
Cleanup: spelling |
Revision 9496025 by Patrick Mours April 26, 2021, 12:55 (GMT) |
Cycles: Fix build with OptiX 7.3 SDK |
Revision d7c762d by Germano Cavalcante April 26, 2021, 12:35 (GMT) |
Cleanup: Rearrange the functions in 'transform_convert_mesh.c' The creation of `TransCustomData` is best located at the beginning of the file as it is a specific struct of the file and can be used a lot locally. |
April 26, 2021, 07:47 (GMT) |
DeprecationWarning fix This gets rid of a `DeprecationWarning` in bpy_types.py caused by invalid escape sequences. More info here: https://docs.python.org/3/library/re.html Reviewed By: mont29 Differential Revision: https://developer.blender.org/D10998 |
Revision 9b64927 by Jacques Lucke April 26, 2021, 07:16 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision a17ea1a by Jacques Lucke April 26, 2021, 07:09 (GMT) |
Spreadsheet: combine vector/color spreadsheet columns Differential Revision: https://developer.blender.org/D11056 |
Revision c63142c by Jeroen Bakker April 26, 2021, 05:52 (GMT) |
Remove print during compilation. |
Revision a200a8c by Campbell Barton April 26, 2021, 03:47 (GMT) |
Cleanup: inconsistent naming for screen editing variables & args |
Revision 36c4b79 by Hans Goudey April 26, 2021, 02:45 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision f2d70c0 by Hans Goudey April 26, 2021, 02:42 (GMT) |
Fix (unreported): Geometry nodes instance ids not copied or cleared Though to my knowledge we haven't had a report about this yet, this looks like a clear oversight-- the ids are just more data stored by the instances component, and should be cleared and copied like other data. This might have resulted in incorrect random IDs for instances in renderers in some cases where the component had to be copied. |
April 26, 2021, 01:39 (GMT) |
Fix T87777: Fix typo in Prefs Scripts Dir tooltip Correction to Prefs tooltip mention of 'add-ons' folder in Scripts Dir. Differential Revision: https://developer.blender.org/D11064 Reviewed by Harley Acheson |
|
|
|


Master Commits
MiikaHweb | 2003-2021