Charles Wardlaw CharlesWardlaw
  • Joined on 2004-11-19
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.
Charles Wardlaw created branch feature/usd_cycles_shaders in CharlesWardlaw/blender 2024-03-07 20:07:19 +01:00
Charles Wardlaw pushed to feature/usd_cycles_shaders at CharlesWardlaw/blender 2024-03-07 20:07:19 +01:00
5b66a37c5e USD: Export Cycles Shader networks as USD material networks.
Charles Wardlaw pushed to feature/custom_properties at CharlesWardlaw/blender 2024-02-29 23:35:08 +01:00
3dacbcd3e5 USD: Added the ability to import and export custom properties. Xforms, many data types, and materials are all supported for round-tripping.
d012a46605 Merge branch 'blender-v4.1-release'
fc6975e218 Unbreak build with WITH_IMAGE_OPENEXR disabled on macOS/ARM
b9fb51eaed Cleanup: Make format
90e86ead24 EEVEE-Next: Avoid same multiplication to the same constant
Compare 127 commits »
Charles Wardlaw created pull request blender/blender#118938 2024-02-29 23:23:07 +01:00
USD: Added the ability to import and export custom properties. Xforms, many data types, and materials are all supported for round-tripping.
Charles Wardlaw pushed to feature/custom_properties at CharlesWardlaw/blender 2024-02-29 23:21:19 +01:00
181ad1abcc USD: Added the ability to import and export custom properties. Xforms, many data types, and materials are all supported for round-tripping.
3560f7ec41 EEVEE-Next: Reduce volume probe blending and remove remapping
eb0590dbbe EEVEE-Next: Viewport not redrawn after removing light bake cache
999dfce736 Sculpt: Add interpolate radius option for curve radius
1f9f7a07af Merge branch 'blender-v4.1-release'
Compare 5 commits »
Charles Wardlaw created branch feature/custom_properties in CharlesWardlaw/blender 2024-02-29 23:21:18 +01:00
Charles Wardlaw pushed to bugfix/usd_cachefile_open at CharlesWardlaw/blender 2024-02-29 20:10:11 +01:00
7a3abe54dd USD files are now findable from the cachefile.open() and cachefile.layer_add() operators. Removed the ".abc" appending when looking for a file for the first time, as it no longer makes sense.
36c11ee482 Fix #118514: Cycles MetalRT crash with empty scene
a060e96103 Fix #101227: Crash and other issues with non-multiview multipart EXR
1e44d811ac Fix #117485: Crash rendering motion blur with changing curve count
659f05ef28 Fix: Cycles HIP incorrect rendering of clip image textures
Compare 66 commits »
Charles Wardlaw created pull request blender/blender#118685 2024-02-23 21:32:49 +01:00
[bugfix] MeshSequenceCache and TransformCache file operators now recognize USD as well as Alembic.
Charles Wardlaw created branch bugfix/usd_cachefile_open in CharlesWardlaw/blender 2024-02-23 21:30:23 +01:00
Charles Wardlaw pushed to bugfix/usd_cachefile_open at CharlesWardlaw/blender 2024-02-23 21:30:23 +01:00
c94b38287c USD files are now findable from the cachefile.open() and cachefile.layer_add() operators. Removed the ".abc" appending when looking for a file for the first time, as it no longer makes sense.
5c7df5ef85 Tests: Update and add new workbench reference renders
1d014cc34d GPv3: Conversion code for remaining modifiers
77f8a79a96 Cleanup: Use named function for math::Axis char constructor
e842e9fd4c EEVEE-Next: Concatenate info strings
Compare 10 commits »
Charles Wardlaw pushed to feature/usd_stage_object at CharlesWardlaw/blender 2024-02-05 15:55:12 +01:00
fff0ed4185 This crashes, but I need to sync with my PC.
091ac6c425 Bookmarking
3c66e6e267 Outliner selection now updates the active prim. Added a UI under the USD Properties for active prim data.
e63de8f1dc Bookmarking-- working on outliner selection responses
98d9818191 Finally have the outliner working with the new type. Some icons are used for different prim types, and the outliner properly updates when you change the root prim to display.
Compare 6 commits »
Charles Wardlaw created pull request blender/blender#117042 2024-01-11 19:46:31 +01:00
WIP: USDStage Object Type
Charles Wardlaw created branch feature/usd_stage_object in CharlesWardlaw/blender 2024-01-11 19:37:29 +01:00
Charles Wardlaw pushed to feature/usd_stage_object at CharlesWardlaw/blender 2024-01-11 19:37:29 +01:00
48bd5b3b74 Builds and the USDStage data can be created. Old ideas ported to idtypes refactor. Finally got the outliner to not crash on object creation. :)
1ccc958150 UI: Improved Confirmation Dialog for Clear Recent List
f40d4e0bda UI: Improved Operator Confirmations
00ef4f9309 Fix: Do not show WM_OT_clear_recent_files on Splash
5412bd48a9 Alembic: export render resolution on cameras
Compare 10 commits »
Charles Wardlaw commented on pull request blender/blender#116955 2024-01-09 19:47:43 +01:00
Fix #93052: USD import: wrong varying interpolation conversion

Looks good to me 👍