work_table1_1 v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
12.0, 11.3, 11.2, 11.1, 11.0, 10.5 or later
This is a management script tool I made, because I often make productions between multiple shots, feedback modifications, version upgrades, etc., often I forget what I have made in a certain version, so I use it to manage My commonly used scripts, notes, can explain the scripts, and there are some interesting functions. If you have a backup script, you can have a particularly safe experience if you use it together.
Please make sure that the path you store is already in the nuke plugin path, if not, please add the path in init.py
Create menu.py file and write
import nuke
import nukescripts
import work_table1_1
toolbar = nuke.menu('Nuke')
toolbar.addCommand('L tool/Project management/Work table1_1',work_table1_1.show_WorkTable)
pbar = nuke.menu('Pane')
pbar.addCommand('Work table1_1',work_table1_1.show_WorkTable)
nukescripts.registerPanel('bxuil_Work_Table20200807',work_table1_1.show_WorkTable)
Comments
RSS feed for comments to this post