Skip to content
GitLab
Menu
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
Commits
1bb52659
Commit
1bb52659
authored
Dec 27, 2016
by
Jan Möbius
Browse files
Separated all OpenMesh related types, removed core dependency on OM Object types
parent
21d7d043
Changes
1
Hide whitespace changes
Inline
Side-by-side
Core/openFunctions.cc
View file @
1bb52659
...
...
@@ -61,8 +61,6 @@
#include "OpenFlipper/widgets/loadWidget/loadWidget.hh"
#include "OpenFlipper/widgets/addEmptyWidget/addEmptyWidget.hh"
#include <ObjectTypes/PolyMesh/PolyMesh.hh>
#include "OpenFunctionThread.hh"
void
Core
::
resetScenegraph
(
bool
_resetTrackBall
)
{
...
...
@@ -178,7 +176,7 @@ void Core::slotExecuteAfterStartup() {
// If the file was given with the polymesh option, open them as polymeshes.
if
(
commandLineFileNames_
[
i
].
second
)
loadObject
(
DATA_POLY_MESH
,
QString
::
fromStdString
(
commandLineFileNames_
[
i
].
first
));
loadObject
(
typeId
(
"PolyMesh"
)
,
QString
::
fromStdString
(
commandLineFileNames_
[
i
].
first
));
else
{
loadObject
(
QString
::
fromStdString
(
commandLineFileNames_
[
i
].
first
));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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