Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # Default script run when a geometry object is created
  2. # $arg1 is the name of the object to create
  3.  
  4. \set noalias = 1
  5. if ( "$arg1" != "" ) then
  6. opparm $arg1 use_dcolor( 0 )
  7. opproperty -f -F Render $arg1 mantra default_geometry
  8. # Lock the scales if you want to play it more safely:
  9. # chlock $arg1 +s?
  10.  
  11. opcf $arg1
  12. opadd -n file file1
  13. opparm file1 file default.bgeo
  14. oplocate -x 0 -y 0 file1
  15. opset -d on -r on -t off -l off -s off -u off file1
  16. opcf ..
  17. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement