VS:Basic Installation: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
Line 8: Line 8:
In this example we have a plug-in containing 2 objects and a menu command. First we put them all in a folder named Sample1_Objects and zip them:
In this example we have a plug-in containing 2 objects and a menu command. First we put them all in a folder named Sample1_Objects and zip them:


[[Image:Sample package zipfile.jpeg]]
[[Image:Sample package zipfile.jpeg|thumb]]


Then from Vectrworks Tools->Plug-ins->Plug-in manager or just simply by Crtl+Shift+z we open the plug-in manager dialog. By choosing Third-party plug-ins tab and by install... botton we load our zip file into Vectorworks:
Then from Vectrworks Tools->Plug-ins->Plug-in manager or just simply by Crtl+Shift+z we open the plug-in manager dialog. By choosing Third-party plug-ins tab and by install... botton we load our zip file into Vectorworks:


[[Image:Install Package.jpg]]
[[Image:Install Package.jpg|thumb]]


By this Vectorworks automatically unzip the package file and copy evrything into the user plug-in folder:
By this Vectorworks automatically unzip the package file and copy evrything into the user plug-in folder:


[[Image:PlugIns Folder.jpg]]
[[Image:PlugIns Folder.jpg|thumb]]


and for Vectorworks to load unzipped package we have to restart it and now our objects are available to use:
and for Vectorworks to load unzipped package we have to restart it and now our objects are available to use:


[[Image:Installed Object.jpg]]
[[Image:Installed Object.jpg|thumb]]


== See also ==
== See also ==

Revision as of 18:51, 3 June 2014

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

What's that

In this example we have a plug-in containing 2 objects and a menu command. First we put them all in a folder named Sample1_Objects and zip them:

Error creating thumbnail: Incomplete GD library configuration: Missing function imagecreatefromjpeg

Then from Vectrworks Tools->Plug-ins->Plug-in manager or just simply by Crtl+Shift+z we open the plug-in manager dialog. By choosing Third-party plug-ins tab and by install... botton we load our zip file into Vectorworks:

Error creating thumbnail: Incomplete GD library configuration: Missing function imagecreatefromjpeg

By this Vectorworks automatically unzip the package file and copy evrything into the user plug-in folder:

Error creating thumbnail: Incomplete GD library configuration: Missing function imagecreatefromjpeg

and for Vectorworks to load unzipped package we have to restart it and now our objects are available to use:

Error creating thumbnail: Incomplete GD library configuration: Missing function imagecreatefromjpeg

See also

VS:Implementing Installation Script

User Comments