Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
start:plugins:common [2020/12/21 15:41]
adminmar [Yak-Common]
start:plugins:common [2020/12/22 10:08]
adminmar deleted double quote
Line 22: Line 22:
 To install them, you just have to drag/drop the file “Tomkod.rui” to a rhino window. To install them, you just have to drag/drop the file “Tomkod.rui” to a rhino window.
  
-==== Yak-Common ==== +==== Yak ===
-=== Yak ===+
 Our plugins are also compatible with __Yak__, Rhino's new package manager ((Rhino 6 or later only, graphic user interface for Rhino7 only)), which is basically an application store for Rhino. You just need to call Rhino's command **//_PackageManager//**: Our plugins are also compatible with __Yak__, Rhino's new package manager ((Rhino 6 or later only, graphic user interface for Rhino7 only)), which is basically an application store for Rhino. You just need to call Rhino's command **//_PackageManager//**:
 {{ :start:plugins:yakpackagemanager.jpg?nolink&600 |}} {{ :start:plugins:yakpackagemanager.jpg?nolink&600 |}}
 <WRAP center round tip 90%> <WRAP center round tip 90%>
  You can also install from the repository with the following command line:  You can also install from the repository with the following command line:
-<code>""D:\Program Files\Rhino 6\System\Yak.exe" install 'PluginName'</code>+<code>"D:\Program Files\Rhino 6\System\Yak.exe" install 'PluginName'</code>
 If you add this in a batch file (*.bat) at windows startup, it is probably the best way to keep all your plugins up-to date ;-) If you add this in a batch file (*.bat) at windows startup, it is probably the best way to keep all your plugins up-to date ;-)
 {{ :start:plugins:table:table_install_yak.jpg?nolink |}} {{ :start:plugins:table:table_install_yak.jpg?nolink |}}
 </WRAP> </WRAP>