Changeset 1319 for java/Framclipse/com.framsticks.framclipse
- Timestamp:
- 07/12/24 03:32:13 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/Framclipse/com.framsticks.framclipse/res/framscript.xml
r1281 r1319 1680 1680 <description><![CDATA[The interpretation and influence of this property must be implemented by the experiment definition]]></description> 1681 1681 </element> 1682 <element name="f0_p_color" type="float" min="0" max="100" default="0.01"> 1683 <description><![CDATA[If this value is above zero, apart from this mutation occurring, the color of every newly created gray Part will be mutated on creation]]></description> 1684 </element> 1682 1685 <element name="f0_j_new" type="float" min="0" max="100" default="4.0"> 1683 1686 <description><![CDATA[]]></description> … … 1695 1698 <description><![CDATA[]]></description> 1696 1699 </element> 1697 <element name="f0_j_vred" type="float" min="0" max="100" default="0.0"> 1698 <description><![CDATA[]]></description> 1699 </element> 1700 <element name="f0_j_vgrn" type="float" min="0" max="100" default="0.0"> 1701 <description><![CDATA[]]></description> 1702 </element> 1703 <element name="f0_j_vblu" type="float" min="0" max="100" default="0.0"> 1704 <description><![CDATA[]]></description> 1700 <element name="f0_j_color" type="float" min="0" max="100" default="0.01"> 1701 <description><![CDATA[If this value is above zero, apart from this mutation occurring, every newly created Joint will be assigned a color that is the average color of both joined Parts]]></description> 1705 1702 </element> 1706 1703 <element name="f0_n_new" type="float" min="0" max="100" default="3.0"> … … 1735 1732 <description><![CDATA[Ensure that ellipsoids and cylinders have circle cross-section]]></description> 1736 1733 </element> 1737 <element name="f0s_use_elli" type="integer" min="0" max="1" default="1"> 1738 <description><![CDATA[Use ellipsoids in mutations]]></description> 1739 </element> 1740 <element name="f0s_use_cub" type="integer" min="0" max="1" default="1"> 1741 <description><![CDATA[Use cuboids in mutations]]></description> 1742 </element> 1743 <element name="f0s_use_cyl" type="integer" min="0" max="1" default="1"> 1744 <description><![CDATA[Use cylinders in mutations]]></description> 1745 </element> 1734 <element name="f0s_use_elli" type="integer" min="0" max="1" default="1"/> 1735 <element name="f0s_use_cub" type="integer" min="0" max="1" default="1"/> 1736 <element name="f0s_use_cyl" type="integer" min="0" max="1" default="1"/> 1746 1737 <element name="f0s_p_new" type="float" min="0" max="100" default="5.0"> 1747 1738 <description><![CDATA[]]></description> … … 1771 1762 <description><![CDATA[The interpretation and influence of this property must be implemented by the experiment definition]]></description> 1772 1763 </element> 1764 <element name="f0s_p_color" type="float" min="0" max="100" default="0.01"> 1765 <description><![CDATA[If this value is above zero, apart from this mutation occurring, the color of every newly created gray Part will be mutated on creation]]></description> 1766 </element> 1773 1767 <element name="f0s_j_new" type="float" min="0" max="100" default="5.0"> 1774 1768 <description><![CDATA[]]></description> … … 1780 1774 <description><![CDATA[The interpretation and influence of this property must be implemented by the experiment definition]]></description> 1781 1775 </element> 1782 <element name="f0s_j_vred" type="float" min="0" max="100" default="0.0"> 1783 <description><![CDATA[]]></description> 1784 </element> 1785 <element name="f0s_j_vgrn" type="float" min="0" max="100" default="0.0"> 1786 <description><![CDATA[]]></description> 1787 </element> 1788 <element name="f0s_j_vblu" type="float" min="0" max="100" default="0.0"> 1789 <description><![CDATA[]]></description> 1776 <element name="f0s_j_color" type="float" min="0" max="100" default="0.01"> 1777 <description><![CDATA[If this value is above zero, apart from this mutation occurring, every newly created Joint will be assigned a color that is the average color of both joined Parts]]></description> 1790 1778 </element> 1791 1779 <element name="f0s_n_new" type="float" min="0" max="100" default="5.0"> … … 1820 1808 <description><![CDATA[Modifiers: LlRrCcQqFfMmEeWwSsAaIiDdGgBb]]></description> 1821 1809 </element> 1822 <element name="f1_mut_exmod" type="string" max="30"> 1823 <description><![CDATA[Modifiers that will not be added nor deleted during mutation 1824 (all: LlRrCcQqFfMmEeWwSsAaIiDdGgBb)]]></description> 1810 <element name="f1_smModifiers" type="string" max="100"> 1811 <description><![CDATA[Modifier symbols that will be added or deleted during mutation 1812 (from the full set: LlRrCcQqFfMmEeWwSsAaIiDdGgBb). 1813 1814 You may use the extended syntax: after every allowed symbol, you may include its probability value in parentheses. 1815 Without parentheses, all allowed symbols behave as if they had (1.0) appended. 1816 If you include (0.0) after a symbol, this bans that symbol as if it was not present in this string.]]></description> 1825 1817 </element> 1826 1818 <element name="f1_nmNeu" type="float" min="0" max="100" default="4.0"> … … 1868 1860 <description><![CDATA[Maximum allowed number of repetitions for the '#' repetition gene]]></description> 1869 1861 </element> 1870 <element name="f4_mut_exmod" type="string" max="30"> 1871 <description><![CDATA[Modifiers that will not be added nor deleted during mutation 1872 (all: LlRrCcQqFfMmEeWwSsAaIiDdGgBb)]]></description> 1862 <element name="f4_mut_modifiers" type="string" max="100"> 1863 <description><![CDATA[Modifier symbols that will be added or deleted during mutation 1864 (from the full set: LlRrCcQqFfMmEeWwSsAaIiDdGgBb). 1865 1866 You may use the extended syntax: after every allowed symbol, you may include its probability value in parentheses. 1867 Without parentheses, all allowed symbols behave as if they had (1.0) appended. 1868 If you include (0.0) after a symbol, this bans that symbol as if it was not present in this string.]]></description> 1873 1869 </element> 1874 1870 <element name="f8_mut_chg_begin_arg" type="float" min="0" max="100" default="7.0"> … … 2230 2226 - Full/NumberOfBranches - a compromise between the two other settings. 2231 2227 - Full/(NumberOfBranches+1) - because the originating stick also counts as a branch. This setting guarantees that in the worst case, when at least two neighboring branches have sticks controlled by bending muscles and their controlling signals are at extreme values, the sticks can touch and overlap, but will not intersect. This setting is in most cases too strict because (1) all branches are very rarely controlled by muscles, (2) there are often 'empty' branches - multiple commas with no sticks in-between, and (3) the share of the originating stick is effectively wasted because this stick itself has no muscle at the branching point so it will not bend; the muscle bending range is symmetrical and the default range is equal for all muscles in a branching, but the sticks equipped with muscles in a branching are rarely evenly spaced. 2232 - Full: Always 1 (the complete angle)- because we do not have to care about the physical plausibility and avoid intersecting sticks, and other genetic representations do not impose such constraints, so this full angle setting can be useful as the default bending range when comparing the performance of various genetic encodings.]]></description>2228 - Full: always the complete angle - because we do not have to care about the physical plausibility and avoid intersecting sticks, and other genetic representations do not impose such constraints, so this full angle setting can be useful as the default bending range when comparing the performance of various genetic encodings.]]></description> 2233 2229 </element> 2234 2230 <element name="conv_f8_f1_maxlen" type="integer" min="10" max="10000" default="500"> … … 4907 4903 <description><![CDATA[The interpretation and influence of this property must be implemented by the experiment definition]]></description> 4908 4904 </element> 4905 <element name="f0_p_color" type="float" min="0" max="100" default="0.01"> 4906 <description><![CDATA[If this value is above zero, apart from this mutation occurring, the color of every newly created gray Part will be mutated on creation]]></description> 4907 </element> 4909 4908 <element name="f0_j_new" type="float" min="0" max="100" default="4.0"> 4910 4909 <description><![CDATA[]]></description> … … 4922 4921 <description><![CDATA[]]></description> 4923 4922 </element> 4924 <element name="f0_j_vred" type="float" min="0" max="100" default="0.0"> 4925 <description><![CDATA[]]></description> 4926 </element> 4927 <element name="f0_j_vgrn" type="float" min="0" max="100" default="0.0"> 4928 <description><![CDATA[]]></description> 4929 </element> 4930 <element name="f0_j_vblu" type="float" min="0" max="100" default="0.0"> 4931 <description><![CDATA[]]></description> 4923 <element name="f0_j_color" type="float" min="0" max="100" default="0.01"> 4924 <description><![CDATA[If this value is above zero, apart from this mutation occurring, every newly created Joint will be assigned a color that is the average color of both joined Parts]]></description> 4932 4925 </element> 4933 4926 <element name="f0_n_new" type="float" min="0" max="100" default="3.0"> … … 4962 4955 <description><![CDATA[Ensure that ellipsoids and cylinders have circle cross-section]]></description> 4963 4956 </element> 4964 <element name="f0s_use_elli" type="integer" min="0" max="1" default="1"> 4965 <description><![CDATA[Use ellipsoids in mutations]]></description> 4966 </element> 4967 <element name="f0s_use_cub" type="integer" min="0" max="1" default="1"> 4968 <description><![CDATA[Use cuboids in mutations]]></description> 4969 </element> 4970 <element name="f0s_use_cyl" type="integer" min="0" max="1" default="1"> 4971 <description><![CDATA[Use cylinders in mutations]]></description> 4972 </element> 4957 <element name="f0s_use_elli" type="integer" min="0" max="1" default="1"/> 4958 <element name="f0s_use_cub" type="integer" min="0" max="1" default="1"/> 4959 <element name="f0s_use_cyl" type="integer" min="0" max="1" default="1"/> 4973 4960 <element name="f0s_p_new" type="float" min="0" max="100" default="5.0"> 4974 4961 <description><![CDATA[]]></description> … … 4998 4985 <description><![CDATA[The interpretation and influence of this property must be implemented by the experiment definition]]></description> 4999 4986 </element> 4987 <element name="f0s_p_color" type="float" min="0" max="100" default="0.01"> 4988 <description><![CDATA[If this value is above zero, apart from this mutation occurring, the color of every newly created gray Part will be mutated on creation]]></description> 4989 </element> 5000 4990 <element name="f0s_j_new" type="float" min="0" max="100" default="5.0"> 5001 4991 <description><![CDATA[]]></description> … … 5007 4997 <description><![CDATA[The interpretation and influence of this property must be implemented by the experiment definition]]></description> 5008 4998 </element> 5009 <element name="f0s_j_vred" type="float" min="0" max="100" default="0.0"> 5010 <description><![CDATA[]]></description> 5011 </element> 5012 <element name="f0s_j_vgrn" type="float" min="0" max="100" default="0.0"> 5013 <description><![CDATA[]]></description> 5014 </element> 5015 <element name="f0s_j_vblu" type="float" min="0" max="100" default="0.0"> 5016 <description><![CDATA[]]></description> 4999 <element name="f0s_j_color" type="float" min="0" max="100" default="0.01"> 5000 <description><![CDATA[If this value is above zero, apart from this mutation occurring, every newly created Joint will be assigned a color that is the average color of both joined Parts]]></description> 5017 5001 </element> 5018 5002 <element name="f0s_n_new" type="float" min="0" max="100" default="5.0"> … … 5047 5031 <description><![CDATA[Modifiers: LlRrCcQqFfMmEeWwSsAaIiDdGgBb]]></description> 5048 5032 </element> 5049 <element name="f1_mut_exmod" type="string" max="30"> 5050 <description><![CDATA[Modifiers that will not be added nor deleted during mutation 5051 (all: LlRrCcQqFfMmEeWwSsAaIiDdGgBb)]]></description> 5033 <element name="f1_smModifiers" type="string" max="100"> 5034 <description><![CDATA[Modifier symbols that will be added or deleted during mutation 5035 (from the full set: LlRrCcQqFfMmEeWwSsAaIiDdGgBb). 5036 5037 You may use the extended syntax: after every allowed symbol, you may include its probability value in parentheses. 5038 Without parentheses, all allowed symbols behave as if they had (1.0) appended. 5039 If you include (0.0) after a symbol, this bans that symbol as if it was not present in this string.]]></description> 5052 5040 </element> 5053 5041 <element name="f1_nmNeu" type="float" min="0" max="100" default="4.0"> … … 5095 5083 <description><![CDATA[Maximum allowed number of repetitions for the '#' repetition gene]]></description> 5096 5084 </element> 5097 <element name="f4_mut_exmod" type="string" max="30"> 5098 <description><![CDATA[Modifiers that will not be added nor deleted during mutation 5099 (all: LlRrCcQqFfMmEeWwSsAaIiDdGgBb)]]></description> 5085 <element name="f4_mut_modifiers" type="string" max="100"> 5086 <description><![CDATA[Modifier symbols that will be added or deleted during mutation 5087 (from the full set: LlRrCcQqFfMmEeWwSsAaIiDdGgBb). 5088 5089 You may use the extended syntax: after every allowed symbol, you may include its probability value in parentheses. 5090 Without parentheses, all allowed symbols behave as if they had (1.0) appended. 5091 If you include (0.0) after a symbol, this bans that symbol as if it was not present in this string.]]></description> 5100 5092 </element> 5101 5093 <element name="f8_mut_chg_begin_arg" type="float" min="0" max="100" default="7.0"> … … 5355 5347 - Full/NumberOfBranches - a compromise between the two other settings. 5356 5348 - Full/(NumberOfBranches+1) - because the originating stick also counts as a branch. This setting guarantees that in the worst case, when at least two neighboring branches have sticks controlled by bending muscles and their controlling signals are at extreme values, the sticks can touch and overlap, but will not intersect. This setting is in most cases too strict because (1) all branches are very rarely controlled by muscles, (2) there are often 'empty' branches - multiple commas with no sticks in-between, and (3) the share of the originating stick is effectively wasted because this stick itself has no muscle at the branching point so it will not bend; the muscle bending range is symmetrical and the default range is equal for all muscles in a branching, but the sticks equipped with muscles in a branching are rarely evenly spaced. 5357 - Full: Always 1 (the complete angle)- because we do not have to care about the physical plausibility and avoid intersecting sticks, and other genetic representations do not impose such constraints, so this full angle setting can be useful as the default bending range when comparing the performance of various genetic encodings.]]></description>5349 - Full: always the complete angle - because we do not have to care about the physical plausibility and avoid intersecting sticks, and other genetic representations do not impose such constraints, so this full angle setting can be useful as the default bending range when comparing the performance of various genetic encodings.]]></description> 5358 5350 </element> 5359 5351 <element name="conv_f8_f1_maxlen" type="integer" min="10" max="10000" default="500"> … … 7842 7834 </arguments> 7843 7835 </element> 7836 <element name="cloneReplacingMaterial" function="true" type="SSGNode" flags="32"> 7837 <description><![CDATA[returns a clone of the input object with all materials replaced by the specified material]]></description> 7838 <arguments> 7839 <argument name="node" type="SSGNode"/> 7840 <argument name="material" type="Material"/> 7841 </arguments> 7842 </element> 7844 7843 <element name="dump" function="true" type="void" flags="32"> 7845 7844 <arguments> … … 8126 8125 <description><![CDATA[]]></description> 8127 8126 </element> 8127 <element name="rgb_parts_joints" type="integer" min="0" max="1" default="1" flags="192"> 8128 <description><![CDATA[The color of body Parts and Joints can be individually controlled by the (red, green, blue) genes, instead of the only-green look reflecting assimilation ability]]></description> 8129 </element> 8130 <element name="show_parts_as_balls" type="integer" min="0" max="1" default="1" flags="192"> 8131 <description><![CDATA[]]></description> 8132 </element> 8128 8133 <element name="bbox" type="integer" min="0" max="1" default="1" flags="192"> 8129 8134 <description><![CDATA[]]></description> 8130 8135 </element> 8131 <element name="joint_width" type="integer" min="10" max="150" default=" 100" flags="192">8136 <element name="joint_width" type="integer" min="10" max="150" default="80" flags="192"> 8132 8137 <description><![CDATA[]]></description> 8133 8138 </element> … … 8146 8151 <element name="symmetryplane" type="integer" min="0" max="1" default="0" flags="192"> 8147 8152 <description><![CDATA[Displays a guess of the symmetry plane (may take a long time to compue for complex bodies). 8153 The plane is only shown in the 3D body view of a creature, not in the world view. 8148 8154 Use scripting and the ModelSymmetry class to compute symmetry accurately. 8149 8155 Details of the symmetry estimation procedure are described in http://www.framsticks.com/bib/Jaskowski-and-Komosinski-2008]]></description> … … 8249 8255 <description><![CDATA[]]></description> 8250 8256 </element> 8257 <element name="rgb_parts_joints" type="integer" min="0" max="1" default="1" flags="192"> 8258 <description><![CDATA[The color of body Parts and Joints can be individually controlled by the (red, green, blue) genes, instead of the only-green look reflecting assimilation ability]]></description> 8259 </element> 8260 <element name="show_parts_as_balls" type="integer" min="0" max="1" default="1" flags="192"> 8261 <description><![CDATA[]]></description> 8262 </element> 8251 8263 <element name="bbox" type="integer" min="0" max="1" default="1" flags="192"> 8252 8264 <description><![CDATA[]]></description> 8253 8265 </element> 8254 <element name="joint_width" type="integer" min="10" max="150" default=" 100" flags="192">8266 <element name="joint_width" type="integer" min="10" max="150" default="80" flags="192"> 8255 8267 <description><![CDATA[]]></description> 8256 8268 </element> … … 8269 8281 <element name="symmetryplane" type="integer" min="0" max="1" default="0" flags="192"> 8270 8282 <description><![CDATA[Displays a guess of the symmetry plane (may take a long time to compue for complex bodies). 8283 The plane is only shown in the 3D body view of a creature, not in the world view. 8271 8284 Use scripting and the ModelSymmetry class to compute symmetry accurately. 8272 8285 Details of the symmetry estimation procedure are described in http://www.framsticks.com/bib/Jaskowski-and-Komosinski-2008]]></description> … … 8567 8580 Not implemented in the old Framsticks Theater application.]]></description> 8568 8581 </element> 8582 <element name="envmap_probe_position" type="XYZ"> 8583 <description><![CDATA[Used to generate the environment texture map for reflective materials. 8584 Not implemented in the old Framsticks Theater application.]]></description> 8585 </element> 8586 <element name="envmap_skybox" type="string"> 8587 <description><![CDATA[Alternative skybox used for the environment texture map generation. The default empty value means using the same 'envmap' as displayed in the world. 8588 Not implemented in the old Framsticks Theater application.]]></description> 8589 </element> 8569 8590 <element name="bgcolor" type="integer" min="0" max="16777215" default="16777215"> 8570 8591 <description><![CDATA[Not implemented in the old Framsticks Theater application.]]></description> … … 9114 9135 </arguments> 9115 9136 </element> 9137 <element name="filter" type="integer" flags="256"/> 9116 9138 </type> 9117 9139 <type name="Rectangle" context="Framsticks Theater"> … … 9443 9465 <description><![CDATA[]]></description> 9444 9466 </element> 9467 <element name="rgb_parts_joints" type="integer" min="0" max="1" default="1" flags="192"> 9468 <description><![CDATA[The color of body Parts and Joints can be individually controlled by the (red, green, blue) genes, instead of the only-green look reflecting assimilation ability]]></description> 9469 </element> 9470 <element name="show_parts_as_balls" type="integer" min="0" max="1" default="1" flags="192"> 9471 <description><![CDATA[]]></description> 9472 </element> 9445 9473 <element name="bbox" type="integer" min="0" max="1" default="1" flags="192"> 9446 9474 <description><![CDATA[]]></description> 9447 9475 </element> 9448 <element name="joint_width" type="integer" min="10" max="150" default=" 100" flags="192">9476 <element name="joint_width" type="integer" min="10" max="150" default="80" flags="192"> 9449 9477 <description><![CDATA[]]></description> 9450 9478 </element> … … 9463 9491 <element name="symmetryplane" type="integer" min="0" max="1" default="0" flags="192"> 9464 9492 <description><![CDATA[Displays a guess of the symmetry plane (may take a long time to compue for complex bodies). 9493 The plane is only shown in the 3D body view of a creature, not in the world view. 9465 9494 Use scripting and the ModelSymmetry class to compute symmetry accurately. 9466 9495 Details of the symmetry estimation procedure are described in http://www.framsticks.com/bib/Jaskowski-and-Komosinski-2008]]></description>
Note: See TracChangeset
for help on using the changeset viewer.