Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-06-30 15:17:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-30 15:17:13 +0300
commitb35aa659d14fb1d5036c97d961358be453d2626b (patch)
treee04b4346e29ed4c0239d495174b1f9db9411ffc8 /source/blender/makesdna
parenteb63b32deea5772a5947cb6b77d2a89b1d22e6d1 (diff)
DNA: rename operator idname
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 71082572e24..59c6aa9bd1b 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -454,7 +454,7 @@ typedef struct bUserMenuItem {
typedef struct bUserMenuItem_Op {
bUserMenuItem item;
- char opname[64];
+ char op_idname[64];
struct IDProperty *prop;
char opcontext;
char _pad0[7];