Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
ae52e2da
Commit
ae52e2da
authored
Jan 25, 2016
by
Isaak Lim
Browse files
make the mesh normalization slots public
parent
05e084a8
Pipeline
#789
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Plugin-Move/MovePlugin.hh
View file @
ae52e2da
...
...
@@ -238,18 +238,6 @@ public:
/// Scale (with values from Tab)
void
slotScale
();
/// Move target Meshes cog to the origin
void
slotMoveToOrigin
();
/// Scale Boundingbox Diagonal to unit size
void
slotUnifyBoundingBoxDiagonal
();
/// Scale Boundingbox longest axis to unit size (keeps aspect ratio)
void
slotUnifyBoundingBoxLongestAxis
();
/// Scale all Boundingbox axis to unit size
void
slotUnifyBoundingBoxAllAxis
();
void
slotEnableSelectionMode
();
void
slotEnableObjectMode
();
...
...
@@ -518,6 +506,18 @@ public:
public
slots
:
/// Move target Meshes cog to the origin
void
slotMoveToOrigin
();
/// Scale Boundingbox Diagonal to unit size
void
slotUnifyBoundingBoxDiagonal
();
/// Scale Boundingbox longest axis to unit size (keeps aspect ratio)
void
slotUnifyBoundingBoxLongestAxis
();
/// Scale all Boundingbox axis to unit size
void
slotUnifyBoundingBoxAllAxis
();
/// translate an Object by a given vector
void
translate
(
int
_objectId
,
Vector
_vector
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment