06-05-2024, 09:09 AM
Hi,
I want to configure the path of my preview with some maxscript commands. It works until i introduce a dot into the command.
For example:
That command works and give me the file name:
But if I want to get the length of the string and use ".count" it fails:
3dsmax 2024
Tyflow v1.110
It worked perfectly few months ago. It was on 2023 but i cant say what version of tyflow.
Did i miss something ?
Thanks
I want to configure the path of my preview with some maxscript commands. It works until i introduce a dot into the command.
For example:
That command works and give me the file name:
Code:
"$( (getFilenameFile(maxFileName)) )" --> "\C01_S0101_Layout_01007.mp4"
But if I want to get the length of the string and use ".count" it fails:
Code:
"$( (getFilenameFile(maxFileName)).count )" --> "\$( (getFilenameFile(maxFileName)).mp4"
3dsmax 2024
Tyflow v1.110
It worked perfectly few months ago. It was on 2023 but i cant say what version of tyflow.
Did i miss something ?
Thanks