Dhruv Govil DhruvGovil
Dhruv Govil commented on pull request blender/blender#121226 2024-05-04 02:05:04 +02:00
USD Export: Adding the ability to choose Stage Up Axis at export time.

I'll ask and see if I can find the recommendations. I suspect it's largely spread across the forums, but I agree it's something that should be consolidated.

But yes, having a rotate op would…

Dhruv Govil commented on pull request blender/blender#121325 2024-05-02 01:26:26 +02:00
USD Export: Added filtering option for types to export.

We’d really appreciate this functionality as well. Many of our customers ask for this so that they can isolate their composition elements down further.

Dhruv Govil commented on pull request blender/blender#121226 2024-04-30 00:26:19 +02:00
USD Export: Adding the ability to choose Stage Up Axis at export time.

The stage metadata is not meant to reinterpret content through composition because of potential performance concerns, and how it might play through layers of composition. e.g someone overlays just…

Dhruv Govil commented on pull request blender/blender#121226 2024-04-29 23:51:45 +02:00
USD Export: Adding the ability to choose Stage Up Axis at export time.

The issue is when the file is integrated with USD composition. USD doesn't implicitly re-orient referenced layers for you when the axis metadata is misaligned.

So for example, if I predominantly…

Dhruv Govil commented on pull request blender/blender#121226 2024-04-29 22:17:02 +02:00
USD Export: Adding the ability to choose Stage Up Axis at export time.

This PR is really appreciated. The difference in up axis between DCC's is one of the big pain points our artists and consumers hit when trying to integrate Blender into an existing USD workflow.

Dhruv Govil commented on pull request blender/blender#113695 2023-10-16 20:15:38 +02:00
Fix: USD: Use color3f for color nodes

@makowalski Done, we rebased against the blender-4.0 branch and changed the target branch.

Dhruv Govil commented on pull request blender/blender#113187 2023-10-16 20:14:21 +02:00
USD: export to a single root prim by default

If you don't mind, can you please run 'make format' to fix the formatting, please?

@makowalski Done. Thanks for catching that!

Dhruv Govil commented on pull request blender/blender#113187 2023-10-16 20:13:36 +02:00
USD: export to a single root prim by default

Changed! Thanks for that note

Dhruv Govil commented on issue blender/blender#112568 2023-09-27 21:57:45 +02:00
UI: OCIO ColorSpace family grouping

I think this would be very welcome by studios using ACES. The name list can get incredibly long (even more so than your initial image) so this would really solve that problem

Dhruv Govil commented on pull request blender/blender#108823 2023-07-03 21:36:10 +02:00
USD export: prototype invoking Python chasers

Hey @makowalski , this looks to be working really well for my test cases. I did have one suggestion though which is that there is currently no error handling.

I think it would be good if…

Dhruv Govil commented on pull request blender/blender#108823 2023-06-30 09:28:13 +02:00
USD export: prototype invoking Python chasers

Yep I’m down for that. I’ll take some time tomorrow and next week to get this branch building locally and then create a little add on.

Dhruv Govil commented on pull request blender/blender#108823 2023-06-27 20:26:42 +02:00
USD export: prototype invoking Python chasers

Just leaving a general note:I think the approach and add-on API interface here looks really good to me. Nothing in the code implementation stood out as needing changes either other than the…

Dhruv Govil commented on pull request blender/blender#108823 2023-06-27 20:23:03 +02:00
USD export: prototype invoking Python chasers

That's great to hear, and thank you for doing that. I think it'll help long term with API stability.

Dhruv Govil commented on pull request blender/blender#108823 2023-06-27 20:23:01 +02:00
USD export: prototype invoking Python chasers

That's great to hear, and thank you for doing that. I think it'll help long term with API stability.

Dhruv Govil commented on pull request blender/blender#108823 2023-06-23 03:15:25 +02:00
USD export: prototype invoking Python chasers

Would it make sense to pass in a struct or object with the stage as a field instead of the stage directly?

Dhruv Govil commented on pull request blender/blender#108823 2023-06-19 21:14:13 +02:00
USD export: prototype invoking Python chasers

In terms of user interface, it's of course a bit obscure for a users to know what the name of the chaser is. Easiest could be to just enable all by default if that makes sense,? And then if…

Dhruv Govil commented on issue blender/blender#108825 2023-06-12 20:39:01 +02:00
USD: Support Python hooks and chasers to extend IO functionality

Thanks for posting this Michael. Having a chaser like functionality would be a huge benefit for many pipelines.

Problems Solved

Just to give a better sense of the use case, each project…