Dhruv Govil DhruvGovil
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…