made all python types that can do .__copy__(), also do .copy()
added copy function to lamp, texture and ipo types
This commit is contained in:
		@@ -7050,6 +7050,8 @@ static struct PyMethodDef BPy_Mesh_methods[] = {
 | 
			
		||||
	/* python standard class functions */
 | 
			
		||||
	{"__copy__", (PyCFunction)Mesh_copy, METH_NOARGS,
 | 
			
		||||
		"Return a copy of the mesh"},
 | 
			
		||||
	{"copy", (PyCFunction)Mesh_copy, METH_NOARGS,
 | 
			
		||||
		"Return a copy of the mesh"},
 | 
			
		||||
	{NULL, NULL, 0, NULL}
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user