Wisdom Jackal

JayBhadaniya

About Me

FX Artistin
専門知識
Technical Director
INDUSTRY
Film/TV

Connect

LOCATION
India
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Houdini env var windows backslash issues 2022年7月19日14:50

You can use .replace() after path.join() to ensure the slashes are correct:

print os.path.join(A,B,C).replace("\\","/")


and also Would it be better to import posixpath instead of os.path and then do posixpath.join(A, B, C) will always give you forward slashes.


The command is based on your OS,

posixpath for UNIX-style paths
ntpath for Windows paths
macpath for old-style MacOS paths
os2emxpath for OS/2 EMX paths

refer to this link :
https://docs.python.org/3.8/library/os.path.html [docs.python.org]

TOP NETWORK TAKE MORE TIME TO CACHE 2020年7月5日1:09

Hello expert,
I have some queries regarding the top network node.
I have some large area smoke sim emitter so I just divide into clusters and put it into the top network. Can anybody explain that when I put my cache in Houdini top network it takes more than 3 to 4 hours as compared to the regular file cache node it takes only 3 to 4 min per cluster?
Can you explain how I can fix it?