ty Very much all clear now
Hi thanks for the reply I would like to save the bitmap at specific size , lets say 640*480 which is diffrent then my viewport size. is that possible?
How do i set the bitmap size to what i want?
ty Very much… Don’t know where i could find the info other then here…
Ty very much… got it
ty so what is b here for? is there another way by adressing the object b which will be the new camera?
ty got it
Ty so much for the help , works fine
undo_objects is an array of arrays which i want to add new_stuff(which is an array of objects) every time to a diifrent row in undo_objects. lets say …
I”m trying to create an undo objects for my script. new_stuff() – array of objects which getting changed every timr i press apply on the script. i wan…
Hello Ty for your reply’s i’m still heaving problems new_stuff is an array of objects which i want to move into a row at undo_objects 2d array then i…
A is an array and new_stuff is also an array of objects , i want to add a all of new_stuff array into a single row in 2d array A lets say i did it tw…