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:
authorMartin Poirier <theeth@yahoo.com>2009-03-06 18:50:15 +0300
committerMartin Poirier <theeth@yahoo.com>2009-03-06 18:50:15 +0300
commitc07acfb4fd100cd3e4eb2ac12b0941ce6c9575e1 (patch)
treec9a5dc8f4439ce0305b08bf49dd3c1c724fbccfc /source/blender/makesdna/DNA_scene_types.h
parentaeef01559ef1ded236475344e0be1d88028d7c24 (diff)
Transform fun
extracting params in split transform operators. work in progress still, but lots of fun with operator replay (F6)
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 047fcd3b94e..0dff3cdb43d 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -469,6 +469,9 @@ typedef struct ToolSettings {
/* Particle Editing */
struct ParticleEditSettings particle;
+ /* Transform Proportional Area of Effect */
+ float proportional_size;
+
/* Select Group Threshold */
float select_thresh;
@@ -501,9 +504,9 @@ typedef struct ToolSettings {
char skgen_subdivisions[3];
char skgen_multi_level;
char skgen_optimisation_method;
-
- char tpad[6];
-
+
+ char tpad[2];
+
/* Alt+RMB option */
char edge_mode;
} ToolSettings;