Revision 073ef4d by Campbell Barton April 16, 2021, 05:10 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision 9195588 by Campbell Barton April 16, 2021, 05:08 (GMT) |
Fix T65064: Keymaps items controlling dynamic enums fail to export Keymap UI and import/export could depend on the current context for dynamic enum's. Use STRUCT_NO_CONTEXT_WITHOUT_OWNER_ID for OperatorProperties. |
Revision 43b08d0 by Campbell Barton April 16, 2021, 05:04 (GMT) |
RNA: add STRUCT_NO_CONTEXT_WITHOUT_OWNER_ID flag This flag is needed so PointerRNA structs that aren't part of the current context can access enum values without inspecting the context. This is needed for keymap access, so the keymap UI and keymap export doesn't depend on the current context. |
Revision cb4646a by Campbell Barton April 16, 2021, 02:20 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision dc8a43c by Campbell Barton April 16, 2021, 02:19 (GMT) |
Fix RNA enum item callbacks not checking for NULL context The NULL context is used to extract items for document generation. |
Revision 0567f2b by Germano Cavalcante April 16, 2021, 02:15 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision 43baf38 by Germano Cavalcante April 16, 2021, 02:13 (GMT) |
Snap Gizmo: Minor optimization in detecting toggle inversion Do not compare the x and y values of the mouse to check inversion. Also remove "Lazy Initialization". |
April 16, 2021, 01:23 (GMT) |
Fix various Blender 3.0 versioning issues This changes the following items: - package name is now `blender-3.0.0-git.09eb04c0a865-windows64` rather than `blender-3.00.0-git.09eb04c0a865-windows64` - Fix version resource for blender.exe not building - Data directories are now `3.0...` rather than `3.00....` - User prefs are now in: `c:UsersusersAppDataRoamingBlender FoundationBlender3.0` rather than: `c:UsersusersAppDataRoamingBlender FoundationBlender3.00` - Updating startup & preferences from previous release has a special exception for 3.0 to check for 3.93 and older. See T87532 Ref D10986 |
Revision ec241eb by Antonio Vazquez April 15, 2021, 17:14 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision 018fa1f by Antonio Vazquez April 15, 2021, 17:14 (GMT) |
Cleanup: Use correct float format |
Revision fa8d566 by Antonio Vazquez April 15, 2021, 17:14 (GMT) |
GPencil: Avoid invisible strokes in PDF export There were still some invisible strokes. |
Revision 32d3b07 by Dalai Felinto April 15, 2021, 15:50 (GMT) |
RNA: Silence warning when building without audaspace `make lite` does not use audaspace, so some files will pollute the console with tons of warnings about audio values not defined. Reviewed By: nexyon, campbellbarton Differential Revision: https://developer.blender.org/D10981 |
Revision 09eb04c by Antonio Vazquez April 15, 2021, 15:26 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision 5425388 by Antonio Vazquez April 15, 2021, 15:25 (GMT) |
GPencil: Fix unreported error exporting big files in PDF The exporting was creating a pdf state for each stroke, but this was necessary only for strokes with opacity. Now, the state is only created when needed and remove the state variable from class. Also, avoid exporting invisible strokes. |
Revision ced26ba by Hans Goudey April 15, 2021, 14:17 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision a4877f9 by Hans Goudey April 15, 2021, 14:16 (GMT) |
Revision 27005f5 by Dalai Felinto April 15, 2021, 14:01 (GMT) |
Blender Python version string to use the new version number system |
Revision bd8fd78 by Dalai Felinto April 15, 2021, 13:52 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision 5b2353b by Dalai Felinto April 15, 2021, 13:47 (GMT) |
Blender 2.93 splascreen Credit: Erindale Woodford - youtube.com/erindale / twitter.com/erindale_xyz |
Revision 51991ff by Dalai Felinto April 15, 2021, 13:46 (GMT) |
Blender 2.93 bcon3 (beta) version bump |
|
|
|


Master Commits
MiikaHweb | 2003-2021