![]() |
|
Fumefx5 in Max2018 - Maxscript support is broken and can't handle more than one line of code - Printable Version +- Sitni Sati Forums (https://forum.afterworks.com) +-- Forum: Products (https://forum.afterworks.com/forumdisplay.php?fid=4) +--- Forum: FumeFX [max] (https://forum.afterworks.com/forumdisplay.php?fid=8) +--- Thread: Fumefx5 in Max2018 - Maxscript support is broken and can't handle more than one line of code (/showthread.php?tid=1887) |
Fumefx5 in Max2018 - Maxscript support is broken and can't handle more than one line of code - mpiatek - 01-31-2019 It seems that Fumefx5 has broken max script support (script that you set in General tab). Here's my test code: Code: fn PostLoad = (If you scrub through the timeline you won't get any messages at all. Code: fn PostLoad = (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 = (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. Re: Fumefx5 in Max2018 - Maxscript support is broken and can't handle more than one line of code - mpiatek - 02-05-2019 I actually think maxscript support is broken in general. I am getting [0,0,0] values returned from GetVelWorld and GetVelLocal. I am sampling from areas which do have velocities and I do have Voxel Data Display turned on in the viewport. I am getting ->some Re: Fumefx5 in Max2018 - Maxscript support is broken and can't handle more than one line of code - sitnisati - 02-07-2019 Hello, Thank you for the bug report. We can reproduce this as well and will work on the fix. It works in 2019, but not in older versions. Regards, Kresimir Tkalcec Re: Fumefx5 in Max2018 - Maxscript support is broken and can't handle more than one line of code - mpiatek - 02-08-2019 Thank you very much
Re: Fumefx5 in Max2018 - Maxscript support is broken and can't handle more than one line of code - sitnisati - 03-27-2019 Hello, We have 5.0.2.2 almost ready, but wanted to share beta here so you can give it a try before the release. Here are the links to files: https://www.afterworks.com/betafiles/Fu ... 2R2015.exe https://www.afterworks.com/betafiles/Fu ... 2R2016.exe https://www.afterworks.com/betafiles/Fu ... 2R2017.exe https://www.afterworks.com/betafiles/Fu ... 2R2018.exe https://www.afterworks.com/betafiles/Fu ... 2R2019.exe Please let us know how it works for you. Thank you. Regards, Kresimir Tkalcec Re: Fumefx5 in Max2018 - Maxscript support is broken and can't handle more than one line of code - mpiatek - 04-17-2019 Sorry- for some reason notification about your message landed in my junk mail. I'll give it a try next week. Cheers! |