Block a user
USD: Allow to merge transform and shape on export
To match the location that was added to Import, this should go under the "Geometry" panel I think. Maybe right above the "Triangulate" option.
Jesse Yurkovich
deleted branch fix2-tomllib from deadpin/space_view3d_stored_views
2024-11-11 23:59:52 +01:00
USD: Add option to merge shape with parent xform during import
Seems good from my side. I'd like to leave time for @makowalski to take a look though.
USD completely ignores opacityThreshold property
USD supports Round, and it also supports a "Less Than -> 1-minus" combination to simulate "Greater Than Equals" since this is how its defined in the USD Preview Surface spec[1] (sadly Blender…
Workbench renderer doesn't render material colors but the viewport colors instead
Workbench renderer doesn't render material colors but the viewport colors instead
This is expected. The Workbench engine does not use Materials and Shader nodes, at all, by design.
Cleanup: IO: Use CLOG and fmtlib for tracing OBJ/PLY/STL messages
656605e827
Cleanup: IO: Use clog and fmtlib instead of streams
63a91c8d82
Fix: DRW: Tests: GPU backend error because of missing resources
c18ec7e2ad
Fix wrong link in Py API docs after recent refactor.
d5c50fc366
API docs: Split 'Gotchas' page, add some info about python instances and subclasses.
2910f6dce9
Cleanup: API docs generator: Remove references to removed GP(v2) types.
Jesse Yurkovich
created pull request extensions/space_view3d_stored_views#3
2024-11-10 23:23:04 +01:00
Fix #2: Use builtin tomllib module
Jesse Yurkovich
pushed to fix2-tomllib at deadpin/space_view3d_stored_views
2024-11-10 23:22:24 +01:00
e249e8483c
Fix #2: Use builtin tomllib module
Jesse Yurkovich
created branch fix2-tomllib in deadpin/space_view3d_stored_views
2024-11-10 23:22:24 +01:00
Undo operator without UNDO bl_option crashes Blender