Cleanup: use bool, style
This commit is contained in:
@@ -906,7 +906,7 @@ static void rna_def_render_layer(BlenderRNA *brna)
|
||||
|
||||
RNA_define_verify_sdna(0);
|
||||
|
||||
rna_def_view_layer_common(srna, 0);
|
||||
rna_def_view_layer_common(srna, false);
|
||||
|
||||
prop = RNA_def_property(srna, "passes", PROP_COLLECTION, PROP_NONE);
|
||||
RNA_def_property_struct_type(prop, "RenderPass");
|
||||
|
||||
Reference in New Issue
Block a user