Releases: CEXT-Dan/PyRx
v2.1.11
v2.1.11
pip install cad-pyrx
python -m pip install git+https://github.com/CEXT-Dan/[email protected]
Fixes bug in entsel
expected behavior
# no filter
print(Ed.Editor.entSel("Select: "))
#is derived from matching
print(Ed.Editor.entSel("Select: ", Db.Curve.desc()))
#exact matching
print(Ed.Editor.entSel("Select: ", [Db.Line.desc(), Db.Circle.desc()]))
What's Changed
- new test runner by @gswifort in #175
- add test fixtures and sample test by @gswifort in #176
- test runner - add pytest and pyinit args by @gswifort in #177
- typo by @gswifort in #178
Full Changelog: v2.1.10...v2.1.11
v2.1.10
v2.1.10
pip install cad-pyrx
python -m pip install git+https://github.com/CEXT-Dan/[email protected]
@Ap.Command() decorator
@Ap.LispFunction() decorator
Ap.Application.regCommand
Ap.Application.removeCommand
v2.1.9
v2.1.8
pip install cad-pyrx
python -m pip install git+https://github.com/CEXT-Dan/[email protected]
- [#154] PyBrxPanel – first draft
- fix bugs in Sheetsets SmDatabaseImpl::LoadFromFile, SmFileReferenceImpl::ResolveFileName
- added overloads to SmCustomPropertyValue ("val: PyDb.AcValue|str|int|float")
- stubs
v2.1.7
pip install cad-pyrx
python -m pip install git+https://github.com/CEXT-Dan/[email protected]
Full Changelog: v2.1.6...v2.1.7
v2.1.6
pip install cad-pyrx
python -m pip install git+https://github.com/CEXT-Dan/[email protected]
v2.1.5
python -m pip install "pyrx @ git+https://github.com/CEXT-Dan/[email protected]"
Improved PyRxLoader
Improved resolving pyrx_onload.py path
Full Changelog: v2.1.4...v2.1.5
v2.1.4
python -m pip install "pyrx @ git+https://github.com/CEXT-Dan/[email protected]"
(setenv "PYRX_ONLOAD_PATH" PATH) to specify a python file to load at startup
Full Changelog: v2.1.3...v2.1.4
v1.3.041
-==-==-== Backup PyRx.INI, it may be overwritten ==-==-==-
*** read this before installing https://github.com/CEXT-Dan/PyRx/blob/main/READMEINSTALL.md
- added GeoCoordinateSystemTransformer
- added PyDbEntityHyperlinkPE, PyDbHyperlinkCollection, PyDbHyperlink
*added ApApplication::showModalDialog (does not persist yet) - added Ed.Core.setColorPrompt("Pick a color",True))
- added Ed.Core.AddSupplementalCursorImage
- added Ed.Core.RemoveSupplementalCursorImage
- added Ed.Core.HasSupplementalCursorImage
- added Ed.Core.SetSupplementalCursorOffset(x,y)
- Database.objectIds performance
- Changed loading sequence of pyrx_onload.py
- added implementation for DbDatabase::isAppRegistered and the clones
Bug fixes and performance improvements
Full Changelog: v1.3.040...1.3.041