Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
general housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
keymixcookbook committed Jul 10, 2021
1 parent 8df8e69 commit 7ce9bc8
Show file tree
Hide file tree
Showing 7 changed files with 892 additions and 889 deletions.
5 changes: 3 additions & 2 deletions _mod_Community/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@
'mod_autolife',
'mod_AlignNodes',
'mod_ScaleTree',
'mod_Tabtabtab',
# 'mod_Tabtabtab',
'knob_scripter',
'mod_TurboMerge'
# 'mod_TurboMerge'
]

__all__ = []




#-------------------------------------------------------------------------------
#-Logging Module Contents
#-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion _pkg_KuFunc/mod_DotCamConnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def get_camera(node_ls_cam):
else:
node_sel_cam = None

elif len(node_sel_cam) == 1:
elif len(node_ls_cam) == 1:
node_sel_cam = node_ls_cam[0]

return node_sel_cam
1 change: 1 addition & 0 deletions _pkg_Studios/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@




#-------------------------------------------------------------------------------
#-Logging Module Contents
#-------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions _pkg_Studios/pkgStudio_kuhq/mod_WorkbenchAlias.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
alias file for importing Workbench Manger Package
for nuke environment use
url: D:/Dropbox/REPOSITORIES/_systemtools/pkgMod_WorkbenchManager/
url: D:/Dropbox/REPOSITORIES/_kptools/pkgMod_WorkbenchManager/
'''

Expand All @@ -28,7 +28,7 @@



nuke.pluginAddPath(r'D:/Dropbox/REPOSITORIES/_systemtools/')
nuke.pluginAddPath(r'D:/Dropbox/REPOSITORIES/_kptools/')
os.environ['KP_GUI'] = 'nuke'
from pkgMod_WorkbenchManager import mod_PanelSave

Expand Down
3 changes: 2 additions & 1 deletion init.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'''
init.py for _NukeStudio
init.py for _NukeMods
to used in a VFX Studio enviroment
'''
Expand Down Expand Up @@ -29,6 +29,7 @@

log.info("\033[036m\nfile: %s\033[0m" % os.path.relpath(__file__, os.getenv('KU_PKG_PATH')))


STUDIO = os.environ['KU_STUDIO_ENV']

log.info("\033[44m\n\n\n>>> Studio set to %s\033[0m" % STUDIO)
Expand Down
2 changes: 1 addition & 1 deletion menu.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'''
menu.py for _NukeStudio
menu.py for _NukeMods
to used in a VFX Studio enviroment
*for importing modules only
Expand Down
Loading

0 comments on commit 7ce9bc8

Please sign in to comment.