Page 1 of 1

How to create new node (rectangle) with script?

Posted: 05 Dec 2012, 14:47
by in_ty
Hi,
I need to place new images in the scene in realtime from the folder. The final count of images is unknown, so I need to create geometry nodes dynamicly. Is this possible or there is any better way?

Thx!

Re: How to create new node (rectangle) with script?

Posted: 06 Dec 2012, 09:26
by TobiTobsen
Hi,
as far as i know there is no way to create objects dynamacily.
Before starting your scene, you have to define how many object are available. You can hide them so they don't use much ressources but they must be defined...

Cheers,
Tobi

Re: How to create new node (rectangle) with script?

Posted: 06 Dec 2012, 13:02
by in_ty
Thx! Now everything is clear.