How to export roto shapes using python

how to export roto shapes from silhouette to nuke with parent layers [export format : nuke +9 ] using python code

here’s an example. Change the exporter name to the version you need.

1 Like

mborgo bro… Thanks for sending python script for silhouette to nuke exporter.
but i need little different [ while select silhouette file .sfx

  1. first need to search roto node in tree window
  2. if roto type node is there then active it and
  3. export all roto shapes with parent layers for Nuke +9 Shapes using python code ]

Check out my code snippet over in your other thread:

With Magno’s example and my snippet you should be able to achieve what you want.