Jesse Yurkovich deadpin
  • Joined on 2017-12-05
Jesse Yurkovich commented on pull request blender/blender#129996 2024-11-12 00:11:25 +01:00
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
Jesse Yurkovich approved blender/blender#129995 2024-11-11 20:16:39 +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.

Jesse Yurkovich commented on issue blender/blender#130155 2024-11-11 20:08:44 +01:00
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…

Jesse Yurkovich closed issue blender/blender#130111 2024-11-11 10:10:37 +01:00
Workbench renderer doesn't render material colors but the viewport colors instead
Jesse Yurkovich commented on issue blender/blender#130111 2024-11-11 10:10:33 +01:00
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.

Jesse Yurkovich pushed to main at deadpin/.profile 2024-11-11 07:51:28 +01:00
16c99bdc0c Update reports/2024.md
Jesse Yurkovich pushed to cleanup-streams-objplystl at deadpin/blender 2024-11-11 03:54:08 +01:00
4ac0accf6f Init the CLOG subsystem for OBY mtl test
Jesse Yurkovich pushed to cleanup-streams-objplystl at deadpin/blender 2024-11-11 02:41:27 +01:00
edba4efa7a Fix build error
Jesse Yurkovich created pull request blender/blender#130107 2024-11-11 02:04:10 +01:00
Cleanup: IO: Use CLOG and fmtlib for tracing OBJ/PLY/STL messages
Jesse Yurkovich pushed to cleanup-streams-objplystl at deadpin/blender 2024-11-11 01:58:07 +01:00
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.
Compare 15 commits »
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
Jesse Yurkovich created repository deadpin/space_view3d_stored_views 2024-11-10 23:20:57 +01:00
Jesse Yurkovich closed issue blender/blender#130088 2024-11-10 22:39:07 +01:00
Undo operator without UNDO bl_option crashes Blender