Mikel Zuloaga
Mikel Zuloaga
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Edit USD asset and keep materials 2023年11月14日19:08
Hello,
I downloaded a USD asset with some materials/textures attached already.
I want to import it in SOP to do some modifications to the geo and a little animation, I use "USD Import" sop.
Then I want to go in LOP and import this sop graph using a "SOP import".
Or Maybe later I will cache SOP's modifications back into a usd file.
Problem is that I loose the materials...
If I use a "reference" LOP, it's working as expected.
Help please
I downloaded a USD asset with some materials/textures attached already.
I want to import it in SOP to do some modifications to the geo and a little animation, I use "USD Import" sop.
Then I want to go in LOP and import this sop graph using a "SOP import".
Or Maybe later I will cache SOP's modifications back into a usd file.
Problem is that I loose the materials...
If I use a "reference" LOP, it's working as expected.
Help please
Python script to refresh attribute 2021年7月1日23:45
Hello,
I'm trying to get the creation time of frames and put that in an attribute to later put this attribute in an overlay.
The problem is that when PDG generates the work items the attribute is not created yet, it's only created when the python script cook.
So the overlay appears empty.
I tried whith Dynamic work item generation but it breaks the rest of the depedency chain for any reason.
How can I force it to refresh the work item attributes after the python script cooked?
Thanks you
I'm trying to get the creation time of frames and put that in an attribute to later put this attribute in an overlay.
The problem is that when PDG generates the work items the attribute is not created yet, it's only created when the python script cook.
So the overlay appears empty.
I tried whith Dynamic work item generation but it breaks the rest of the depedency chain for any reason.
How can I force it to refresh the work item attributes after the python script cooked?
Thanks you
Houdini 18.5.499 Deadline Sandbox Error 2021年7月1日23:29
Hey guys, I had the same problem , and after a few hours of research I found the solution:
Your deadline scheduler needs to be like that:
AND
You need to copy the PDGDeadline plugin folder from *HoudiniInstall*/houdini/pdg/plugins/PDGDeadline to *\DeadlineRepository10\plugins
Works like a charm now
Let me know if it works for you.
Your deadline scheduler needs to be like that:
AND
You need to copy the PDGDeadline plugin folder from *HoudiniInstall*/houdini/pdg/plugins/PDGDeadline to *\DeadlineRepository10\plugins
Works like a charm now
Let me know if it works for you.