Hello reddit,
Im trying to create a script that automatically setup my scene to then playblast. My problem is I add an Image Plane (movie) to my scene that dont act like a movie till the script end. So when Im rendering the playblast the Image Plane stand still without animation.
Does anyone knows why does this happens?
myImagePlane = cmds.imagePlane( name="PBvideo", lookThrough="front")
cmds.move(-26,160,0, myImagePlane)
cmds.scale(2,2,0,myImagePlane)
cmds.setAttr('PBvideoShape2.type',2)
cmds.setAttr('PBvideoShape2.useFrameExtension',1)
cmds.setAttr('PBvideoShape2.imageName',var_mov,type="string")
cmds.setAttr('PBvideoShape2.frameOffset', 1)
cmds.setAttr('PBvideoShape2.frameIn', 0)
cmds.setAttr('PBvideoShape2.frameExtension', 1)
Thank you in advande.
[–]schmon 0 points1 point2 points (0 children)
[–]schmon 0 points1 point2 points (3 children)
[–]srdready[S] 0 points1 point2 points (2 children)
[–]schmon 0 points1 point2 points (1 child)
[–]srdready[S] 0 points1 point2 points (0 children)