tabs to spaces, remove trailing white space. (apart of pep8)

didnt do "release/scripts/io" since some exporters cant be auto converted
This commit is contained in:
2009-10-31 19:31:45 +00:00
parent af72bb50ae
commit f9b19d54b5
52 changed files with 11903 additions and 11903 deletions

View File

@@ -1,4 +1,4 @@
import bpy
class_obj = bpy.types.Object
class_obj.getChildren = lambda ob: [child for child in bpy.data.objects if child.parent == ob]
class_obj.getChildren = lambda ob: [child for child in bpy.data.objects if child.parent == ob]