Replies: 2 comments 7 replies
-
Yes, I think that’s correct. Originally, I just stuck everything into the .bundle path, but I had to do something different for the clones I had also thought of installing everything in the same folder and have PackageContents.xml just point to the folder, but I think the user would have to add a trusted path. However, this might be worth revisiting from a python package installation perspective. Install everything into ..\Lib\site-packages, maybe get rid of the .ini file |
Beta Was this translation helpful? Give feedback.
-
pyrx_onload.py is loaded from AutoCAD’s findfile search order My reasoning is people might want to have a separate pyrx_onload routines for a particular drawing or project. |
Beta Was this translation helpful? Give feedback.
-
Issue discussed in #1 and #86.
In what order are ARX modules (and clones) loaded? From my observations, if we have modules installed globally (
%localappdata%\Programs\...
),PyRx25.0.arx
is always loaded from the global directory. If there is no global installation, the module located in the same directory asRxLoader25.0.arx
is taken - is this the intended effect? Thepyrx_onload.py
file is loaded from the same directory asPyRx25.0.arx
.Beta Was this translation helpful? Give feedback.
All reactions