N 如果不想使用文件名作为指令,可以键入 N 修指令名称
T 修改指令类型,指令类型有两种,Command和Hidden,Command类型的指令在Rhino命令行输入指令时,出现在候选指令列表内,可以自动补全,Hidden类型,输入指令时将不会出现在候选指令列表内,需要完整输入才能执行,Rhino大多数指令都是Command类型,而testtoggleroundpoints是典型的Hidden类型。 7.生成插件。
编辑完作者信息、插件信息、指令信息后,就可以生成插件了
键入B,直接生产插件,生成完成如下图所示
目前还没有遇到过这样的问题,但因为现在这个是测试版,对于Rhino Python方面还有很多问题需要解决。作者: yesmely 时间: 2013-9-7 13:55
翻到官方的测试版讨论区,有下面一段:
JuanExposito said:
I have compiled several scripts and, once loaded the plugin, only works when running first Python script editor. Is it normal?
回答:No, that is not normal.
------------------------------------------------------------
JuanExposito said:
In "plugin Properties"> "Load Time" shows "Load when needed". Should it be "loaded on startup" to solve the problem? As is done.
回答:No, you should not have to change the plug-in to be loaded on startup
Would it be possible to share some of your work with me so I can debug what is going wrong with the script compiler and your scripts?
------------------------------------------------------------