Changeset View
Changeset View
Standalone View
Standalone View
space_view3d_modifier_tools.py
| Context not available. | |||||
| mod.show_viewport = is_apply | mod.show_viewport = is_apply | ||||
| message_a = "{} modifiers in the 3D View".format("Displaying" if is_apply else "Hidding") | message_a = "{} modifiers in the 3D View".format("Displaying" if is_apply else "Hiding") | ||||
| if skipped: | if skipped: | ||||
| message_a = "{}, {}".format(message_a, "skipping: " + ", ".join(skipped)) if \ | message_a = "{}, {}".format(message_a, "skipping: " + ", ".join(skipped)) if \ | ||||
| Context not available. | |||||