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:
@@ -155,7 +155,7 @@ void RNA_def_fcurve(struct BlenderRNA *brna);
|
||||
void RNA_def_gpencil(struct BlenderRNA *brna);
|
||||
void RNA_def_image(struct BlenderRNA *brna);
|
||||
void RNA_def_key(struct BlenderRNA *brna);
|
||||
void RNA_def_lamp(struct BlenderRNA *brna);
|
||||
void RNA_def_light(struct BlenderRNA *brna);
|
||||
void RNA_def_lattice(struct BlenderRNA *brna);
|
||||
void RNA_def_linestyle(struct BlenderRNA *brna);
|
||||
void RNA_def_main(struct BlenderRNA *brna);
|
||||
@@ -283,7 +283,7 @@ void rna_TextureSlot_update(struct bContext *C, struct PointerRNA *ptr);
|
||||
bool rna_Armature_object_poll(struct PointerRNA *ptr, struct PointerRNA value);
|
||||
bool rna_Camera_object_poll(struct PointerRNA *ptr, struct PointerRNA value);
|
||||
bool rna_Curve_object_poll(struct PointerRNA *ptr, struct PointerRNA value);
|
||||
bool rna_Lamp_object_poll(struct PointerRNA *ptr, struct PointerRNA value);
|
||||
bool rna_Light_object_poll(struct PointerRNA *ptr, struct PointerRNA value);
|
||||
bool rna_Lattice_object_poll(struct PointerRNA *ptr, struct PointerRNA value);
|
||||
bool rna_Mesh_object_poll(struct PointerRNA *ptr, struct PointerRNA value);
|
||||
|
||||
@@ -354,7 +354,7 @@ void RNA_def_main_objects(BlenderRNA *brna, PropertyRNA *cprop);
|
||||
void RNA_def_main_materials(BlenderRNA *brna, PropertyRNA *cprop);
|
||||
void RNA_def_main_node_groups(BlenderRNA *brna, PropertyRNA *cprop);
|
||||
void RNA_def_main_meshes(BlenderRNA *brna, PropertyRNA *cprop);
|
||||
void RNA_def_main_lamps(BlenderRNA *brna, PropertyRNA *cprop);
|
||||
void RNA_def_main_lights(BlenderRNA *brna, PropertyRNA *cprop);
|
||||
void RNA_def_main_libraries(BlenderRNA *brna, PropertyRNA *cprop);
|
||||
void RNA_def_main_screens(BlenderRNA *brna, PropertyRNA *cprop);
|
||||
void RNA_def_main_window_managers(BlenderRNA *brna, PropertyRNA *cprop);
|
||||
|
||||
Reference in New Issue
Block a user