Commit f91bd55b authored by Nico Mack's avatar Nico Mack

Added reversed property node

parent 925ca60a
...@@ -32,6 +32,7 @@ POSITIONS_NODE=positions ...@@ -32,6 +32,7 @@ POSITIONS_NODE=positions
RANGE_SEPARATOR_ATTRIBUTE=rangeSeparator RANGE_SEPARATOR_ATTRIBUTE=rangeSeparator
REFERENCE_NODE=reference REFERENCE_NODE=reference
RELATIVE_NODE=relative RELATIVE_NODE=relative
REVERSED_NODE=reversed
ROTATION_NODE=rotation ROTATION_NODE=rotation
SCALES_NODE=scales SCALES_NODE=scales
SELECTED_ITEMS_VARIABLE_NODE=selectedItemsVariable SELECTED_ITEMS_VARIABLE_NODE=selectedItemsVariable
......
...@@ -71,6 +71,7 @@ public class CpsNamespace extends NLS { ...@@ -71,6 +71,7 @@ public class CpsNamespace extends NLS {
public static String RANGE_SEPARATOR_ATTRIBUTE; public static String RANGE_SEPARATOR_ATTRIBUTE;
public static String REFERENCE_NODE; public static String REFERENCE_NODE;
public static String RELATIVE_NODE; public static String RELATIVE_NODE;
public static String REVERSED_NODE;
public static String ROTATION_NODE; public static String ROTATION_NODE;
public static String SCALES_NODE; public static String SCALES_NODE;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment