Cleanup: use bool, style

This commit is contained in:
2018-12-29 10:04:39 +11:00
parent 3f4e3f718f
commit 363cf1152f
5 changed files with 7 additions and 7 deletions

View File

@@ -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");