Charles Wardlaw CharlesWardlaw
  • Joined on 2004-11-19
Charles Wardlaw created pull request blender/blender#121226 2024-04-29 21:13:58 +02:00
USD Export: Adding the ability to choose Stage Up Axis at export time.
Charles Wardlaw pushed to feature/convert_orientation at CharlesWardlaw/blender 2024-04-29 20:57:21 +02:00
924c94c321 USD Export: Adding the ability to choose Stage Up Axis at export time.
Charles Wardlaw created branch feature/convert_orientation in CharlesWardlaw/blender 2024-04-29 20:57:21 +02:00
Charles Wardlaw pushed to feature/usd_validate_meshes at CharlesWardlaw/blender 2024-04-25 00:56:44 +02:00
ce631fb438 Addressing comments from @deadpin.
Charles Wardlaw created pull request blender/blender#121054 2024-04-24 23:52:44 +02:00
USD Import: Added mesh validation on import as an option
Charles Wardlaw pushed to feature/usd_validate_meshes at CharlesWardlaw/blender 2024-04-24 23:46:08 +02:00
536144a8a0 Ran make format
Charles Wardlaw created branch feature/usd_validate_meshes in CharlesWardlaw/blender 2024-04-24 23:45:20 +02:00
Charles Wardlaw pushed to feature/usd_validate_meshes at CharlesWardlaw/blender 2024-04-24 23:45:20 +02:00
b126aa89f2 USD: Added mesh validation on import as an option.
c8ccf77564 Vulkan: Render graph dispatch indirect
f91b23ef2d USD import: add support for displayColor on non-Mesh USD shape prims
777473313e Fix: Correct perferred domain function for point index in curve node
36f1336e38 Fix #121041: Node tools asset list missing on startup
Compare 10 commits »
Charles Wardlaw pushed to feature/custom_properties at CharlesWardlaw/blender 2024-04-22 22:47:01 +02:00
0792862c73 A few final renamings, and removed add_properties_namespace option.
Charles Wardlaw pushed to feature/usd_stage_object at CharlesWardlaw/blender 2024-04-19 23:16:51 +02:00
e1fd593ea6 USDPrim Support:
Charles Wardlaw commented on pull request blender/blender#118938 2024-04-19 22:50:56 +02:00
USD: Import and export custom properties

"namespace" not "deadspace" 🤣

Charles Wardlaw pushed to feature/custom_properties at CharlesWardlaw/blender 2024-04-19 22:32:11 +02:00
7619a446ec Renaming userProperties:blenderName to userProperties:blender for a more generic deadspace (request from @deadpin).
Charles Wardlaw pushed to feature/custom_properties at CharlesWardlaw/blender 2024-04-19 18:38:12 +02:00
603b9fee21 Addressing commentes from @deadpin.
Charles Wardlaw commented on pull request blender/blender#118938 2024-04-19 18:37:49 +02:00
USD: Import and export custom properties

I addressed the call sites-- this made the code a bit more concise. Thanks for the suggestion.

Charles Wardlaw commented on pull request blender/blender#118938 2024-04-19 17:06:31 +02:00
USD: Import and export custom properties

I think there are arguments in both directions. On import, Blender might mangle names and by having the original name metadata be round-trippable, we at least preserve the ability for external…

Charles Wardlaw pushed to bugfix/usd_cachefile_open at CharlesWardlaw/blender 2024-03-19 19:50:47 +01:00
9840dc04dd Removing the file part from the path as per conversations with @deadpin.
Charles Wardlaw pushed to bugfix/usd_cachefile_open at CharlesWardlaw/blender 2024-03-19 16:33:27 +01:00
f92cc5f4b0 Adding USD type to the file picker choices.
Charles Wardlaw commented on pull request blender/blender#118685 2024-03-18 20:19:57 +01:00
Fix #99114: USD: Cache file operators now recognize USD as well as Alembic

Brought them back, but removed appending the .abc file extension.

Charles Wardlaw pushed to bugfix/usd_cachefile_open at CharlesWardlaw/blender 2024-03-18 20:19:23 +01:00
ceb23fcf0b Brought back file chooser defaulting to .blend file path, as requested.