Michael Kowalski makowalski
  • Joined on 2020-09-17
Michael Kowalski commented on pull request blender/blender#121145 2024-05-02 03:08:18 +02:00
USD: Add common Blender attribute to USD primvar utilities

@deadpin I will review this PR in the next couple of days. My apologies for the delay.

Michael Kowalski pushed to universal-scene-description at blender/blender 2024-04-30 22:39:23 +02:00
3aee82ec65 USD export: Fix blend shape order in animation
Michael Kowalski commented on pull request blender/blender#120060 2024-04-30 00:02:27 +02:00
USD: UsdGeomPoints import support

@makowalski If you don't mind, I'll be updating this PR to address my feedback above and to add in code to read velocity and width data.

Sure, that would be fine. My apologies for the delay…

Michael Kowalski approved blender/blender#120236 2024-04-20 04:06:52 +02:00
USD import: add support for displayColor on non-Mesh USD shape prims

I committed the animation changes and also addressed the comments by @deadpin.

1a9d9d7b06 USD: remove duplicate include
177450d7af USD: changes based on review comments
644c1866b1 USD: format fixes
80294ab601 USD: add support for animated shape colors
Compare 4 commits »
Michael Kowalski approved blender/blender#118938 2024-04-20 00:27:42 +02:00
USD: Import and export custom properties

I'm approving this pull request now, as I'll be out all of next week.

Michael Kowalski commented on pull request blender/blender#118938 2024-04-20 00:16:32 +02:00
USD: Import and export custom properties

I'm fine with either "Import Custom Properties" or "Import Custom Attributes". I don't feel strongly about either option.

Michael Kowalski commented on pull request blender/blender#118938 2024-04-20 00:14:20 +02:00
USD: Import and export custom properties

I'll resolve this conversation as I'm fine with always adding the namespace.

It would be cleaner if we remove the add_properties_namespace option if it's always true, but I don't feel strongly…

Michael Kowalski approved blender/blender#120771 2024-04-19 22:15:32 +02:00
USD: Correctly write out and read Mesh velocity data

The changes look good! Thanks for the fix!

Michael Kowalski commented on pull request blender/blender#120771 2024-04-19 21:50:27 +02:00
USD: Correctly write out and read Mesh velocity data

Do you think I should flip the order and prefer the real Velocities data first?

I don't see any guideline about this one way or the other. The way you have it now is good, in my opinion.

Michael Kowalski commented on pull request blender/blender#120236 2024-04-19 21:42:53 +02:00
USD import: add support for displayColor on non-Mesh USD shape prims

I think const is necessary in the function definition but not the declaration, as per this guideline:

Michael Kowalski commented on pull request blender/blender#120236 2024-04-19 16:46:23 +02:00
USD import: add support for displayColor on non-Mesh USD shape prims

FYI, I will work on merging in the animation-related changes today. Will also try to address the comments by @deadpin today.

Michael Kowalski commented on pull request blender/blender#120771 2024-04-19 15:59:54 +02:00
USD: Correctly write out and read Mesh velocity data

There is some code that does this for primvar:normals as well but I don't know the history of why that was done or why the preferred data is taken from the primvar instead of the real…

Michael Kowalski commented on pull request blender/blender#118938 2024-04-19 14:44:27 +02:00
USD: Import and export custom properties

That comment is not accurate, as the properties are not deprecated, as you say. I think this was just an oversight.

An immediate use for these properties could be in the USD export hook, to…

Michael Kowalski commented on pull request blender/blender#118938 2024-04-19 03:11:50 +02:00
USD: Import and export custom properties

Ah, author_blender_name is there, indeed. Not sure how my text search missed it. Thanks for the correction.

You're right that adding the userProperties namespace is standard, but I do…

Michael Kowalski commented on pull request blender/blender#118938 2024-04-19 02:56:46 +02:00
USD: Import and export custom properties

Yes, I think "import Custom Properties" is good.

Michael Kowalski commented on pull request blender/blender#118938 2024-04-19 02:54:47 +02:00
USD: Import and export custom properties
Michael Kowalski pushed to feature/custom_properties at CharlesWardlaw/blender 2024-04-19 02:53:54 +02:00
7478cc5128 USD: fix linux/mac builds
b71cb4c77b USD: format fix
Compare 2 commits »
Michael Kowalski commented on pull request blender/blender#118938 2024-04-19 00:59:52 +02:00
USD: Import and export custom properties