.window系统下,打开cmd 命令控制台窗口,拖拽nuke.exe文件到窗口中,可以输入
D:\Nuke11.1v1\Nuke11.1.exe - -help 命令后,回车运行,即可显示如下信息:

1、Options available when launching from the main Nuke executable:

Usage: ./Nuke

–version show the application version

-h [ --help ] show help message

############# 如下部分就是哥哥版本启动命令:################
–hiero : run Hiero
–player : run in HieroPlayer mode
–usehierolicense : run Nuke using a hiero license
–nukex : run as NukeX instead of standard Nuke
–studio : run as NukeStudio instead of standard Nuke
–nukeassist : run in Nuke Assist mode
–nc : run in non-commercial mode (see user guide). Used to
be ple
具体使用方法:
输入:
D:\Nuke11.1v1\Nuke11.1.exe --nukex
回车:启动nukex版
D:\Nuke11.1v1\Nuke11.1.exe --studio
回车:启动studio版

其他同上…

#################### 以下内容可忽略 ##################

-q [ --quiet ] prevents the splash screen and project dialog
appearing on startup
–safe prevents loading of custom python plugins and export
presets on startup. Stops any scripts or plugins in
~/.nuke, $NUKE_PATH being executed as well as stopping
any Ofx plugins being loaded (including FurnaceCore)

2、Options available when launching in Hiero/HieroPlayer mode:

Usage: ./Nuke ( --hiero | --player ) [ project | mediaFile… | --script file [ argv… ] ]:

project name of a project file to open
mediaFile… list of paths to media files, or to folders containing media files
–script file runs the specified python script on startup
argv… list of arguments and options passed to the python script on startup

3、Options available when launching in NukeStudio mode:

Usage: ./Nuke --studio [ project | mediaFile… | --script file [ argv… ] ]:

–log-file file file for application log
–log-level lvl one of “error, warning, message, verbose”
–workspace arg starts the application with the specified workspace.
Can be one of Finishing, Conforming, Compositing,
Editing, Reviewing, Timeline, or any other custom
workspace
project name of a project file to open
mediaFile… list of paths to media files, or to folders containing media files
–script file runs the specified python script on startup
argv… list of arguments and options passed to the python script on startup

The following options also have environment variable alternatives:
–log-file FOUNDRY_LOG_FILE
–log-level FOUNDRY_LOG_LEVEL

4、Options available when launching in Nuke (or NukeX) mode:

Usage: ./Nuke (–nukex)

nuke11命令启动不同版本的方法大全相关推荐

  1. CentOS7 service network start命令启动时报错解决方法

    service network start命令启动时报错: [root@localhost network-scripts]# service network start Starting netwo ...

  2. python调用adb shell命令_Python之使用adb shell命令启动应用的方法详解

    Python之使用adb shell命令启动应用的方法详解 一直有一个心愿希望可以用Python做安卓自动化功能测试,在一步步摸索中,之前是用monkeyrunner,但是发现对于控件ID的使用非常具 ...

  3. tmux命令启动MySQL_程序后台运行的几种方法

    默认情况下,我们自己写的程序在运行时候会把当前 shell 给占据了,这时候想要在执行其他命令比较笨的方法就是再登陆一次创建一个会话:还有时候我们希望程序退出后能继续运行,像 mysql 那样. 下面 ...

  4. ubuntu18.04设置开机启动命令/脚本的三种方法(可sudo)

    很多时候想开机时便启动想要启动的命令(甚至是需要sudo的命令). 但是如何设置呢,一般来说有以下三种方法. (本文针对的是ubuntu18.04设置开机启动命令或者脚本) 1 不用sudo的命令开机 ...

  5. 【Ubuntu笔记】ubuntu18.04设置开机启动命令/脚本的三种方法(可sudo)

    转自微信 谭狗星 很多时候想开机时便启动想要启动的命令(甚至是需要sudo的命令). 但是如何设置呢,一般来说有以下三种方法. (本文针对的是ubuntu18.04设置开机启动命令或者脚本) 1 不用 ...

  6. 怎么打开python shell_Python之使用adb shell命令启动应用的方法详解

    一直有一个心愿希望可以用Python做安卓自动化功能测试,在一步步摸索中,之前是用monkeyrunner,但是发现对于控件ID的使用非常具有局限性,尤其是ID的内容不便于区分 具有重复性时,后面又发 ...

  7. python排版word文档命令方法大全_简易常用Word文档使用技巧方法大全(超全).doc

    PAGE Word文档使用技巧方法大全 Word2000.2003.2007.2010快捷键使用大全总结 常用快捷键快捷键 作用 一.字体类Ctrl+B 使字符变为粗体Ctrl+I 使字符变为斜体Ct ...

  8. CMD命令行中以管理员权限启动应用程序实现方法

    这篇文章主要介绍了CMD命令行中以管理员权限启动应用程序实现方法,本文使用一个JS脚本来实现,需要的朋友可以参考下 很多时候我们需要管理员权限来运行bat那么就需要结合vbscript来实现了 方法一 ...

  9. java 命令 一闪而过_tomcat启动不了一闪而过怎么办?tomcat一闪而过无法启动现象的解决方法...

    tomcat启动一闪而过怎么办成为了许多刚接触tomcat开发环境工作者的一个大问题,许多用户朋友都不知道是因为什么问题导致出现这种情况,马上点击查看tomcat一闪而过无法启动解决方法来解决您现在出 ...

最新文章

  1. 《系统分析与设计方法》 第8章 数据建模
  2. java中怎样克隆,如何在Java中克隆列表?
  3. 高通QXDM抓modem log
  4. 使用WPA Supplicant在Ubuntu 18.04/19.04上从终端连接到Wi-Fi的方法
  5. 谷歌浏览器之如何调试页面js
  6. matlab 实验5,MATLAB实验5报告.doc
  7. 网络的可靠性nyoj170
  8. 爬虫之requests库的使用
  9. Spring Cloud 微服务下的权限解决方案
  10. 怎样用计算机算一条线的斜率,直线的斜率
  11. Fantastic Graph 2018沈阳网络赛
  12. Python实现的无法拒绝的情人节表白代码,python情人节表白代码
  13. SAP smartforms打印图片
  14. fa常用脚本,资产类表的字段详解
  15. 详细安装系统镜像Contos图解和常用命令
  16. 纯真数据库理解及根据IP定位地区
  17. 我找到的一些google搜索技巧
  18. linux个人网站制作教程,用LaTeX制作个人简历
  19. 户口迁入深圳的优劣势一览
  20. 指定路径列表批量拷贝文件+Windows批处理命令大全

热门文章

  1. JAVA POI拆分合并的单元格
  2. 【xinfanqie】迎风漫画win7主题_8.3
  3. 教程|监控项类型—SNMP客户端
  4. OSChina 周五乱弹 —— 我反对这门亲事
  5. 计算机专业与电子商务问卷,电子商务-实验报告书3-《实训3 网络调研问卷实训》...
  6. ubuntu修改网易云音乐分辨率显示
  7. python按顺序遍历字典中的所有键_python中怎么遍历字典
  8. 用MyQR制作专属动态二维码
  9. 《方与圆》序人生控制论 第三章 通向快乐的途径
  10. 给 Android 开发者的 Flutter 指南(上)