naming changes
path -> filepath (for rna and operators, as agreed on with elubie) path -> data_path (for windowmanager context functions, this was alredy used in many places)
This commit is contained in:
@@ -480,10 +480,10 @@ class DATA_PT_modifiers(DataButtonsPanel):
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.prop(md, "path", text="Create Along Paths")
|
||||
layout.prop(md, "use_path", text="Create Along Paths")
|
||||
|
||||
split = layout.split()
|
||||
split.active = md.path
|
||||
split.active = md.use_path
|
||||
col = split.column()
|
||||
col.row().prop(md, "axis", expand=True)
|
||||
col.prop(md, "keep_shape")
|
||||
|
||||
Reference in New Issue
Block a user