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