Difference between revisions of "Modo C++ Tools"
From The Foundry MODO SDK wiki
(→Contents) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
* '''Getting Started''' | * '''Getting Started''' | ||
** [[Your_First_Tool_in_Modo|Your First Tool in Modo]] | ** [[Your_First_Tool_in_Modo|Your First Tool in Modo]] | ||
− | ** Additional Resources | + | ** [[C%2B%2B_Tools_Additional_Resources|Additional Resources]] |
* '''Configs''' | * '''Configs''' | ||
− | ** Creating Configs | + | ** [[C%2B%2B_Tools_Creating_Configs|Creating Tool Configs]] |
** Advanced Configs | ** Advanced Configs | ||
− | * ''' | + | * '''Interfaces''' |
− | ** CLxImpl_Tool | + | ** [[CLxImpl_Tool|CLxImpl_Tool]] |
− | ** CLxImpl_ToolModel | + | ** [[CLxImpl_ToolModel|CLxImpl_ToolModel]] |
** CLxDynamicAttributes | ** CLxDynamicAttributes | ||
* '''Tool Input''' | * '''Tool Input''' | ||
Line 30: | Line 30: | ||
** Handles | ** Handles | ||
* '''Packets''' | * '''Packets''' | ||
+ | ** What the Modo are packets | ||
** Tool Input | ** Tool Input | ||
** Ray-casting | ** Ray-casting |
Latest revision as of 12:44, 18 October 2019
This will be a page dedicated on how to create C++ tools using the Modo SDK.
In order to be able to use this section of the wiki it is recommended that you understand how to create plugins for Modo and have a good knowledge of C++.
There are many tutorials on C++ so I wont be coverering anything here unless it specifically covers Modo.
For a tutorial on building a plugin for Modo https://www.youtube.com/watch?v=XLyrFiyvNh8.
A SDK containing all the tools shown on this wiki http://www.mediafire.com/file/hcna1cr1l71vo92/Tool_SDK.zip/file.
Contents
- Getting Started
- Configs
- Creating Tool Configs
- Advanced Configs
- Interfaces
- CLxImpl Tool
- CLxImpl ToolModel
- CLxDynamicAttributes
- Tool Input
- Mouse Interaction
- Modifiers - Ctrl, Shift
- Tool UI
- Stroke Draw
- Shape Draw
- Handles
- Packets
- What the Modo are packets
- Tool Input
- Ray-casting
- Screen Event
- Hit Event
- Event Translation
- Symmetry
- Falloff
- Snapping
- Creating a kit From your Tool
- Setup
- Exporting Guide