GroupEditor.java
.. .. @@ -4163,7 +4163,7 @@ 4163 4163 4164 4164 try 4165 4165 { 4166 - texturedata = Globals.theRenderer.GetTextureData(pigment, false, node.texres);4166 + texturedata = Globals.theRenderer.GetTextureData(tex.pigmenttexture, pigment, false, node.texres);4167 4167 } 4168 4168 catch (Exception e) 4169 4169 {