Skip to content

Latest commit

 

History

History
 
 

usdview_copy_camera

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Quick Reference

Have you ever been in usdview and wanted to save your current camera view for later? This quick little plugin does this for you.

Demonstration

usdview_copy_camera_demonstration

How To Run

  1. Run this in the terminal

Linux

echo -e '#usda 1.0\n\ndef Sphere "MyPrim" {\ndouble radius = 4\n}' > some_file.usda
PYTHONPATH=$PWD/plugins:$PYTHONPATH PXR_PLUGINPATH_NAME=$PWD/plugins/copy_camera:$PXR_PLUGINPATH_NAME usdview some_file.usda
  1. In the opened usdview, press the "Copy The Current Camera" menu button
  2. In the pop-up window, type in the path to where you want this new camera to go.
  3. Click "Copy" and you should now have a camera Prim exactly where you current camera is.