Page 1 of 1

Copying/Pasting Container Content

Posted: 05 Jul 2016, 11:45
by Joe Styles
Hi,

There is a still a bug with pasting container content which was picked up in V4:
http://forum.ventuz.com/viewtopic.php?f=22&t=3704

Attached is a new scene that highlights this. If you make a change in Item1, copy it, select Item2 and "Paste Container Contents" it removes the Data Scheme for that item in the SceneData.

Is this on your fix list?

Thanks,
Joe

Re: Copying/Pasting Container Content

Posted: 05 Jul 2016, 11:46
by Joe Styles
helps if I attach the archive!

Re: Copying/Pasting Container Content

Posted: 06 Jul 2016, 11:02
by Götz_B
Hi,

this is not a bug! It completely follows the logic of how "pasting container content" works.
You copy the content from one container to another. So if your nodes are connected to Scene Data Item1, then this is what you copy.
If you want to connect the properties to different Scene Data Channels, you have to expose them and bind them from the container to the Scene Data. As always with interface containers...

Cheers,
Götz

Re: Copying/Pasting Container Content

Posted: 06 Jul 2016, 11:27
by Joe Styles
I see. That makes more logical sense build your interface and connect to the scene data. Then all the links are kept when you paste container content.
Just a new way of working rather using the old externals model ;)

Thanks!
Joe