Skip to content

Commit

Permalink
Update orbits (#765)
Browse files Browse the repository at this point in the history
* Update Orbits.

* Fix syntax errors in Orbits svgs

Signed-off-by: falkTX <[email protected]>

---------

Signed-off-by: falkTX <[email protected]>
Co-authored-by: rl2939 <[email protected]>
  • Loading branch information
falkTX and rl2939 authored Nov 30, 2024
1 parent e04647f commit 247afb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Orbits
Submodule Orbits updated 53 files
+133 −0 .github/workflows/build-plugin.yml
+22 −0 CHANGELOG.md
+439 −0 Orbits.xcodeproj/project.pbxproj
+7 −0 Orbits.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+8 −0 Orbits.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+74 −0 Orbits.xcodeproj/xcshareddata/xcschemes/Orbits.xcscheme
+20 −8 manual/docs/index.md
+1 −1 plugin.json
+1 −101 res/blue-knob-large.svg
+1 −108 res/blue-knob-small.svg
+1 −133 res/dark-hex-screw.svg
+1 −146 res/dark-inv-switch-off.svg
+1 −146 res/dark-inv-switch-on.svg
+1 −123 res/dark-port.svg
+1 −141 res/dark-rev-switch-off.svg
+1 −141 res/dark-rev-switch-on.svg
+1 −133 res/dark-sync-switch-off.svg
+1 −135 res/dark-sync-switch-on.svg
+282 −245 res/eugene-dark-panel.svg
+18 −4 res/eugene-layout.json
+560 −452 res/eugene-light-panel.svg
+1 −108 res/grey-knob-small.svg
+1 −133 res/light-hex-screw.svg
+1 −141 res/light-inv-switch-off.svg
+1 −141 res/light-inv-switch-on.svg
+1 −124 res/light-port.svg
+1 −141 res/light-rev-switch-off.svg
+1 −141 res/light-rev-switch-on.svg
+1 −133 res/light-sync-switch-off.svg
+1 −135 res/light-sync-switch-on.svg
+188 −170 res/polygene-dark-panel.svg
+2 −0 res/polygene-layout.json
+212 −194 res/polygene-light-panel.svg
+1 −101 res/red-knob-large.svg
+1 −108 res/red-knob-small.svg
+1 −136 res/rnd-switch-off.svg
+1 −136 res/rnd-switch-on.svg
+15 −0 res/svgo.config.js
+108 −33 src/EugeneModule.cpp
+24 −1 src/EugeneModule.hpp
+53 −15 src/EugeneWidget.cpp
+1 −0 src/EugeneWidget.hpp
+79 −13 src/OrbitsConfig.cpp
+1 −0 src/OrbitsConfig.hpp
+13 −4 src/OrbitsSkinned.cpp
+9 −3 src/OrbitsSkinned.hpp
+13 −38 src/OrbitsWidget.cpp
+0 −47 src/OrbitsWidget.hpp
+243 −96 src/PolygeneModule.cpp
+38 −11 src/PolygeneModule.hpp
+110 −53 src/PolygeneWidget.cpp
+1 −0 src/PolygeneWidget.hpp
+0 −1 src/plugin.hpp

0 comments on commit 247afb1

Please sign in to comment.