Make 'set offset from cursor' group operator internal.

This operator relies on a rather specific context setup, so it shall not
be exposed to user in 'operator search' menu etc.

Based on D2528 by Vuk Gardašević (lijenstina).
This commit is contained in:
Bastien Montagne 2017-05-28 17:35:24 +02:00
parent 9f044cb422
commit b947810291
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ class DupliOffsetFromCursor(Operator):
"""Set offset used for DupliGroup based on cursor position"""
bl_idname = "object.dupli_offset_from_cursor"
bl_label = "Set Offset From Cursor"
bl_options = {'REGISTER', 'UNDO'}
bl_options = {'INTERNAL', 'UNDO'}
@classmethod
def poll(cls, context):