work_table1_1 v1.0


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: xiaobo liu
A simple script management tool
Requirements:
12.0, 11.3, 11.2, 11.1, 11.0, 10.5 or later
02 Sep 2020
39

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
Please login in order to download these files.

Comments   

 
0 # fast abst 2020-09-05 04:58
Will be nice to have some demo. It's hard to understand how to use it
 

You have no rights to post comments

We have 2892 guests and 37 members online