Page 3 of 3

Re: werkkzeug4 CE

PostPosted: Wednesday, 09.October 2013, 20:36
by Skinnytorus
Yes. I ditto that. If this snippet is in question download/file.php?id=1234 then yes, Cloud2 particle count is reset to 0. That is why no clouds are seen. Are you sure the Cloud2 particle count backwards compatibility is not fixable?

Re: werkkzeug4 CE

PostPosted: Wednesday, 09.October 2013, 20:54
by ikam
usually you can affect parameters order and add new parameters to an operator without break the backward compatibility, there is trick for that. however in the case of cloud2, parameters are in an array and this trick doesn't work here. last year, I posted this issue to farbrausch github (https://github.com/farbrausch/fr_public/issues/57) ryg says to ask to chaos :

There's ways to reorder parameters outside of arrays, but I'm not sure if you can use that in this case - Chaos would need to answer that.


I don't know how to contact chaos... and as I never found any suitable solution to add new parameter without breaking compatibility I decided to break the compatibility when I forked the project for my own version. Keeping compatibilty is nice but sometime it's time to make some clean.

sure, it is fixable. I can restore the old operator cloud2 and declare it obsolete and create a new cloud2 operator. old files will be compatibles because they will load the old cloud2 and new files will use the new cloud2. I didn't do that because I wounldn't add so much obsolete operator only to keep compatibiliy. But if you want I can restore it...

Re: werkkzeug4 CE

PostPosted: Wednesday, 09.October 2013, 21:07
by Skinnytorus
Yes, please restore the old operator cloud2 and declare it obsolete and create a new cloud2 operator.
For now, we don't have too many example files written on wz4CE. Opening old files and having such troubles would be another headache for newbies.
Once we have lots of wz4CE examples and snippets, we'll raise this question again. Thank you.

Re: werkkzeug4 CE

PostPosted: Wednesday, 09.October 2013, 22:35
by ikam
ok it is restored.

Re: werkkzeug4 CE

PostPosted: Thursday, 10.October 2013, 07:50
by Skinnytorus
Than you very much. :)

Re: werkkzeug4 CE

PostPosted: Saturday, 12.July 2014, 16:16
by nikitos75
Ikam, is it possible to implement redo (ctrl+R) and undo (ctrl+z) function in wz?

Re: werkkzeug4 CE

PostPosted: Saturday, 12.July 2014, 17:23
by ikam
don't know i'll check.

Re: werkkzeug4 CE

PostPosted: Saturday, 12.July 2014, 17:36
by Skinnytorus
Mmm... It must be hard to implement that... I doubt that node stacking can be logged... Happily, undo for param changes is already there. The problem is that it's just one step deep...