Change particle draw_size default and limits

Particle draw size can now no longer be less than 1px, and the default
value has been changed to 4.
This commit is contained in:
Luca Rood
2017-05-19 17:19:20 +02:00
parent ef3c255457
commit c62bec8d99
2 changed files with 3 additions and 2 deletions

View File

@@ -3289,6 +3289,7 @@ static void default_particle_settings(ParticleSettings *part)
part->omat = 1;
part->use_modifier_stack = false;
part->draw_size = 4;
}