RNA: correction to a05cbc9914
The clipping plane bias is an implementation detail, don't use this in the RNA name.
This commit is contained in:
@@ -282,7 +282,7 @@ static void panel_draw(const bContext *UNUSED(C), Panel *panel)
|
||||
uiItemR(layout, ptr, "use_remove_doubles", 0, NULL, ICON_NONE);
|
||||
uiItemR(layout, ptr, "use_edge_overlap", 0, IFACE_("Overlapping Edges As Contour"), ICON_NONE);
|
||||
uiItemR(layout, ptr, "use_object_instances", 0, NULL, ICON_NONE);
|
||||
uiItemR(layout, ptr, "use_clip_plane_bias", 0, NULL, ICON_NONE);
|
||||
uiItemR(layout, ptr, "use_clip_plane_boundaries", 0, NULL, ICON_NONE);
|
||||
|
||||
gpencil_modifier_panel_end(layout, ptr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user