Marshall Wang

scareley

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

How to split @directory in VEXpressions 2022年3月17日23:27

Thanks for the comments! Learned a lot

How to split @directory in VEXpressions 2022年3月17日8:53

Appreciate it!

Attribute From String [www.sidefx.com] definitely solves the problem.

For those who is also struggling with this:
In my case I simply used {}:/{}/{}/{}/{}/{subfolder}in Simple Pattern.

But yeah for a more complex fold structure, even with various subfolder depth, we will need regex to get what we want

How to split @directory in VEXpressions 2022年3月17日2:51

tamte
parameters us Hscript, not VEX and there is no split() function in HScript

Thanks Tomas!

Is there a way to get the @directory string on python side? So that I will be able to use expressions like `pythonexpr("@directory.split('/')"`