Charles Wardlaw CharlesWardlaw
  • Joined on 2004-11-19
b6ac949785 Adding "Raw" to the list of raw checks (fixes the normals in OM-93679, which has its color space incorrectly authored).
8a0fa933b7 For files with unspecified color spaces on texture inputs for UsdPreviewSurface materials, the textures now have their spaces set automatically so that non-color maps don't cause the shader to look incorrect.
9cbcff97f9 Merge branch 'blender-v4.0-release'
cfde3973d1 Fix: Theme color for sub-channels not exposed in NLA Preferences
1c9d7d5267 Fix reported build failure due to missing ostream include
6c14764f32 Fix #112933: Fix codegen issue on MSVC 17.7
Compare 10 commits »
Charles Wardlaw created branch bugfix/usd_material_color_space in CharlesWardlaw/blender 2023-09-29 22:30:08 +02:00
Charles Wardlaw created branch bugfix/domelight in CharlesWardlaw/blender 2023-09-28 22:58:07 +02:00
Charles Wardlaw pushed to bugfix/domelight at CharlesWardlaw/blender 2023-09-28 22:58:07 +02:00
070394eac1 Export is working better, although with a sub-shape object. Need to wrap around and merge shapes on import, possibly.
ce2ce22364 Import seems to work better. Export with the new transform setup required a bit of fiddling to get the data to flow through. Working on final orientation.
27ef906ab4 USD export: fix randomly deleted export file.
26a59be2ba USD import: handle varying primvar interpolation.
2db96c5c90 USD import: fix domain for varying interpolation.
Compare 10 commits »
Charles Wardlaw commented on pull request blender/blender#112589 2023-09-20 19:05:37 +02:00
USD: fix import for uniform colors.

This patch will also fix #112463

Confirmed-- that file now loads without a segfault.

Charles Wardlaw created pull request blender/blender#112589 2023-09-19 18:44:43 +02:00
USD: fix import for uniform colors.
Charles Wardlaw created branch bugfix/constant_triangles in CharlesWardlaw/blender 2023-09-19 17:50:35 +02:00
Charles Wardlaw pushed to bugfix/constant_triangles at CharlesWardlaw/blender 2023-09-19 17:50:35 +02:00
73bffcb6b2 USD: fix import for uniform colors.
70e99ee8b6 Fix #112258: Resolve broken volumetric world materials in Metal
974d70918b RNA/BPY: Replace asset_library_ref with asset_library_reference
ca58f97cda Refactor: Use asset representation for asset browser context query
f73adee453 Cleanup: Remove unnecessary forward declaration
Compare 10 commits »
Charles Wardlaw created pull request blender/blender#112385 2023-09-14 16:46:42 +02:00
Small regression fix for vertex colors with constant interpolation.
Charles Wardlaw created branch bugfix/constant_colors in CharlesWardlaw/blender 2023-09-14 16:42:39 +02:00
Charles Wardlaw pushed to bugfix/constant_colors at CharlesWardlaw/blender 2023-09-14 16:42:39 +02:00
2c9e5894b2 Small regression fix for vertex colors with constant interpolation.
a108b7cb27 USD: skip attribute export for edge domain.
6b65db7440 USD IO: support UsdTransform2d shader conversion.
7fd4879286 USD import: fix bezier curve widths.
137ceea591 USD export: Convert uv to st option is ignored.
Compare 10 commits »
Charles Wardlaw commented on pull request blender/blender#112298 2023-09-13 17:02:00 +02:00
USD: Fix for spammy attribute prints for unsupported and non-array attributes

Just to note: string and quaternion attributes were skipped in the original patch due to them not having complete support; the returns are stub-ins for later. I would like to add them both once…

Charles Wardlaw commented on pull request blender/blender#112298 2023-09-13 17:00:21 +02:00
USD: Fix for spammy attribute prints for unsupported and non-array attributes

Yes, because convert_usd_type_to_blender still returns them but not skipping them early keeps the printouts happening (indicating the types are unhandled).

Charles Wardlaw created pull request blender/blender#112298 2023-09-12 21:10:10 +02:00
USD: Fix for spammy attribute prints for unsupported and non-array attributes
Charles Wardlaw pushed to bugfix/non_array_params at CharlesWardlaw/blender 2023-09-12 21:06:46 +02:00
c54f770eab Fix for spammy attribute prints for unsupported and non-array attributes. Added support for Point3* and Normal3*.
b7ba7663a7 Fix #112231: Workbench: Texture support in sculpt mode
306723c6bf Liboverride/Outliner: Fix assert in Hierarchy view.
cf973a2d16 deps_builder: Fix zlib URI
4523a1e362 Fix #112247: Node group socket declarations using only 'NONE' subtype
Compare 10 commits »
Charles Wardlaw created branch bugfix/non_array_params in CharlesWardlaw/blender 2023-09-12 21:06:46 +02:00