Michael H
michael-h
About Me
業界:
Film/TV
Connect
LOCATION
France
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Deprecation Warnings Coming from Houdini's Python Libraries 2020年2月12日7:41
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 2017年5月10日10:00
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 2017年2月22日13:14
Or put it in the houdini.env :
LC_ALL=C