THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/05/2010 at 16:15, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
Hi!
A newbie question:
I have [ imageplane ] script, which "...his script will import an image into C4D and automatically create a material with the image in the luminance and alpha channels of the material, and then create a plane with -z orientation and apply the material to it. Basically, it's a way to import a bitmap image into Cinema's 3d space without having to do all the manual labor."
But how can I add "Look At Camera" Tag to the new created object within the script? And turn off Pitch Rotation and set angle P=0?
Whith Script Log I have this:
CallCommand(100004788); // New Tag
tag()#LOOKATCAMERA_PITCH=FALSE;
object()#ID_BASEOBJECT_ROTATION:VECTOR_Y=0;
How can I add Look At Camera TAG with script?
Thanks a lot.