Changes between Version 1 and Version 2 of plugin
- Timestamp:
- Nov 29, 2010, 5:03:52 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
plugin
v1 v2 1 == Using plugins == 2 3 Click "Plugins -> Load Plugin" from the Transformer window menu bar. You should be presented with a windo listing available plugins. 4 If the plugin you require is in a separate jar file click "Add jars". When the plugin you require is in the list select it and click OK. 5 The plugin will appear as a single and bactch link on the "Plugins" menu. 6 7 == Writing plugins == 8 1 9 To implement a plugin for JPsychoMorph you need to create a Java class that overrides the Facemorph.Batchable interface: 2 10