Michael Kowalski makowalski
  • Joined on 2020-09-17
Michael Kowalski pushed to universal-scene-description at blender/blender 2023-12-19 21:13:11 +01:00
c90fe8140d bugfix/ci_update
Michael Kowalski merged pull request blender/blender#116111 2023-12-19 21:13:10 +01:00
bugfix/ci_update
Michael Kowalski approved blender/blender#116111 2023-12-19 21:12:06 +01:00
bugfix/ci_update

The changes look good! Thank you!

Michael Kowalski commented on pull request blender/blender#115076 2023-12-19 20:20:27 +01:00
USD: import scenegraph instances.
Michael Kowalski pushed to usd-scene-instancing-import at makowalski/blender 2023-12-19 20:19:28 +01:00
7ca8893fa2 Merge branch 'main' into usd-scene-instancing-import
a95dd8438d VSE: add option to display half of audio waveform
4805b4f13f VSE: more intuitive UI control for waveform display mode
faefaa4447 I18n: extract and disambiguate a few messages
4ef5d9f60f ffmpeg: optimize ffmpeg_postprocess
Compare 126 commits »
Michael Kowalski approved blender/blender#116353 2023-12-19 17:54:08 +01:00
Fix #116346: USD importer ignores camera near clipping plane

The change looks good to me. Thanks for catching this.

Michael Kowalski commented on pull request blender/blender#115076 2023-12-19 16:54:10 +01:00
USD: import scenegraph instances.

I believe I've addressed the requested changes and have removed the WIP label.

This pull request is ready for further review.

Michael Kowalski commented on pull request blender/blender#115076 2023-12-19 16:49:37 +01:00
USD: import scenegraph instances.

I replaced the Import Instance Proxies with a new Scene Instancing option.

Michael Kowalski commented on pull request blender/blender#115076 2023-12-19 16:46:53 +01:00
USD: import scenegraph instances.

I removed the call to add the fake user. Thanks for catching this.

Michael Kowalski pushed to usd-scene-instancing-import at makowalski/blender 2023-12-19 03:56:43 +01:00
ca32ceef44 USD import: Scene Instancing option
ad01efd513 USD: error applying SkelBindingAPI on import.
Compare 2 commits »
Michael Kowalski created pull request blender/blender#116242 2023-12-16 02:28:37 +01:00
Fix: USD import: lazily create cache file
Michael Kowalski created branch usd_lazy_cache_file_creation in makowalski/blender 2023-12-16 02:25:20 +01:00
Michael Kowalski pushed to usd_lazy_cache_file_creation at makowalski/blender 2023-12-16 02:25:20 +01:00
1675d14b34 Fix: USD import: lazily create cache file
5eb5712329 ffmpeg: restore compatibility with pre-5.0 versions
13148cdf39 Fix: (studio-reported) crash in Solidify Modifier code.
3fb6397b79 Cleanup: Remove extern "C" from mesh C header
3b1fd5d965 Cleanup: remove unused variable
Compare 10 commits »
Michael Kowalski commented on pull request blender/blender#115076 2023-12-15 18:11:50 +01:00
USD: import scenegraph instances.

Per discussion with Matt today, I will replace the "Convert Instances to Copies" option with a "Support Scene Instancing" option in the UI and import params.

Michael Kowalski pushed to usd-scene-instancing-import at makowalski/blender 2023-12-15 01:11:28 +01:00
3395c14a92 USD: increment use count on instance collections
28689ccde9 USD: do not set fake user on prototype collection
Compare 2 commits »
Michael Kowalski pushed to usd-scene-instancing-import at makowalski/blender 2023-12-14 20:32:57 +01:00
3753e1be33 USD: fix support_scene_instancing option usage
Michael Kowalski pushed to usd-scene-instancing-import at makowalski/blender 2023-12-14 20:01:37 +01:00
db0de50f2d USD: rename instancing options
a80b9c4cf0 Merge branch 'main' into usd-scene-instancing-import
4a34dcbb69 Studiolight: Free Resources for Unused Lights.
451aa56d9c Cleanup: Move BLI_delaunay_2d.hh to C++
5b053204ed Fix #116017: Mesh edit mode vertex slide allocation ignores alignment
Compare 884 commits »
Michael Kowalski commented on pull request blender/blender#115076 2023-12-14 03:16:01 +01:00
USD: import scenegraph instances.

You make a good point.

If I understand your idea correctly, we'd still have just one import option related to instancing: "Convert Instances to Copies", as you suggested above.

But the…

Michael Kowalski commented on pull request blender/blender#115076 2023-12-14 03:06:08 +01:00
USD: import scenegraph instances.

I like Convert Instances to Copes. I agree it's much clearer. Thanks for the suggestion!