├── ChangeLog.txt ├── May9 Next User Guide.pdf ├── ReadMe.txt ├── modules ├── may9.mod └── may9 │ ├── icons │ ├── da_ComponentEditor_Layout.png │ ├── da_DynamicRelationship_Layout.png │ ├── da_EdgeToLoopToCurve.png │ ├── da_Hypershade_Layout.png │ ├── da_ManyToOne.png │ ├── da_OneToMany.png │ ├── da_PolyCurve.png │ ├── da_PolygonsToNurbs.png │ ├── da_PoseEditor_Layout.png │ ├── da_ReferenceEditor_Layout.png │ ├── da_ShapeEditor_Layout.png │ ├── da_ShellProxy.png │ ├── da_UV_Layout.png │ ├── da_Xray.png │ ├── da_acuteAngle.png │ ├── da_bifrostBoard.png │ ├── da_blue.png │ ├── da_booleanFullIntersect.png │ ├── da_borderEdge.png │ ├── da_combineCurves.png │ ├── da_connection_in.png │ ├── da_connection_out.png │ ├── da_curveToPoly.png │ ├── da_deformerSetEditor.png │ ├── da_deltaMush.png │ ├── da_duplicate.png │ ├── da_edgeNormals.png │ ├── da_flatPoly.png │ ├── da_green.png │ ├── da_hardEdge.png │ ├── da_insideEdge.png │ ├── da_instanceAlongCurve.png │ ├── da_lightBlue.png │ ├── da_membrane.png │ ├── da_metaBalls.png │ ├── da_polyToggleProxy.png │ ├── da_red.png │ ├── da_rightAngle.png │ ├── da_separateCurves.png │ ├── da_simplifyCurve.png │ ├── da_smoothCurve.png │ ├── da_softEdge.png │ ├── da_sraightAngle.png │ ├── da_standardEdge.png │ ├── da_tensionDef.png │ ├── da_uvLinkEditor.png │ ├── da_video_plane.png │ ├── da_x.png │ ├── da_xgPolyConvert.png │ ├── da_y.png │ ├── da_yellow.png │ └── da_z.png │ ├── plug-ins │ ├── May9_Next.py │ └── May9_Next │ │ ├── Engine.py │ │ ├── __init__.py │ │ └── data │ │ └── data.mm │ ├── presets │ └── attrPresets │ │ ├── aiOptions │ │ ├── da_High_Quality_Progressive.mel │ │ ├── da_Low_Quality_Progressive.mel │ │ ├── da_Medium_Quality_Progessive.mel │ │ └── da_Ultra_Quality_Progessive.mel │ │ ├── brush │ │ ├── da_TemplateBrush.mel │ │ └── da_TemplateTube.mel │ │ ├── fluidEmitter │ │ └── da_KillVolume.mel │ │ ├── hairSystem │ │ ├── da_RealScale.mel │ │ └── da_RealScale_Dynamics.mel │ │ ├── nCloth │ │ └── da_Muscle.mel │ │ ├── nParticle │ │ ├── da_Balls.mel │ │ ├── da_Cloud.mel │ │ ├── da_Point.mel │ │ ├── da_ThickCloud.mel │ │ └── da_Water.mel │ │ ├── rampShader │ │ └── da_MetaBalls.mel │ │ └── stroke │ │ └── da_TemplateStroke.mel │ └── scripts │ ├── May9.mel │ ├── May9_MMs.mel │ ├── May9_NextLT │ ├── Engine.py │ ├── __init__.py │ └── data │ │ └── data.mm │ ├── May9_core.mel │ ├── May9_hotkeys.mel │ ├── May9_layouts.mel │ ├── May9_menu.mel │ ├── May9_scripts.mel │ ├── May9_uninstall.mel │ └── May9_userRuntime.mel └── releases ├── May9_Next.0.0.zip ├── May9_Next.0.1.zip ├── May9_Next.0.3.zip ├── May9_Next.0.4.zip ├── May9_Next.0.5.zip ├── May9_Next.0.6.zip ├── May9_Next.0.7.zip ├── May9_Next.1.0.zip ├── May9_Next.1.1.zip ├── May9_Next.1.2.zip ├── May9_Next.1.3.zip ├── May9_Next.1.5.zip ├── May9_Next.2.3.zip ├── May9_Next.2.4.zip ├── May9_Next.2.5.zip ├── May9_Next.3.0.zip ├── May9_Next.3.1.zip ├── May9_Next.3.2.zip ├── May9_Next.3.3.zip ├── May9_Next.3.7.zip └── May9_Next.4.3.zip /ChangeLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/ChangeLog.txt -------------------------------------------------------------------------------- /May9 Next User Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/May9 Next User Guide.pdf -------------------------------------------------------------------------------- /ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/ReadMe.txt -------------------------------------------------------------------------------- /modules/may9.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9.mod -------------------------------------------------------------------------------- /modules/may9/icons/da_ComponentEditor_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_ComponentEditor_Layout.png -------------------------------------------------------------------------------- /modules/may9/icons/da_DynamicRelationship_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_DynamicRelationship_Layout.png -------------------------------------------------------------------------------- /modules/may9/icons/da_EdgeToLoopToCurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_EdgeToLoopToCurve.png -------------------------------------------------------------------------------- /modules/may9/icons/da_Hypershade_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_Hypershade_Layout.png -------------------------------------------------------------------------------- /modules/may9/icons/da_ManyToOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_ManyToOne.png -------------------------------------------------------------------------------- /modules/may9/icons/da_OneToMany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_OneToMany.png -------------------------------------------------------------------------------- /modules/may9/icons/da_PolyCurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_PolyCurve.png -------------------------------------------------------------------------------- /modules/may9/icons/da_PolygonsToNurbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_PolygonsToNurbs.png -------------------------------------------------------------------------------- /modules/may9/icons/da_PoseEditor_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_PoseEditor_Layout.png -------------------------------------------------------------------------------- /modules/may9/icons/da_ReferenceEditor_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_ReferenceEditor_Layout.png -------------------------------------------------------------------------------- /modules/may9/icons/da_ShapeEditor_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_ShapeEditor_Layout.png -------------------------------------------------------------------------------- /modules/may9/icons/da_ShellProxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_ShellProxy.png -------------------------------------------------------------------------------- /modules/may9/icons/da_UV_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_UV_Layout.png -------------------------------------------------------------------------------- /modules/may9/icons/da_Xray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_Xray.png -------------------------------------------------------------------------------- /modules/may9/icons/da_acuteAngle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_acuteAngle.png -------------------------------------------------------------------------------- /modules/may9/icons/da_bifrostBoard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_bifrostBoard.png -------------------------------------------------------------------------------- /modules/may9/icons/da_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_blue.png -------------------------------------------------------------------------------- /modules/may9/icons/da_booleanFullIntersect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_booleanFullIntersect.png -------------------------------------------------------------------------------- /modules/may9/icons/da_borderEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_borderEdge.png -------------------------------------------------------------------------------- /modules/may9/icons/da_combineCurves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_combineCurves.png -------------------------------------------------------------------------------- /modules/may9/icons/da_connection_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_connection_in.png -------------------------------------------------------------------------------- /modules/may9/icons/da_connection_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_connection_out.png -------------------------------------------------------------------------------- /modules/may9/icons/da_curveToPoly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_curveToPoly.png -------------------------------------------------------------------------------- /modules/may9/icons/da_deformerSetEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_deformerSetEditor.png -------------------------------------------------------------------------------- /modules/may9/icons/da_deltaMush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_deltaMush.png -------------------------------------------------------------------------------- /modules/may9/icons/da_duplicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_duplicate.png -------------------------------------------------------------------------------- /modules/may9/icons/da_edgeNormals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_edgeNormals.png -------------------------------------------------------------------------------- /modules/may9/icons/da_flatPoly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_flatPoly.png -------------------------------------------------------------------------------- /modules/may9/icons/da_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_green.png -------------------------------------------------------------------------------- /modules/may9/icons/da_hardEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_hardEdge.png -------------------------------------------------------------------------------- /modules/may9/icons/da_insideEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_insideEdge.png -------------------------------------------------------------------------------- /modules/may9/icons/da_instanceAlongCurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_instanceAlongCurve.png -------------------------------------------------------------------------------- /modules/may9/icons/da_lightBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_lightBlue.png -------------------------------------------------------------------------------- /modules/may9/icons/da_membrane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_membrane.png -------------------------------------------------------------------------------- /modules/may9/icons/da_metaBalls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_metaBalls.png -------------------------------------------------------------------------------- /modules/may9/icons/da_polyToggleProxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_polyToggleProxy.png -------------------------------------------------------------------------------- /modules/may9/icons/da_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_red.png -------------------------------------------------------------------------------- /modules/may9/icons/da_rightAngle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_rightAngle.png -------------------------------------------------------------------------------- /modules/may9/icons/da_separateCurves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_separateCurves.png -------------------------------------------------------------------------------- /modules/may9/icons/da_simplifyCurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_simplifyCurve.png -------------------------------------------------------------------------------- /modules/may9/icons/da_smoothCurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_smoothCurve.png -------------------------------------------------------------------------------- /modules/may9/icons/da_softEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_softEdge.png -------------------------------------------------------------------------------- /modules/may9/icons/da_sraightAngle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_sraightAngle.png -------------------------------------------------------------------------------- /modules/may9/icons/da_standardEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_standardEdge.png -------------------------------------------------------------------------------- /modules/may9/icons/da_tensionDef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_tensionDef.png -------------------------------------------------------------------------------- /modules/may9/icons/da_uvLinkEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_uvLinkEditor.png -------------------------------------------------------------------------------- /modules/may9/icons/da_video_plane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_video_plane.png -------------------------------------------------------------------------------- /modules/may9/icons/da_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_x.png -------------------------------------------------------------------------------- /modules/may9/icons/da_xgPolyConvert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_xgPolyConvert.png -------------------------------------------------------------------------------- /modules/may9/icons/da_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_y.png -------------------------------------------------------------------------------- /modules/may9/icons/da_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_yellow.png -------------------------------------------------------------------------------- /modules/may9/icons/da_z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/icons/da_z.png -------------------------------------------------------------------------------- /modules/may9/plug-ins/May9_Next.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/plug-ins/May9_Next.py -------------------------------------------------------------------------------- /modules/may9/plug-ins/May9_Next/Engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/plug-ins/May9_Next/Engine.py -------------------------------------------------------------------------------- /modules/may9/plug-ins/May9_Next/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/plug-ins/May9_Next/__init__.py -------------------------------------------------------------------------------- /modules/may9/plug-ins/May9_Next/data/data.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/plug-ins/May9_Next/data/data.mm -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/aiOptions/da_High_Quality_Progressive.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/aiOptions/da_High_Quality_Progressive.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/aiOptions/da_Low_Quality_Progressive.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/aiOptions/da_Low_Quality_Progressive.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/aiOptions/da_Medium_Quality_Progessive.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/aiOptions/da_Medium_Quality_Progessive.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/aiOptions/da_Ultra_Quality_Progessive.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/aiOptions/da_Ultra_Quality_Progessive.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/brush/da_TemplateBrush.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/brush/da_TemplateBrush.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/brush/da_TemplateTube.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/brush/da_TemplateTube.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/fluidEmitter/da_KillVolume.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/fluidEmitter/da_KillVolume.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/hairSystem/da_RealScale.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/hairSystem/da_RealScale.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/hairSystem/da_RealScale_Dynamics.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/hairSystem/da_RealScale_Dynamics.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/nCloth/da_Muscle.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/nCloth/da_Muscle.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/nParticle/da_Balls.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/nParticle/da_Balls.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/nParticle/da_Cloud.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/nParticle/da_Cloud.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/nParticle/da_Point.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/nParticle/da_Point.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/nParticle/da_ThickCloud.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/nParticle/da_ThickCloud.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/nParticle/da_Water.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/nParticle/da_Water.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/rampShader/da_MetaBalls.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/rampShader/da_MetaBalls.mel -------------------------------------------------------------------------------- /modules/may9/presets/attrPresets/stroke/da_TemplateStroke.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/presets/attrPresets/stroke/da_TemplateStroke.mel -------------------------------------------------------------------------------- /modules/may9/scripts/May9.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/scripts/May9.mel -------------------------------------------------------------------------------- /modules/may9/scripts/May9_MMs.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/scripts/May9_MMs.mel -------------------------------------------------------------------------------- /modules/may9/scripts/May9_NextLT/Engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/scripts/May9_NextLT/Engine.py -------------------------------------------------------------------------------- /modules/may9/scripts/May9_NextLT/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/scripts/May9_NextLT/__init__.py -------------------------------------------------------------------------------- /modules/may9/scripts/May9_NextLT/data/data.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/scripts/May9_NextLT/data/data.mm -------------------------------------------------------------------------------- /modules/may9/scripts/May9_core.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/scripts/May9_core.mel -------------------------------------------------------------------------------- /modules/may9/scripts/May9_hotkeys.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/scripts/May9_hotkeys.mel -------------------------------------------------------------------------------- /modules/may9/scripts/May9_layouts.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/scripts/May9_layouts.mel -------------------------------------------------------------------------------- /modules/may9/scripts/May9_menu.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/scripts/May9_menu.mel -------------------------------------------------------------------------------- /modules/may9/scripts/May9_scripts.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/scripts/May9_scripts.mel -------------------------------------------------------------------------------- /modules/may9/scripts/May9_uninstall.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/scripts/May9_uninstall.mel -------------------------------------------------------------------------------- /modules/may9/scripts/May9_userRuntime.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/modules/may9/scripts/May9_userRuntime.mel -------------------------------------------------------------------------------- /releases/May9_Next.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.0.0.zip -------------------------------------------------------------------------------- /releases/May9_Next.0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.0.1.zip -------------------------------------------------------------------------------- /releases/May9_Next.0.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.0.3.zip -------------------------------------------------------------------------------- /releases/May9_Next.0.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.0.4.zip -------------------------------------------------------------------------------- /releases/May9_Next.0.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.0.5.zip -------------------------------------------------------------------------------- /releases/May9_Next.0.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.0.6.zip -------------------------------------------------------------------------------- /releases/May9_Next.0.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.0.7.zip -------------------------------------------------------------------------------- /releases/May9_Next.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.1.0.zip -------------------------------------------------------------------------------- /releases/May9_Next.1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.1.1.zip -------------------------------------------------------------------------------- /releases/May9_Next.1.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.1.2.zip -------------------------------------------------------------------------------- /releases/May9_Next.1.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.1.3.zip -------------------------------------------------------------------------------- /releases/May9_Next.1.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.1.5.zip -------------------------------------------------------------------------------- /releases/May9_Next.2.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.2.3.zip -------------------------------------------------------------------------------- /releases/May9_Next.2.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.2.4.zip -------------------------------------------------------------------------------- /releases/May9_Next.2.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.2.5.zip -------------------------------------------------------------------------------- /releases/May9_Next.3.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.3.0.zip -------------------------------------------------------------------------------- /releases/May9_Next.3.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.3.1.zip -------------------------------------------------------------------------------- /releases/May9_Next.3.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.3.2.zip -------------------------------------------------------------------------------- /releases/May9_Next.3.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.3.3.zip -------------------------------------------------------------------------------- /releases/May9_Next.3.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.3.7.zip -------------------------------------------------------------------------------- /releases/May9_Next.4.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavideAlidosi/May9/HEAD/releases/May9_Next.4.3.zip --------------------------------------------------------------------------------