Fix broken compilation after adding particles DNA defaults.

Was failing because of a mismatch between RNA and DNA defaults on
`courant_target` property, removed RNA one (DNA came from initial value
defined in BKE's particle creation code, think it's best to keep that
one).
This commit is contained in:
Bastien Montagne 2020-10-08 23:07:52 +02:00
parent 3d4231babf
commit 3fae33b22c
1 changed files with 0 additions and 1 deletions

View File

@ -2944,7 +2944,6 @@ static void rna_def_particle_settings(BlenderRNA *brna)
prop = RNA_def_property(srna, "courant_target", PROP_FLOAT, PROP_NONE);
RNA_def_property_range(prop, 0.0001, 10);
RNA_def_property_float_default(prop, 0.1);
RNA_def_property_ui_text(
prop,
"Adaptive Subframe Threshold",