Charles Wardlaw CharlesWardlaw
  • Joined on 2004-11-19
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 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 created branch feature/usd_validate_meshes in CharlesWardlaw/blender 2024-04-24 23:45:20 +02:00
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.
Charles Wardlaw pushed to feature/usd_cycles_shaders at CharlesWardlaw/blender 2024-03-08 00:42:53 +01:00
f21f3a6d9e Removed extraneous tokens.
Charles Wardlaw pushed to feature/usd_cycles_shaders at CharlesWardlaw/blender 2024-03-07 23:53:05 +01:00
28fcea9d4c Merge branch 'feature/usd_cycles_shaders' of projects.blender.org:CharlesWardlaw/blender into feature/usd_cycles_shaders
2c2db1e1f9 Moving Cycles code to separate file for ease of future updates at Michael's request.
Compare 2 commits »
Charles Wardlaw pushed to feature/usd_cycles_shaders at CharlesWardlaw/blender 2024-03-07 20:10:36 +01:00
6bbbc57b99 Merge branch 'main' into feature/usd_cycles_shaders
4e196f916c Cleanup: Remove unnecessary AssetListStorage class
ab3b8df693 Fix #116249: Compositor: Gizmos ignore backdrop transformations
d99fffc460 GPv3: Legacy Conversion: Animation: Optimize fcurves handling.
90ef46baa1 Anim: DNA for `Animation` data-block
Compare 263 commits »
Charles Wardlaw created pull request blender/blender#119180 2024-03-07 20:09:06 +01:00
USD: Export Cycles Shader networks as USD material networks.