Ashley expenses
  • Joined on 2022-09-21
Ashley created branch set_usd_path_custom_prop in expenses/blender 2023-09-15 02:30:39 +02:00
Ashley pushed to set_usd_path_custom_prop at expenses/blender 2023-09-15 02:30:39 +02:00
797a3af7aa Set usd_path
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 »
Ashley pushed to main at expenses/blender 2023-09-15 02:30:36 +02:00
057c9364fc Cleanup: use braces around statements
f942f64b1d Cleanup: format
52bd4b73c3 Cleanup: compiler warning from missing include
08e63b5c26 Cleanup: Make format
dd9f196c2e Mesh: Pre-fill loose verts and bounds cache of line primitive
Compare 6386 commits »
Ashley closed pull request blender/blender#104515 2023-09-13 00:53:04 +02:00
USD: fix various import problems with the Alab V2 scene
Ashley commented on pull request blender/blender#104515 2023-09-13 00:52:48 +02:00
USD: fix various import problems with the Alab V2 scene

Hi, sorry for not following through with this. I'm going to close this PR as I believe that most if not all these changes are in the universal-scene-description branch and that I'm not…

Ashley pushed to usd-merged at expenses/blender 2023-02-22 17:34:19 +01:00
e9018e49c2 Merge remote-tracking branch 'origin/universal-scene-description' into usd-merged
ad9446b08d Merge branch 'main' into universal-scene-description
b17e75f876 USD IO: use asset resolver to copy textures.
1b96dd535a Merge branch 'blender-v3.5-release'
d355f3ed2b Cleanup: Spelling in warning message
Compare 57 commits »
Ashley pushed to usd-merged at expenses/blender 2023-02-20 13:34:55 +01:00
41f46a6df2 Merge remote-tracking branch 'origin/main' into usd-merged
82ab491ab5 Merge branch 'blender-v3.5-release'
5fd4d47206 Fix unused variable warnings in release build
e55f8b0b52 Merge branch 'blender-v3.5-release'
c7611d61e8 I18n: add disambiguation contexts
Compare 20 commits »
Ashley commented on pull request blender/blender#104515 2023-02-19 16:25:20 +01:00
USD: fix various import problems with the Alab V2 scene

@makowalski Ah great! I've merged in your changes if that's okay, because the few that didn't overlap looked good.

Ashley pushed to usd-alab-import-fixes at expenses/blender 2023-02-19 16:24:00 +01:00
66b2631e64 Merge remote-tracking branch 'origin/tmp-usd-alab-v2-T100452' into usd-alab-import-fixes
5418953d4c Merge branch 'main' into tmp-usd-alab-v2-T100452
b2ad97ba97 Merge branch 'master' into tmp-usd-alab-v2-T100452
b31807c75f Format fixes.
5649158db9 USD import: Alab v2 load errors.
Compare 5 commits »
Ashley pushed to usd-merged at expenses/blender 2023-02-19 16:17:06 +01:00
46a6fdebcb Merge remote-tracking branch 'origin/main' into usd-merged
Ashley created branch usd-merged in expenses/blender 2023-02-19 16:17:06 +01:00
Ashley pushed to usd-transform-2d at expenses/blender 2023-02-19 16:17:04 +01:00
629156e607 Merge remote-tracking branch 'origin/universal-scene-description' into usd-transform-2d
e23aacb444 Merge remote-tracking branch 'origin/main' into usd-transform-2d
7187ccb998 USD: export generic float2 attributes as UVs.
e61566137b Merge branch 'blender-v3.5-release'
46e13cf8a5 Fix #104817: Camera lens gizmo out of sync when navigating via gizmos
Compare 378 commits »
Ashley pushed to usd-alab-import-fixes at expenses/blender 2023-02-19 16:17:01 +01:00
fd825511a8 Merge remote-tracking branch 'origin/main' into usd-alab-import-fixes
e61566137b Merge branch 'blender-v3.5-release'
46e13cf8a5 Fix #104817: Camera lens gizmo out of sync when navigating via gizmos
cc4587a9b4 Merge branch 'blender-v3.5-release'
5cd2be7d54 Fix #104806: Graphical glitches in VSE timeline region
Compare 295 commits »
Ashley created branch usd-update in expenses/blender 2023-02-12 13:37:12 +01:00
Ashley pushed to usd-update at expenses/blender 2023-02-12 13:37:12 +01:00
2a353d76a2 Port alab fixes
f57ba19bd6 Merge commit '20b2d6fc71803a1b23604a42317fa173b71792e6' into universal-scene-description
Compare 2 commits »
Ashley pushed to usd-branch-alab at expenses/blender 2023-02-12 13:37:09 +01:00
622e6cd3f0 Port alab fixes
Ashley created branch usd-branch-alab in expenses/blender 2023-02-12 13:37:09 +01:00
Ashley commented on pull request blender/blender#104490 2023-02-12 13:21:47 +01:00
USD: export emissiveColor

Similar to blender/blender#104506 (comment), I'm testing out the universal-scene-description branch.

Ashley commented on pull request blender/blender#104506 2023-02-12 13:21:14 +01:00
USD: add export option that adds a Root 'Xform' node

Since making this PR I realised that there is a USD dev branch which commits are first made on: https://projects.blender.org/blender/blender/src/branch/universal-scene-description. This branch…

Ashley commented on issue blender/blender#98572 2023-02-09 18:07:26 +01:00
UsdPreviewSurface import is missing UV transformations

I've made a start on this here: acc146247a.