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:
authorGermano Cavalcante <germano.costa@ig.com.br>2021-11-18 19:55:17 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-11-18 19:55:17 +0300
commit717a971035071d36af03d65713408f4da1f69cb3 (patch)
tree8c76660b209cbcdca5e29109304531f5c1bb6325 /source/blender/makesdna
parent2a9cfdac7e126e37afb82e15a131717041f3d2f8 (diff)
Revert "Revert "Revert "Allow navigating while transforming"""
This reverts commit 2a9cfdac7e126e37afb82e15a131717041f3d2f8.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index b3c9089d5d4..c8fdac19b61 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -663,8 +663,7 @@ typedef struct UserDef_Experimental {
char use_sculpt_tools_tilt;
char use_extended_asset_browser;
char use_override_templates;
- char use_navigate_while_transform;
- char _pad;
+ char _pad[2];
/** `makesdna` does not allow empty structs. */
} UserDef_Experimental;