Yep, I mean a suffix. I recognized such a numbering was widely used but of course you are right. I was thinking about the user might click on the slot…
I guess you did not add the suffix 0X0X where X is a digit from 0 – 9 that represents the U/V offset to your maps. Otherwise the script does not know…
I’d like to throw something in, which might serve your needs: Here is the link: Download me!
Yes it does. I have to admit I was proven wrong, there is no such variable-path-return-stuff when it comes to the proper Max-File-Saving-Dialog. I thi…
As far as I know saving a file and opening the file save dialog are two different pairs of shoes. That’s why I was asking. What you might do is openin…
Yes, the regex-stuff is a bit hard to find… I had to gather those stuff some months ago \s will work for white spaces by the way. I think there is som…
Of course there is. \w should do the job for characters a-z and A-Z not sure about hyphens.
Your method seems quiete logic, the only thing I’d change is the kind of testing the input string. I’d go with a regular expression on this, in your c…
Yes Denis, basically you’re right. I read about you suggesting not to use the RC in another closed thread. Well the point why I want to use it is, tha…
I’m patently waiting for it, but the longer I have to use the Rolloutcreator the more the chance raises that I’m going crazy about it. Thanks for the…
Hei Claudio, thanks for your thoughts. As I said, the funny thing is, that no matter where you put the event handler function within the plugin (or …
Just one more question, denisT you use the gw method which doesn’t take the “real” renderwidth into account is there a better way then in my code to t…