UI/Python: rename Lamps to Lights, to follow more standard terminology.
Internally it's still mostly named lamps, though some modules like Cycles were already calling them lights.
This commit is contained in:
@@ -127,7 +127,7 @@ def ctx_clear_scene(): # copied from batch_import.py
|
||||
# remove obdata, for now only worry about the startup scene
|
||||
for bpy_data_iter in (bpy.data.objects,
|
||||
bpy.data.meshes,
|
||||
bpy.data.lamps,
|
||||
bpy.data.lights,
|
||||
bpy.data.cameras,
|
||||
):
|
||||
|
||||
|
Reference in New Issue
Block a user