level 1
neoghouls
楼主
我安装了个nuke,打开以后提示我
couldn't read file"d:/***/nuke5.1.1v5/plugins/init.tcl";no such file or directory
我安了好几次都不行,我的init.tcl中写的内容是
# Copyright © 2006 The Foundry Visionmongers Ltd. All Rights Reserved.
# This file is sourced by Nuke whenever it is run, either
# interactively or in order to run a script. The main purpose is
# to setup the plugin_path and to set variables used to generate
# filenames.
# All modifications to the user interface, such as menu items, should
# be put into menu.tcl, not in this file! This file is always sourced,
# but menu.tcl is not sourced when running nuke with -x to execute a
# script, so this means that renders will run as fast as possible.
# If a portion of a cut/copy is pasted, this variable might not be set:
set cut_paste_input 0
# Redefine puts to not produce an error if stdout fails. On windows
# if you fork then stdout no longer works. Also seems to be true on
# some Linux desktops if you launch by double-clicking
if ![catch {rename puts _puts}] {
proc puts {args} {
if [llength $args]<2 {
catch {_puts [lindex $args 0]}
return
} else {
eval [concat _puts $args]
}
}
}
set cut_paste_input 0
# Add a subdirectory called user under nuke/plugins will allow
# local modifications that will not be overwritten if nuke is updated:
plugin_addpath "./user"
# Add plugin directory path(s) for user binary plugins.
谁能给改改,或告告我要改哪啊,最好能直接来个能用的。
2009年05月18日 14点05分
1
couldn't read file"d:/***/nuke5.1.1v5/plugins/init.tcl";no such file or directory
我安了好几次都不行,我的init.tcl中写的内容是
# Copyright © 2006 The Foundry Visionmongers Ltd. All Rights Reserved.
# This file is sourced by Nuke whenever it is run, either
# interactively or in order to run a script. The main purpose is
# to setup the plugin_path and to set variables used to generate
# filenames.
# All modifications to the user interface, such as menu items, should
# be put into menu.tcl, not in this file! This file is always sourced,
# but menu.tcl is not sourced when running nuke with -x to execute a
# script, so this means that renders will run as fast as possible.
# If a portion of a cut/copy is pasted, this variable might not be set:
set cut_paste_input 0
# Redefine puts to not produce an error if stdout fails. On windows
# if you fork then stdout no longer works. Also seems to be true on
# some Linux desktops if you launch by double-clicking
if ![catch {rename puts _puts}] {
proc puts {args} {
if [llength $args]<2 {
catch {_puts [lindex $args 0]}
return
} else {
eval [concat _puts $args]
}
}
}
set cut_paste_input 0
# Add a subdirectory called user under nuke/plugins will allow
# local modifications that will not be overwritten if nuke is updated:
plugin_addpath "./user"
# Add plugin directory path(s) for user binary plugins.
谁能给改改,或告告我要改哪啊,最好能直接来个能用的。
