However , would you please point me to an usage example?
umm, I don’t think so… , but I’m wondering why is not documented!
so with this logic Pre means local? PreRotate would be rotate in local coordinate?
I’m agree with you, user must know the tools folder, but I prefer installation because this way also user knows where files are. And important than in…
denisT: you did absolutely the right thing. but again… why not let max do it? but i see your reason now. in case of a ‘launcher’ that does do only …
It’s cool to see all codes in one file, but as my file become bigger and bigger reading the file become harder and harder. At the moment it was really…
And Scope, I don’t want to create many globals, I want to put them in structures.
Wait wait, I think I didn’t described my usage of include very well. I use it in the main “Launcher” script which is usally located at startup folder …
But I didn’t get why you are against include. Do you see any problem of using include?
Spliting ‘common’ scripts in separate files(libreries) makes my code cleaner and “Include” helps me to include this libraries in to the main script in…
fn GetAllSubDirs_fn MyDirectory = ( for F in (getdirectories (MyDirectory+”*”)) collect (trimright (pathConfig.stripPathToLeaf F) “\”) ) GetAllSubDir…
global DromaxGlobals = DromaxGlobalsStruct() You need to create instance of your structure
Finally I figure it out why this error happen. when I add modifier at “AttachedToNode” state, node is not created completely and this error will happe…