A simple script management tool
work_table1_1
Updated: 3 September 2020
Author: Liuxiaobo
Compatible Nuke versions: 10.5 or later
Compatibility:
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)
liuxiaobo 2020 09 02