Ondřej Samohel
Ondřej Samohel
This now works on single creator - **Create PointCache**. Publishing fails because more work has to be done on collectors, but it can serve as a base to rewrite other...
> Spare parameters are not alowed on the root node That at least answers question about storing context data on the root node. We need to find better place.
also I am wondering if this #3674 applies here too. I don't think so, because in new publisher all those parameters must have a value, but I need to think...
> I have two questions. I am currently dealing with both these questions :) There should definitely be backwards compatibility with already created instances. `members` were just a transient attribute...
> I have some trouble testing the new publisher as it is not opening: > > ``` > Traceback (most recent call last): > File "D:\REPO\OpenPype\openpype\tools\experimental_tools\dialog.py", line 171, in _on_btn_trigger...
Yep, I agree that using that specific regex with provided extension will solve most of these issues. I haven't yet identified all the places we are doing this but my...
What about some type of abstraction. As we hit the issue @BigRoy mentioned with Maya - where there are basically different names for the same color profile - and we...
That is really impressive! What I would suggest is that you'll move the creator/publishing logic to the new infrastructure we call .... the new publisher! :) I can help you...
Exactly as @BigRoy listed. In the Houdini integration there is this part of code: https://github.com/pypeclub/OpenPype/blob/9b32b4926ce8eb3356c9aea899acf05b0fe77ece/openpype/hosts/houdini/api/plugin.py#L95-L182 defining common "new" Creator. Of note there is `collect_instances()` that should pick up any created...
This is caused by "missing OCIO config" error in `maketx`. Strange as it happens only to specific files in specific scenarios (and with OCIO config present). I'll add more details.