.. | .. |
---|
3153 | 3153 | for (Enumeration e = group.selection.elements(); e.hasMoreElements();) |
---|
3154 | 3154 | { |
---|
3155 | 3155 | obj = (Object3D)e.nextElement(); |
---|
3156 | | - obj.SetBumpTexture(null); |
---|
| 3156 | + obj.ResetBumpTexture(); |
---|
3157 | 3157 | } |
---|
3158 | 3158 | |
---|
3159 | 3159 | refreshContents(); |
---|
.. | .. |
---|
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 | { |
---|