forked from bartvdbraak/blender
Ambient Occlusion:
* Increase max. samples from 32 to 128.
This commit is contained in:
parent
d4ce95d1dc
commit
e79d16270b
@ -360,7 +360,7 @@ static void rna_def_lighting(BlenderRNA *brna)
|
||||
|
||||
prop= RNA_def_property(srna, "samples", PROP_INT, PROP_NONE);
|
||||
RNA_def_property_int_sdna(prop, NULL, "aosamp");
|
||||
RNA_def_property_range(prop, 1, 32);
|
||||
RNA_def_property_range(prop, 1, 128);
|
||||
RNA_def_property_ui_text(prop, "Samples", "Amount of ray samples. Higher values give smoother results and longer rendering times");
|
||||
RNA_def_property_update(prop, 0, "rna_World_update");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user