How to install macros
Jump to navigation
Jump to search
Tutorial |
Topic |
---|
Programming |
Level |
Medium programmer |
Time to complete |
5 minutes |
Authors |
Not provided |
LabRPS version |
0.1.0 |
Example files |
None |
See also |
None |
Description
It is easy to add macros by using the Addon Manager. A regular user doesn't need to do more than use this tool. Keep reading for more information regarding installation of macros.
Macros are sequences of commands which are used to perform a complex drawing operation. Macros are Python scripts, which means they are text files that can be written and edited with a text editor.
While Python scripts normally have the .py
extension, LabRPS macros should have the .RPSMacro
extension. A collection of macros written by experienced users is found in the macros recipes page.
See Introduction to Python to learn about the Python programming language, and then Python scripting tutorial and LabRPS Scripting Basics to learn about writing macros.
Toolbar
- Macros...: Opens a dialog box to manage and execute macros.
- Execute macro: Executes the macro currently in the Python editor.
Power user documentation
- LabRPS scripting: Python, Introduction to Python, Python scripting tutorial, LabRPS Scripting Basics
- Modules: Units, Quantity
- Workbenches: Gui Commands, Commands
- Parametric objects: Scripted objects, Viewproviders
- Graphical interface: Interface creation, Interface creation completely in Python, PySide, PySide examples beginner, intermediate, advanced
- Macros: Macros, How to install macros
- Other: Expressions
- Hubs: User hub, Power users hub, Developer hub