New texture influence option for particle kink amplitude (as opposed to

frequency).
This commit is contained in:
Lukas Tönne
2015-01-14 12:29:19 +01:00
parent 9698182227
commit 2fe96f3f88
9 changed files with 42 additions and 13 deletions

View File

@@ -1164,6 +1164,7 @@ class TEXTURE_PT_influence(TextureSlotPanel, Panel):
factor_but(col, "use_map_clump", "clump_factor", "Clump")
col = split.column()
factor_but(col, "use_map_kink_amp", "kink_amp_factor", "Kink Amplitude")
factor_but(col, "use_map_kink_freq", "kink_freq_factor", "Kink Frequency")
factor_but(col, "use_map_rough", "rough_factor", "Rough")