Michael H
michael-h
About Me
INDUSTRY
Film/TV
Connect
LOCATION
France
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Deprecation Warnings Coming from Houdini's Python Libraries Feb. 12, 2020, 7:41 a.m.
Hi Adam,
thank you for sharing!
Looks like pyseq activates the deprecation warnings - we had the same problem.
The solution is to use these lines :
import warnings
warnings.simplefilter('ignore', DeprecationWarning)
after the pyseq import.
Best,
Michael
thank you for sharing!
Looks like pyseq activates the deprecation warnings - we had the same problem.
The solution is to use these lines :
import warnings
warnings.simplefilter('ignore', DeprecationWarning)
after the pyseq import.
Best,
Michael
Problems with flat tank, trying to follow tutorial May 10, 2017, 10 a.m.
Hello,
I had the same issue.
To fix it, you can either uncheck “Kill inside Collision” on the “wavetank” (Ocean Source).
Or, make the “wavetank” editable (right click “allow editing of content”), dive inside, find “collision_sdf”, and on the the Voxel Size param delete the channel and set a value manually (eg 0.2).
Hope it helps!
Michael
I had the same issue.
To fix it, you can either uncheck “Kill inside Collision” on the “wavetank” (Ocean Source).
Or, make the “wavetank” editable (right click “allow editing of content”), dive inside, find “collision_sdf”, and on the the Voxel Size param delete the channel and set a value manually (eg 0.2).
Hope it helps!
Michael
Houdini 16 Apprentice black icon on Ubuntu 16.04 Feb. 22, 2017, 1:14 p.m.
Or put it in the houdini.env :
LC_ALL=C