-
Notifications
You must be signed in to change notification settings - Fork 0
Known Limitations
Truong Giang Vu edited this page May 31, 2026
·
1 revision
The visualization module (DirectContext3D) is a Revit-specific rendering API. AutoCAD-family hosts do not have an equivalent transient rendering path in RevitDevTool.
- Command Browser is not yet available for AutoCAD
- Type stubs for AutoCAD API have not been generated
Python execution depends on local machine state:
-
Pixi is the primary dependency resolver — requires
%APPDATA%\RevitDevTool\pixi-envto be writable - If Pixi is blocked (enterprise policy restricting third-party executables), RevitDevTool falls back to pyRevit's bundled CPython (
python.exe) if pyRevit is installed - If neither Pixi nor pyRevit is available, the entire Python execution pipeline is unavailable — contact your IT department to whitelist one of these runtimes
- Package indexes (conda-forge, PyPI) must be reachable from the machine
- Python debugging requires
debugpyand an available debug port
- Run Code Overview
- Modern Python Scripting
- Python Debugging
- Python Ecosystems
- RevitDevTool And pyRevit
- Python Stub Generation
- Run .NET Add-ins
- Scripting Runtimes