mail to support@sidefx.com with diagnosic information from the license administrator sometimes license gets corrupted and they provide you a new license file )) I almost had the same problem. good luck
Hi I have attached a file I want the volume to move based on the velocity I want the smoke to rotate during its simulation I have done a basic setup, Could anyone tell me where I have gone wrong or any more advise to make it better. Thank you
Hi tomas, thanks for the reply.I have one more doubt.I want this to be extended further In my case I have already modelled geo and I have scattered colors based on the point cloud sop solver technique which finds the nearest point and spreads based on the noise.can this method be applied?
Hi One of my frnd taught me a method to make the objs fall based on the point expression. my question is that I want the few objects which are in the 1 color not to fall and the other objects which have other color to fall.I have attached an example.Please help me out.Thank you.
I have a code inside the python HDA that evaluates then number of points.Now i want to display the point count in the parameter interface for a parameter.how to do it
is there any way to list and select all the takes using a= hou.hscript('takels') and delete the takes using for i in a: hou.hscript('takerm %s' % i). could any one share the code snippet? thank you