"Fix" for [#26130] Turbulence Force Field seed does not look to generate a new texture when the seed changes via IPO keyframe

* Small force field ui changes to make things a bit clearer.
This commit is contained in:
2011-02-18 07:42:38 +00:00
parent bb05b25942
commit c4d7bb80f5
2 changed files with 5 additions and 4 deletions

View File

@@ -232,8 +232,9 @@ def basic_force_field_settings_ui(self, context, field):
col.prop(field, "flow")
col = split.column()
col.prop(field, "noise")
col.prop(field, "seed")
sub = col.column(align=True)
sub.prop(field, "noise")
sub.prop(field, "seed")
if field.type == 'TURBULENCE':
col.prop(field, "use_global_coords", text="Global")
elif field.type == 'HARMONIC':