summaryrefslogtreecommitdiff
path: root/trunk/reprap/miscellaneous/AoI/plugins/CSGEvaluator/src/extensions.xml
blob: a916b382c484e402c97772a16990743c53cf9d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version='1.0'?>

<extension name="CSGEvaluator" version="1.2">

  <import name="Tools" />

  <plugin class="org.reprap.artofillusion.CSGEvaluatorTool"/> 
  <plugin class="org.reprap.artofillusion.CSGEvaluatorPlugin"/> 

  <resource type="TranslateBundle" id="CSGEvaluator" name="CSGEvaluator" />
<!-- <resource type="help" id="CSGEvaluator" name="help/CSGEvaluator.hs" /> -->

  <author>Marius Kintel (kintel@sim.no), Philipp Tiefenbacher (wizards23@gmail.com), Stefan Farthofer</author>
  <description>
CSG Evaluator plugin. Simplifies building objects based on boolean operations.

Documentation and tutorial:
http://objects.reprap.org/wiki/Builders/Metalab/AoI_CSG_Evaluator
</description>
  <history> 
    <log version="0.2" date="11 january 2009" author="all">
    - Initial release</log> 
    <log version="1.0" date="14 january 2009" author="all">
    - Minor tweaks</log>
    <log version="1.1" date="28 january 2009" author="Nik TJ">
    - Added internationalisation support for GUI strings
    - Got retrieval of version number from Jar working
    </log>
    <log version="1.2" date="NN. xxx 2009" author="NN">
    - Now inherits texture from the first source object
    - Also supports manually overriding texture of result objects
    - Fixed a bug causing manually moved result object hierarchies to be transformed wrongly
    - Fixed a bug causing translated versions to fail
    </log>
  </history>
  <comments>
  </comments>
</extension>