-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
houdini to katana asset published #100
Comments
Apologies, I couldn't understand the issue in here. Which formats are we talking about? Tik Manager only renames the nodes that hold the files in it (importamatic node in Katana and File node in Houdini) It is not changing the path attributes so we cannot treat it as a USD authoring tool. USD authoring is fairly custom for each studio and can be supported in Tik Manager with custom extractors and ingestors. Can you elaborate the request a little bit more? |
1 the rename of the importomatic node in katana is not the problem in this or any other case when you have an asset you set some attributes like faces selected for aply specific materials in the same model so I have an asset with this attributes: this attributes should be transfered when it is exported and when we use the Tik publisher it export an Alembic but this alembic that is exported is merged and overriten all attributs and name set in houdini my export |
I see. This is related with the houdini alembic extractor. Can you describe how you export the alembic from the houdini? Alternatively, did you try the USD instead? |
the usd file is kind of working but it generate a prototypes and this shoudlnt be set unless the publish is a instances like for example 100 trees or something like that |
Regarding to the export of the alembic and usd exported from houdini when is published also is not grabing the animation so maybe should good to add a check box or something if is an asset animated or not to be export it with that |
Extracts are category sensitive. If you export it from an animation category, they should export the animation. |
so essentially, if you export from an Animation, Fx, Layout or Lighting Category, animation should be exported. Again, extracts can be studio/individual specific. Any TD can create a new extractor easily. |
yes but i mean my asset is animated it has an animation an i am making on houdini some instace of that asset ( animated) then to publishe it i am publishing it under a asset > assambly ( because this is an instace that is what i think ) so how do i need to publish the work under asset> animation? |
ah.. Okay I got it. You have a valid point. However that is such an extreme case to be fair. The usual way is to apply the animation on shot level. Or add some proceduralism with a rig (or rig like structure) which can be triggered (animated) in the shot. Having that said, your situation can be a good showcase about how flexible can the system be. The other ways (which requires a bit coding skills) to do this is to either alter the existing extractors (Not recommended since they will be overridden with Tik Manager updates) or adding new ones. Since your workflow is a bit out of ordinary, I prefer not to change the core according to that. If we start to put too many options into a pipeline, it will eventually lose its purpose. |
git it i actualy did that export on shot level, i notice that from houdini the animation is just exported as an alembic and no usd just for what i think is a bit fexible export usd ( crowd, fx and instances) it takes less in file that a abc thanks for the help! |
You can define USD export from Animation category too. You can do the same in the Settings -> Common -> Category Definirions (Common) It is not complete and much detailed yet but I would suggest you to take a look at the documentation: |
is working perfect the only think dont like is how the naming is set from houdini the publish |
If you can give me very detailed step by step instructions how you want to extract abc or usd from houdini I can help you to create your own extractor plugin for Tik Manager4. Actually, for houdini, it may be better to make a Tik Manager publish HDA which gets saved with the scene. |
Describe the bug
the name and attributes should match from one dcc to an other
To Reproduce
Steps to reproduce the behavior:
Expected behavior
if i publish an asset from houdini this should have the attrebutes and name embed for now the published asset has a tik manager name and is merged and has not any of the attributes builded inside houdini when i transfer the asset or impor to Katana
Screenshots
DCC
Please complete the following information:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: