|
|
@ -263,8 +263,8 @@ public class ObjectHelper extends AbstractBlenderHelper { |
|
|
|
|
|
|
|
|
|
|
|
//reading custom properties
|
|
|
|
//reading custom properties
|
|
|
|
Properties properties = this.loadProperties(objectStructure, dataRepository); |
|
|
|
Properties properties = this.loadProperties(objectStructure, dataRepository); |
|
|
|
if(properties != null && properties.getValue() != null) { |
|
|
|
if(result instanceof Geometry && properties != null && properties.getValue() != null) { |
|
|
|
((Node)result).setUserData("properties", properties); |
|
|
|
((Geometry)result).setUserData("properties", properties); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(result != null) { |
|
|
|
if(result != null) { |
|
|
|