Skip to content

Commit

Permalink
Added color synth sample
Browse files Browse the repository at this point in the history
still some refactoring to do and make it simpler
  • Loading branch information
Andreas Rånman committed Jan 18, 2024
1 parent 03f23ce commit 4e20cb2
Show file tree
Hide file tree
Showing 5 changed files with 394 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Rewrite all samples from Modo's LXSDK in Python with detailed documentation abou
- [ ] drawover_wireframe
- [ ] filepath_asset
- [ ] view3d_overlay
- [ ] preset
- [ ] colorSynthPath
- [x] preset
- [x] colorSynthPath
- [ ] scene_render
- [ ] trace
- [x] schematic_connection
Expand Down
20 changes: 20 additions & 0 deletions configs/color_synth_path.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<configuration>
<!-- Dir Browser is the list of directories on the right of the Preset Browser -->
<atom type="DirBrowser">
<hash type="BasePathUsername" key="presetChoice(ColorPB)@en_US">Color Synth</hash>
<hash type="BasePathEntry" key="presetChoice(ColorPB)=[ColorPB]:">128</hash>

<hash type="BasePathUsername" key="ColorPB">Color Synth</hash>
<hash type="BasePathEntry" key="ColorPB(ColorPB)=[ColorPB]:">128</hash>

<hash type="StateCurrentPath" key="ColorPB">#ColorPB(ColorPB):</hash>
<hash type="StatePathExpand" key="ColorPB@#ColorPB(ColorPB):">1</hash>
</atom>

<!-- Dir Thumb Browser is the thumbnail/list portion of the Preset Browser -->
<atom type="DirThumbBrowser">
<hash type="ClientZoom" key="ColorPB">128</hash>
<hash type="ClientSplitterPos" key="ColorPB">0.5</hash>
</atom>
</configuration>
1 change: 1 addition & 0 deletions lxserv/preset/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import color_synth_path
Loading

0 comments on commit 4e20cb2

Please sign in to comment.