If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
New! You can now log in to the forums with your chaos.com account as well as your forum account.
does that python method allow you to extract the camera from the vrscene import?
i have a situation where we dont have the maya source file but need to do multiple passes of the render, if we were able to extract the cameradata from the vrscene we would be golden, is this possible?
does that python method allow you to extract the camera from the vrscene import?
i have a situation where we dont have the maya source file but need to do multiple passes of the render, if we were able to extract the cameradata from the vrscene we would be golden, is this possible?
Yes you can.
Import all into your .vrscene with a prefix, find all plugin imported with this prefix, if this prefix is not a "camera data", delete.
Comment