Title: _gnarl2d problem Post by: rurik2000 on January 12, 2016, 11:16:44 PM Hello
When I use _gnarl2d as my 1st formula, I get an error "formula is not valid". I have the formula installed... Is there a specific usage for it? I'm trying to re-create something like this http://dark-beam.deviantart.com/art/Marbled-trip-207877950?q=gallery%3AThe-Aposhack%2F28953017&qo=4272 Thanks! Title: Re: _gnarl2d problem Post by: M Benesi on January 13, 2016, 04:00:41 AM It's an add-on/transform formula. If you want to be able to use it as a stand alone formula (it will move from the "ADs" menus to the "3D" menus in your formula tabs), open up the .m3f file with a text editor, and change .DEoption from -1 to 1: Code: [OPTIONS] do this: .DEoption = 1 |