Michael Kowalski makowalski
  • Joined on 2020-09-17
Michael Kowalski merged pull request blender/blender#117822 2024-02-05 14:26:11 +01:00
USD: basic support for on_import USD hooks
Michael Kowalski commented on pull request blender/blender#117822 2024-02-05 14:13:09 +01:00
USD: basic support for on_import USD hooks
  • It seems as through the True/False return value for the hooks aren't really used? Returning False has no real impact it seems.

You are correct. The intent was to future-proof hook…

Michael Kowalski pushed to usd-import-hooks at makowalski/blender 2024-02-05 04:42:37 +01:00
ca0b7d016b USD: return True from on_import() in example.
Michael Kowalski commented on pull request blender/blender#117822 2024-02-05 04:18:12 +01:00
USD: basic support for on_import USD hooks

@Matt-McLin for visibility.

@brecht @deadpin I know there are only a couple of days left in Bcon2, but this is a relatively small, localized patch and hopefully can be included in 4.1. …

Michael Kowalski commented on pull request blender/blender#117822 2024-02-05 04:10:00 +01:00
USD: basic support for on_import USD hooks
Michael Kowalski created pull request blender/blender#117822 2024-02-05 03:46:19 +01:00
USD: basic support for on_import USD hooks
Michael Kowalski created branch usd-import-hooks in makowalski/blender 2024-02-05 03:43:18 +01:00
Michael Kowalski pushed to usd-import-hooks at makowalski/blender 2024-02-05 03:43:18 +01:00
4c7a4788aa USD: basic support for on_import USD hooks
b10507ab63 Fix #117586: Cycles: World Lightgroup not updated when creating/deleting LGs
80906eb02e Cleanup: various non-functional C++ changes
47cf827049 Cleanup: add forward declaration header for IndexMask and VArray
3566a9e8de UI: Tooltip when bone collections are linked
Compare 10 commits »
Michael Kowalski commented on issue blender/blender#96458 2024-02-02 18:44:45 +01:00
USD Importer - not respecting output channels

@mikan233 @lichtwerk Thanks for following up on this.

My apologies that this issue fell to the wayside. As mentioned above, improvements to the USD Preview Surface IO have been incremental.…

Michael Kowalski commented on issue blender/blender#106398 2024-02-02 18:17:53 +01:00
UsdGeomPoints import support

After that I'd be up for a quick go over for my code to hear what I can be doing that improves the quality, or any other ideas about next steps. Let me know what you think @makowalski

That…

Michael Kowalski pushed to main at blender/blender-developer-docs 2024-02-01 18:45:48 +01:00
422914271a Update docs/release_notes/4.1/pipeline_assets_io.md
Michael Kowalski merged pull request blender/blender#113107 2024-02-01 15:37:55 +01:00
USD PointInstancer import support
Michael Kowalski pushed to main at blender/blender 2024-02-01 15:37:54 +01:00
fcd10ee33a USD: PointInstancer import support
Michael Kowalski commented on pull request blender/blender#113107 2024-01-31 22:58:12 +01:00
USD PointInstancer import support
Michael Kowalski commented on pull request blender/blender#113107 2024-01-31 22:57:39 +01:00
USD PointInstancer import support

Thanks for the feedback! I updated the code to pass the set as a reference.

Michael Kowalski pushed to usd-read-pointinstancer-2 at expenses/blender 2024-01-31 22:55:58 +01:00
6b8a77e7a1 USD: pruned_pims argument now a reference
Michael Kowalski commented on pull request blender/blender#113107 2024-01-31 17:00:41 +01:00
USD PointInstancer import support
Michael Kowalski pushed to usd-read-pointinstancer-2 at expenses/blender 2024-01-31 16:59:42 +01:00
49e2a19376 Merge branch 'main' into usd-read-pointinstancer-2
8c02b6eb24 EEVEE-Next: Add normal layer reuse
ebf9572330 Fix: EEVEE-Next: Remove duplicated translucent weight
cbc5d861db Fix #117672: Translation of enum button tooltips broken
9ad46ebd2f Cleanup: quiet warning
Compare 73 commits »
Michael Kowalski commented on pull request blender/blender#113107 2024-01-31 15:45:22 +01:00
USD PointInstancer import support

My thought was that there might be use cases in the future where we call collect_readers() without needing the option to prune anything, so it might be nice to avoid constructing an empty set just…

Michael Kowalski commented on pull request blender/blender#113107 2024-01-31 00:27:56 +01:00
USD PointInstancer import support