Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plugin-SkeletalAnimation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenFlipper-Free
Plugin-SkeletalAnimation
Merge requests
!2
minor change for addition of icons in view mode window
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
minor change for addition of icons in view mode window
Plugin-SkeletalAnimation
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Edwin Özdemir
requested to merge
Plugin-SkeletalAnimation
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
160e6fe1
1 commit,
2 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
SkeletalAnimationPlugin.cc
+
2
−
2
Options
@@ -79,7 +79,7 @@ SkeletalAnimationPlugin::~SkeletalAnimationPlugin()
*/
QString
SkeletalAnimationPlugin
::
name
()
{
return
"SkeletalAnimation"
;
return
"Skeletal
Animation"
;
}
//------------------------------------------------------------------------------
@@ -133,7 +133,7 @@ void SkeletalAnimationPlugin::initializePlugin()
method_
=
Blending
::
M_LBS
;
toolIcon_
=
new
QIcon
(
OpenFlipper
::
Options
::
iconDirStr
()
+
OpenFlipper
::
Options
::
dirSeparator
()
+
"skeletalAnimation.png"
);
emit
addToolbox
(
tr
(
"
Skeletal
Animation
"
)
,
pToolbox_
,
toolIcon_
);
emit
addToolbox
(
SkeletalAnimation
Plugin
::
name
(
)
,
pToolbox_
,
toolIcon_
);
}
//------------------------------------------------------------------------------
Loading