diki
October 1, 2006, 7:39pm
1
I’m rather new to v4 and noticed that I want to concatenate two spreads containing a number of Transformations quite often. I didn’t find any node that could do that, so I built a module that does:
http://www-stud.uni-due.de/~sj0500/insertslice.jpg
I just wanted to check wether anybody knew about a slicker way to do this, otherwise I’d submit the patch to the user modules.
kalle
October 2, 2006, 12:14pm
2
hey, clean patching for a newbie.
and proper naming; better than some of the vvvvdevs ever did ;-)
what about this?
https://vvvv.org/sites/default/files/imagecache/large/images/mergetransform.jpg
i’d suggest you to name that module
Cons (Transform).v4p
and add a simple helpfile…
diki
October 3, 2006, 6:20pm
3
Thanks for the comment!
I’ve stuck with the InsertSlice approach though, the slice index came in handy :)