keltuzar
keltuzar
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
how to access hou.dopdata? 2008年11月17日17:55
I am trying to access the various dop field data inside the hou.dopdata / hou.dopobject using the python hom.
Also the documentation is very vague on trying to get access to the information
inside the smoke object so if someone can please shed some light on this would be really helpfull.
Here is what I have so far, and I am trying to get the hook to the dopData
fluPath = hou.ch(“fluid_object”)
geo = hou.node(fluPath)
smokeData = geo.processedObjects()
print geo.createdObjects()
the documentation on processedObjects, createdObjects isnt there for example…
thanks
Also the documentation is very vague on trying to get access to the information
inside the smoke object so if someone can please shed some light on this would be really helpfull.
Here is what I have so far, and I am trying to get the hook to the dopData
fluPath = hou.ch(“fluid_object”)
geo = hou.node(fluPath)
smokeData = geo.processedObjects()
print geo.createdObjects()
the documentation on processedObjects, createdObjects isnt there for example…
thanks
Fluid density limited to 1? 2008年11月8日12:57
Hi Jeff
Thanks for that example scene file… didn't know there was a gas field vop node.
In the gas field vop node how can one bring in input parameters like temperature or other data. By default it looks like only density can be brought in.
I would like to make divergence a result of temperature and reduce the temperature over time.
I am attaching a scene file, if you can please take a look and let me know how I can achieve this.
thanks
Thanks for that example scene file… didn't know there was a gas field vop node.
In the gas field vop node how can one bring in input parameters like temperature or other data. By default it looks like only density can be brought in.
I would like to make divergence a result of temperature and reduce the temperature over time.
I am attaching a scene file, if you can please take a look and let me know how I can achieve this.
thanks
attribute create for temperature question 2008年11月5日11:15
From one of the examples, they used an attribute create node and added a temperature data to the sop and one can modulate the amount of temperature that gets into a fluidbox.
My question is why doesn't it apply when we use fuel or density attribute? What makes temperuature special from density and fuel?
Thanks
My question is why doesn't it apply when we use fuel or density attribute? What makes temperuature special from density and fuel?
Thanks