Curves: Replace quick fur operator, add to add menu #104764

Merged
Jacques Lucke merged 5 commits from HooglyBoogly/blender:curves-fur-setup-python into main 2023-02-15 12:13:45 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 953a076fa2 - Show all commits

View File

@ -152,6 +152,7 @@ class QuickFur(ObjectModeOperator, Operator):
interpolate_modifier["Input_18_attribute_name"] = curves.surface_uv_map
interpolate_modifier["Input_15"] = density
interpolate_modifier["Input_17"] = self.view_percentage
interpolate_modifier["Input_24"] = True
if noise_group:
noise_modifier = curves_object.modifiers.new(name="Hair Curves Noise", type='NODES')