Mustafa Zaky Jafar
Mustafa Zaky Jafar
I've made a quick prototype. I believe this function can be imporved! ```python def my_formatter(my_dict, key): # Test if only the first letter is uppercase if key[0].isupper() and not key.isupper()...
Hello, here's a suggestion from the linked featurebase request. https://feedback.ayon.app/p/anatomy-handling-of-uppercase-and-lowercase-modifiers Could we have a generic implementation that makes it easy to expand? e.g. supporting CamelCase.
I think I saw this bug before and we discussed it earlier in Houdini https://github.com/ynput/OpenPype/pull/5240 is it related ?
I got it, Thanks man! I'm curious about these extensions of pyblish, maybe soon I'll be able to contribute to the core.
I wonder if we can generizlie it in this way: ``` /api/addons/my_addon/{bundle_variant}/my_endpoint ``` I believe this can be tricky becasue atm addons are independet of the bundles they are added...
> Interesting approach :) But I think it's not the way for AYON. Preferably we define which are reviewables and from reviewable representations a thumbnail _may_ be taken if it's...
Does setting the necessary environment variables in Application settings fix this problem ? I'm not sure if you are using OpenPype standalone or OpenPype as AYON Addon?
Thanks @BigRoy for expanding on this topic. So, Typically, tools that are used across the studio should be managed by admins via environment variables. I think this PR helps if...
I wonder if it can be done the other way? having two exatractors one is general purpose and the other is for color transcode.
> I personally don't think we need a separate extractor for that. We should just make an OIIO extractor can do most of what you'd need to with `oiiotool` -...