Advertisement
Guest User

Untitled

a guest
Jul 26th, 2019
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. import c4d
  2. from c4d import documents
  3. def main():
  4. load = documents.MergeDocument(doc,'preset://user.lib4d/Materials/RS_Starter_Material.c4d',c4d.SCENEFILTER_OBJECTS | c4d.SCENEFILTER_MATERIALS)
  5. if load is False:
  6. print 'Not Found'
  7. return True
  8. c4d.EventAdd()
  9. if __name__=='__main__':
  10. main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement