Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
743b9555
Commit
743b9555
authored
Jan 10, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enabled autouic
parent
042cb5fa
Pipeline
#8212
failed with stages
in 23 minutes and 8 seconds
Changes
30
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
31 additions
and
30 deletions
+31
-30
CMakeLists.txt
CMakeLists.txt
+2
-1
OpenFlipper
OpenFlipper
+1
-1
Plugin-AlignMeshes
Plugin-AlignMeshes
+1
-1
Plugin-Color
Plugin-Color
+1
-1
Plugin-Datacontrol
Plugin-Datacontrol
+1
-1
Plugin-Decimater
Plugin-Decimater
+1
-1
Plugin-DeserializeScreenshotMetadata
Plugin-DeserializeScreenshotMetadata
+1
-1
Plugin-HoleFilling
Plugin-HoleFilling
+1
-1
Plugin-InfoMeshObject
Plugin-InfoMeshObject
+1
-1
Plugin-InfoSkeleton
Plugin-InfoSkeleton
+1
-1
Plugin-IsotropicRemesher
Plugin-IsotropicRemesher
+1
-1
Plugin-Merge
Plugin-Merge
+1
-1
Plugin-MeshCompare
Plugin-MeshCompare
+1
-1
Plugin-MeshRepair
Plugin-MeshRepair
+1
-1
Plugin-Move
Plugin-Move
+1
-1
Plugin-PolyLine
Plugin-PolyLine
+1
-1
Plugin-PropertyVis
Plugin-PropertyVis
+1
-1
Plugin-Remesher
Plugin-Remesher
+1
-1
Plugin-Ruler
Plugin-Ruler
+1
-1
Plugin-Scripting
Plugin-Scripting
+1
-1
Plugin-SkeletalAnimation
Plugin-SkeletalAnimation
+1
-1
Plugin-Slice
Plugin-Slice
+1
-1
Plugin-Smoother
Plugin-Smoother
+1
-1
Plugin-Subdivider
Plugin-Subdivider
+1
-1
Plugin-TextureControl
Plugin-TextureControl
+1
-1
Plugin-ViewControl
Plugin-ViewControl
+1
-1
PluginCollection-FilePlugins
PluginCollection-FilePlugins
+1
-1
PluginCollection-PostProcessors
PluginCollection-PostProcessors
+1
-1
PluginCollection-Selection
PluginCollection-Selection
+1
-1
Type-Light
Type-Light
+1
-1
No files found.
CMakeLists.txt
View file @
743b9555
...
@@ -58,8 +58,9 @@ endif()
...
@@ -58,8 +58,9 @@ endif()
# add our macro directory to cmake search path
# add our macro directory to cmake search path
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
CMAKE_SOURCE_DIR
}
/OpenFlipper/cmake
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
CMAKE_SOURCE_DIR
}
/OpenFlipper/cmake
)
# Enable automoc
# Enable automoc
and autouic
set
(
CMAKE_AUTOMOC ON
)
set
(
CMAKE_AUTOMOC ON
)
set
(
CMAKE_AUTOUIC ON
)
...
...
OpenFlipper
@
080b43b5
Compare
549bde32
...
080b43b5
Subproject commit
549bde3261f141b830be45a638648c30c3681857
Subproject commit
080b43b56efbec067e304770265e2a4d0845d66c
Plugin-AlignMeshes
@
47aa1ce2
Compare
91bad5cc
...
47aa1ce2
Subproject commit
91bad5cc6016ac961b33c00519d694e26f77e655
Subproject commit
47aa1ce2be07d014a40cd62602dc83ff489c01ec
Plugin-Color
@
a73dfbdf
Compare
8776a557
...
a73dfbdf
Subproject commit
8776a557f36abc8c9bb99efb0fca0b629dcedda9
Subproject commit
a73dfbdf11c32d067ae6e503211b1801671eeda6
Plugin-Datacontrol
@
29c273ac
Compare
c9927b95
...
29c273ac
Subproject commit
c9927b955dedb4d6960eb1adc5c47555d85dfa4f
Subproject commit
29c273ac265083d7bad6d820dc72eb098b99a212
Plugin-Decimater
@
2c1a7de2
Compare
73208581
...
2c1a7de2
Subproject commit
732085816e404877914162ac2dbf69f0374180ea
Subproject commit
2c1a7de290f0fac5f4a22bf65e7c8f1bafe9675b
Plugin-DeserializeScreenshotMetadata
@
92e4532f
Compare
19416266
...
92e4532f
Subproject commit
19416266ddec504a785c23d7bbe05cc94023da12
Subproject commit
92e4532f0b9594038c37b67f8688dbd735da0df1
Plugin-HoleFilling
@
8251b829
Compare
de44d99b
...
8251b829
Subproject commit
de44d99b38dffc17253323f0d4796b54cda0791e
Subproject commit
8251b829323fc574643ffd25c8358c7f9cf11c5c
Plugin-InfoMeshObject
@
5ed88f74
Compare
c3761081
...
5ed88f74
Subproject commit
c3761081ce42546c4c4560aedb8eb055559a09e0
Subproject commit
5ed88f7441f93587d492d3f7724970d9d5ba6b78
Plugin-InfoSkeleton
@
179f3b8c
Compare
bfbf8680
...
179f3b8c
Subproject commit
bfbf86802ff1b61c36af6047816de5c9c560bb64
Subproject commit
179f3b8c4d486bc7ce01ad3afe65b63984bd3897
Plugin-IsotropicRemesher
@
19fb6ea5
Compare
c09dcbb9
...
19fb6ea5
Subproject commit
c09dcbb98cda19a9484793c197958168cd315486
Subproject commit
19fb6ea505d1df02e1d2e82cc8267875ea8fc6c1
Plugin-Merge
@
6538b9b1
Compare
e5e3c6ed
...
6538b9b1
Subproject commit
e5e3c6ed16bb6424394de4e84405935fc4ec4a67
Subproject commit
6538b9b177f9423b08e0c3e5545a497f2c9b4aae
Plugin-MeshCompare
@
b9451b1d
Compare
e3fc09fd
...
b9451b1d
Subproject commit
e3fc09fd8db4f9473d65a19087d615ea338e4aa
0
Subproject commit
b9451b1d6694aafedea188ff9f8b28a20543ea3
0
Plugin-MeshRepair
@
34d3ead9
Compare
5fb8b242
...
34d3ead9
Subproject commit
5fb8b242fdfefd529e9f73c8166ec128da1aa3c
f
Subproject commit
34d3ead9d424ba42ba0bcb8ccbce58611db20d3
f
Plugin-Move
@
81d616f7
Compare
c0e93958
...
81d616f7
Subproject commit
c0e939585f0ffe7eb19ee986c7b3e34732388e9e
Subproject commit
81d616f7588aaa0941393248df96268af3de2d20
Plugin-PolyLine
@
80822409
Compare
a0086298
...
80822409
Subproject commit
a00862986be65b359e28c990079345960a0d529
1
Subproject commit
80822409c0427974e363d7d1e1d904c42432641
1
Plugin-PropertyVis
@
4ba6e989
Compare
998b3403
...
4ba6e989
Subproject commit
998b34038a86cf9886a82718479d2f6e656b9bdb
Subproject commit
4ba6e989c55e7e9198a1bd518aebe5ac92c1938a
Plugin-Remesher
@
cfdb0cb9
Compare
ea0dbcf2
...
cfdb0cb9
Subproject commit
ea0dbcf2b18ae734e1329d6f5f7516654b008de2
Subproject commit
cfdb0cb989778e7a37db95ea3e158a9a9e122ad1
Plugin-Ruler
@
faea2ea1
Compare
130f24f5
...
faea2ea1
Subproject commit
130f24f56a9339f4c187153588c0d926603c23cc
Subproject commit
faea2ea15b1348624cc2112054b50355326a45f4
Plugin-Scripting
@
4594ff00
Compare
6dbd377a
...
4594ff00
Subproject commit
6dbd377a4b2a8191d98812789919d59f6bf7431d
Subproject commit
4594ff001b907c47406e28d6c446385199cc32f0
Plugin-SkeletalAnimation
@
5ca61596
Compare
66479a96
...
5ca61596
Subproject commit
66479a9600ca1d3c0bb7776ae8dda6aba98f7a61
Subproject commit
5ca6159614e6e7f0b25f12d5720feec933189290
Plugin-Slice
@
bece93fb
Compare
d33ad7e3
...
bece93fb
Subproject commit
d33ad7e3cbd08e0ab382ce4ceecce0bb55464cea
Subproject commit
bece93fbdadc46ff97f7bf9bb5c1342f7c51bfa6
Plugin-Smoother
@
fca51405
Compare
da61401a
...
fca51405
Subproject commit
da61401a7e849dd75ae6c5a1efdefdd6cb3dc720
Subproject commit
fca514053954c5bd0fbc689ad5c8de798b795b6f
Plugin-Subdivider
@
57cadb0f
Compare
d2d58637
...
57cadb0f
Subproject commit
d2d58637255d7e998776791518a46cd962ad44e8
Subproject commit
57cadb0f67b79b7adada8fe7a1d1d5ede5b28e16
Plugin-TextureControl
@
6c55cfd9
Compare
3a1a7fc2
...
6c55cfd9
Subproject commit
3a1a7fc2ae6252125bb33ee1bc4cc31d5e82afb2
Subproject commit
6c55cfd9173cddc744fc256daa3fb5f094c3d997
Plugin-ViewControl
@
445a93ab
Compare
49767f51
...
445a93ab
Subproject commit 4
9767f51a0d2e0eb457374ae1e71f9bb5c8f0842
Subproject commit 4
45a93abbf7565e06b2fdf66bb8ce3e3bdea6300
PluginCollection-FilePlugins
@
94d8b27b
Compare
f60e5a0e
...
94d8b27b
Subproject commit
f60e5a0ec1433da16d94b8cd3078d51487c3f06b
Subproject commit
94d8b27bfe1fa71cca8714d1000323623d43aa82
PluginCollection-PostProcessors
@
be0bf790
Compare
cf8fb096
...
be0bf790
Subproject commit
cf8fb09670b0271c29126a9ebe4fd7d2be79d73a
Subproject commit
be0bf790999b73d5f53494c891bd3b5a2d981b44
PluginCollection-Selection
@
721adeca
Compare
dcdae185
...
721adeca
Subproject commit
dcdae1850748d8bce36fca9b4da7b85c71dd1f8c
Subproject commit
721adeca62764fff33e76e3db9d6694f422e3e25
Type-Light
@
51388dcc
Compare
d72a0a58
...
51388dcc
Subproject commit
d72a0a58e8797dc9169f9e413ed88557467be0a2
Subproject commit
51388dcc09ab653832332a511e9b1cd0e38bebec
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