== VRML97 exporter ==
Faulty indentation of a line sometimes caused a bunch of empty lines to be printed into the TextureCoordinate and texCoodIndex fields (benign error, just ugly).
This commit is contained in:
		@@ -731,8 +731,8 @@ class VRML2Export:
 | 
			
		||||
									 round(uv[1], self.tp))
 | 
			
		||||
						j=j+1
 | 
			
		||||
					indexStr += "-1"
 | 
			
		||||
			texIndexList.append(indexStr)
 | 
			
		||||
			texCoordList.append(coordStr)
 | 
			
		||||
					texIndexList.append(indexStr)
 | 
			
		||||
					texCoordList.append(coordStr)
 | 
			
		||||
 | 
			
		||||
		self.writeIndented("texCoord TextureCoordinate {\n", 1)
 | 
			
		||||
		self.writeIndented("point [\n", 1)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user