i downloaded `Xyrus02's plugin template [link] and played with it at one point i created something that looks good when used with tiling, so i thought i would share it --- the preview is made of three transforms with sintrange and two linear for tiling
sintrange means that i used sin in the calculation and that the result is strange (at least for me, because i had no idea what i was doing ) i don't remember what, if anything w means, probably i just picked a letter
Hi, Although it's not a formal rule, by convention plugin variables usually include the name of the variation followed by an underscore and the name of the variable. Otherwise there will be a possibility for conflicts with other plugins. What if, for instance, someone else created a plugin that used the variable "w"? If your plugin and that other one were used in the same flame Apo would freak out. So it would be best to call your variable sintrange_w instead of just w. cheers.
i don't remember what, if anything w means, probably i just picked a letter
Best regards
Hugs,
Anj
Although it's not a formal rule, by convention plugin variables usually include the name of the variation followed by an underscore and the name of the variable. Otherwise there will be a possibility for conflicts with other plugins.
What if, for instance, someone else created a plugin that used the variable "w"? If your plugin and that other one were used in the same flame Apo would freak out.
So it would be best to call your variable sintrange_w instead of just w.
cheers.