9.6 KiB
9.6 KiB
1 | Show Hide UI | import gs_curvetools.main as ct_main;ct_main.main() | Show/Hide UI | GS.GS_CurveTools.UI | python |
---|---|---|---|---|---|
2 | Reset to Defaults | import gs_curvetools.utils.utils as ct_utils;from imp import reload;reload(ct_utils);ct_utils.resetUI() | Reset the UI to Defaults | GS.GS_CurveTools.UI | python |
3 | Stop UI | import gs_curvetools.utils.utils as ct_utils;from imp import reload;reload(ct_utils);ct_utils.stopUI() | Close the UI and Stop Scripts | GS.GS_CurveTools.UI | python |
4 | New Card | gs_curvetools.core.create.new(0) | Create New Card | GS.GS_CurveTools.Create | python |
5 | New Tube | gs_curvetools.core.create.new(1) | Create New Tube | GS.GS_CurveTools.Create | python |
6 | Curve Card | gs_curvetools.core.create.multiple(0) | Convert to Card | GS.GS_CurveTools.Create | python |
7 | Curve Tube | gs_curvetools.core.create.multiple(1) | Convert to Tube | GS.GS_CurveTools.Create | python |
8 | Bind | gs_curvetools.core.create.bind(1) | Bind Curves or Geo | GS.GS_CurveTools.Create | python |
9 | Bind Duplicate | gs_curvetools.core.create.bind(2) | Bind Curves or Geo with duplication | GS.GS_CurveTools.Create | python |
10 | Unbind | gs_curvetools.core.create.unbind() | Unbind Curves | GS.GS_CurveTools.Create | python |
11 | Add Card | gs_curvetools.core.create.populate(0,1) | Add Cards between selection | GS.GS_CurveTools.Create | python |
12 | Add Card No Blend | gs_curvetools.core.create.populate(0,2) | Add Cards between selection without attribute blend | GS.GS_CurveTools.Create | python |
13 | Add Tube | gs_curvetools.core.create.populate(1,1) | Add Tubes between selection | GS.GS_CurveTools.Create | python |
14 | Add Tube No Blend | gs_curvetools.core.create.populate(1,2) | Add Tubes between selection without attribute blend | GS.GS_CurveTools.Create | python |
15 | Fill | gs_curvetools.core.create.fill(1) | Duplicate Fill between selection | GS.GS_CurveTools.Create | python |
16 | Fill No Blend | gs_curvetools.core.create.fill(2) | Duplicate Fill between selection without attribute blend | GS.GS_CurveTools.Create | python |
17 | Subdivide | gs_curvetools.core.subdivideCurve(1) | Subdivide Selected Card/Tube | GS.GS_CurveTools.Create | python |
18 | Subdivide Duplicate | gs_curvetools.core.subdivideCurve(2) | Subdivide Selected Card/Tube and Duplicate | GS.GS_CurveTools.Create | python |
19 | Edge to Curve | gs_curvetools.core.edgeToCurve() | Convert Edges to Curves | GS.GS_CurveTools.Create | python |
20 | Card to Curve | gs_curvetools.core.cardToCurve() | Convert Cards to Curves | GS.GS_CurveTools.Create | python |
21 | Add Layer Collection | gs_curvetools.core.layerCollections.createLayerCollection() | Adds a New Layer Collection With the Specified Name | GS.GS_CurveTools.LayerCollections | python |
22 | Delete Layer Collection | gs_curvetools.core.layerCollections.deleteLayerCollection() | Deletes Current Layer Collection | GS.GS_CurveTools.LayerCollections | python |
23 | Clear Layer Collection | gs_curvetools.core.layerCollections.clear() | Deletes All The Curves from the Current Layer Collection | GS.GS_CurveTools.LayerCollections | python |
24 | Rename Layer Collection | gs_curvetools.core.layerCollections.rename() | Renames the Current Layer Collection | GS.GS_CurveTools.LayerCollections | python |
25 | Merge Up Layer Collection | gs_curvetools.core.layerCollections.mergeUp() | Merges the Current Layer Collection With One Above It | GS.GS_CurveTools.LayerCollections | python |
26 | Merge Down Layer Collection | gs_curvetools.core.layerCollections.mergeDown() | Merges the Current Layer Collection With One Below It | GS.GS_CurveTools.LayerCollections | python |
27 | Move Up Layer Collection | gs_curvetools.core.layerCollections.moveUp() | Moves the Current Layer Collection Up One Index | GS.GS_CurveTools.LayerCollections | python |
28 | Move Down Layer Collection | gs_curvetools.core.layerCollections.moveDown() | Moves the Current Layer Collection Down One Index | GS.GS_CurveTools.LayerCollections | python |
29 | Copy Layer Collection | gs_curvetools.core.layerCollections.copy() | Copies Curves from Current Layer Collection | GS.GS_CurveTools.LayerCollections | python |
30 | Paste Layer Collection | gs_curvetools.core.layerCollections.paste() | Pastes Copied Curves to Current Layer Collection | GS.GS_CurveTools.LayerCollections | python |
31 | Filter All Show | gs_curvetools.core.layersFilterToggle(True, True, hotkey=True) | Show All Layers | GS.GS_CurveTools.Layers | python |
32 | Filter All Show All Collections | gs_curvetools.core.layersFilterToggle(True, True, hotkey=True, mod="Ctrl") | Show All Layers in All Collections | GS.GS_CurveTools.Layers | python |
33 | Filter All Hide | gs_curvetools.core.layersFilterToggle(False, False, hotkey=True) | Hide All Layers | GS.GS_CurveTools.Layers | python |
34 | Filter All Hide All Collections | gs_curvetools.core.layersFilterToggle(True, True, hotkey=True, mod="Shift+Ctrl") | Hide All Layers in All Collections | GS.GS_CurveTools.Layers | python |
35 | Filter Curve | gs_curvetools.core.layersFilterToggle(True, False, hotkey=True) | Show Only Curve Component | GS.GS_CurveTools.Layers | python |
36 | Filter Curve in All Collections | gs_curvetools.core.layersFilterToggle(True, False, hotkey=True, mod="Ctrl") | Show Only Curve Component in All Collections | GS.GS_CurveTools.Layers | python |
37 | Toggle Always on Top | gs_curvetools.core.alwaysOnTopToggle() | Toggle Always on Top Mode for Curves | GS.GS_CurveTools.Layers | python |
38 | Filter Geo | gs_curvetools.core.layersFilterToggle(False, True, hotkey=True) | Show Only Geo Component | GS.GS_CurveTools.Layers | python |
39 | Filter Geo in All Collections | gs_curvetools.core.layersFilterToggle(False, True, hotkey=True, mod="Ctrl") | Show Only Geo Component in All Collections | GS.GS_CurveTools.Layers | python |
40 | Toggle Color | gs_curvetools.core.toggleColor.toggleColorVis() | Toggle Color Mode | GS.GS_CurveTools.Layers | python |
41 | Extract Selected | gs_curvetools.core.extractSelectedCurves("Shift", hotkey=True) | Extract Selected Geo | GS.GS_CurveTools.Layers | python |
42 | Extract Selected Medged | gs_curvetools.core.extractSelectedCurves(hotkey=True) | Extract Selected Geo Merged | GS.GS_CurveTools.Layers | python |
43 | Extract All | gs_curvetools.core.extractAllCurves("Shift", hotkey=True) | Extract All Geo | GS.GS_CurveTools.Layers | python |
44 | Extract All Medged | gs_curvetools.core.extractAllCurves(hotkey=True) | Extract All Geo Merged | GS.GS_CurveTools.Layers | python |
45 | Select Curve | gs_curvetools.core.selectPart(1) | Select Curve Component | GS.GS_CurveTools.Selection | python |
46 | Select Geo | gs_curvetools.core.selectPart(2) | Select Geo Component | GS.GS_CurveTools.Selection | python |
47 | Select Group | gs_curvetools.core.selectPart(0) | Select Group | GS.GS_CurveTools.Selection | python |
48 | Group Curves | gs_curvetools.core.groupCurves() | Group Selected Curves | GS.GS_CurveTools.Selection | python |
49 | Regroup by Layer | gs_curvetools.core.regroupByLayer() | Regroup using Layers | GS.GS_CurveTools.Selection | python |
50 | Transfer Attr Forward | gs_curvetools.core.attributes.transferAttr(1) | Transfer Attributes Forward | GS.GS_CurveTools.Utilities | python |
51 | Transfer Attr Backwards | gs_curvetools.core.attributes.transferAttr(2) | Transfer Attributes Backwards | GS.GS_CurveTools.Utilities | python |
52 | Copy Attributes | gs_curvetools.core.attributes.copyAttributes() | Copy attributes from selected curves | GS.GS_CurveTools.Utilities | python |
53 | Paste Attributes | gs_curvetools.core.attributes.pasteAttributes() | Paste attributes to selected curves | GS.GS_CurveTools.Utilities | python |
54 | Transfer UVs Forward | gs_curvetools.core.attributes.transferUV(1) | Transfer UVs Forward | GS.GS_CurveTools.Utilities | python |
55 | Transfer UVs Backwards | gs_curvetools.core.attributes.transferUV(2) | Transfer UVs Backwards | GS.GS_CurveTools.Utilities | python |
56 | Copy UVs | gs_curvetools.core.attributes.copyUVs() | Copy UVs from selected curves | GS.GS_CurveTools.Utilities | python |
57 | Paste UVs | gs_curvetools.core.attributes.pasteUVs() | Paste UVs to selected curves | GS.GS_CurveTools.Utilities | python |
58 | Reset Pivot to Root | gs_curvetools.core.resetCurvePivotPoint(1) | Reset Pivot Point to Root | GS.GS_CurveTools.Utilities | python |
59 | Reset Pivot to Tip | gs_curvetools.core.resetCurvePivotPoint(2) | Reset Pivot Point to Tip | GS.GS_CurveTools.Utilities | python |
60 | Rebuild Curves | gs_curvetools.core.sliders.rebuildButtonClicked() | Rebuild Selected Curves | GS.GS_CurveTools.Utilities | python |
61 | Duplicate | gs_curvetools.core.duplicateCurve() | Duplicate Selected Curves | GS.GS_CurveTools.Utilities | python |
62 | Delete Curves | gs_curvetools.core.deleteSelectedCurves() | Delete selected curves and objects | GS.GS_CurveTools.Utilities | python |
63 | Extend | gs_curvetools.core.extendCurve() | Extend Curves | GS.GS_CurveTools.Utilities | python |
64 | Reduce | gs_curvetools.core.reduceCurve() | Reduce Curves | GS.GS_CurveTools.Utilities | python |
65 | Smooth | gs_curvetools.core.smoothCurve() | Smooth Curves | GS.GS_CurveTools.Utilities | python |
66 | Orient to Normal | gs_curvetools.core.orientToFaceNormals() | Orients Selected Curve to Scalp Normals | GS.GS_CurveTools.Utilities | python |
67 | Mirror X | gs_curvetools.core.mirrorHair(0) | Mirror on X Axis | GS.GS_CurveTools.Mirror | python |
68 | Mirror Y | gs_curvetools.core.mirrorHair(1) | Mirror on Y Axis | GS.GS_CurveTools.Mirror | python |
69 | Mirror Z | gs_curvetools.core.mirrorHair(2) | Mirror on Z Axis | GS.GS_CurveTools.Mirror | python |
70 | Flip X | gs_curvetools.core.mirrorHair(0,1) | Flip on X Axis | GS.GS_CurveTools.Mirror | python |
71 | Flip Y | gs_curvetools.core.mirrorHair(1,1) | Flip on Y Axis | GS.GS_CurveTools.Mirror | python |
72 | Flip Z | gs_curvetools.core.mirrorHair(2,1) | Flip on Z Axis | GS.GS_CurveTools.Mirror | python |
73 | Add Control Curve | gs_curvetools.core.controlCurveCreate() | Add Control Curve | GS.GS_CurveTools.Control | python |
74 | Apply Control Cuve | gs_curvetools.core.controlCurveApply() | Apply Control Curve | GS.GS_CurveTools.Control | python |
75 | Curve Control Window | gs_curvetools.ui.curveControlWorkspace() | Open Curve Control Window | GS.GS_CurveTools.Control | python |
76 | UV Editor Window | gs_curvetools.ui.uvEditorWorkspace() | Open UV Editor Window | GS.GS_CurveTools.Control | python |
77 | AO Toggle | gs_curvetools.utils.utils.AOToggle() | Toggle Viewport AO | GS.GS_CurveTools.Misc | python |
78 | Advanced Visibility Toggle | gs_curvetools.core.advancedVisibility.toggleCurveHighlightFromUI(True) | Toggle Advanced Visibility | GS.GS_CurveTools.Misc | python |
79 | Geometry Highlight Toggle | gs_curvetools.core.advancedVisibility.geometryHighlightCommand() | Toggle Geometry Highlight | GS.GS_CurveTools.Misc | python |