01-31-2019, 11:07 AM
It seems that Fumefx5 has broken max script support (script that you set in General tab).
Here's my test code:
If you scrub through the timeline you won't get any messages at all.
This code actually works.
My assumption is that Fumefx is removing all newline characters in the maxscript which causes the script to be unusable. I found that if you add a maxscript that has more than one line, you save the script and the scene and you reload that scene, the whole script code will be collapsed into a single line !
Repo steps:
1. Add this code in your General tab-> Edit Script:
2. Save the script and the scene
3. Go to file->reset
4. Load your scene again
5. Go to fumefx general tab and open up attached max script
6. Notice that whole code will now be collapsed into one, very long line
Is there any workaround or a fix planned? This bug literally means no maxscript can be used in fumefx at all.
Here's my test code:
Code:
fn PostLoad = (
print "PreRes"
print "postRes"
)
If you scrub through the timeline you won't get any messages at all.
Code:
fn PostLoad = (
print "PreRes"
)
My assumption is that Fumefx is removing all newline characters in the maxscript which causes the script to be unusable. I found that if you add a maxscript that has more than one line, you save the script and the scene and you reload that scene, the whole script code will be collapsed into a single line !
Repo steps:
1. Add this code in your General tab-> Edit Script:
Code:
fn PostLoad = (
print "PreRes"
print "postRes"
x = 10
y = 200
z = 123123
)
3. Go to file->reset
4. Load your scene again
5. Go to fumefx general tab and open up attached max script
6. Notice that whole code will now be collapsed into one, very long line
Is there any workaround or a fix planned? This bug literally means no maxscript can be used in fumefx at all.
Senior VFX Artist @ Foundry 42 UK