Thanks Steve.
that "None" will make the SCR_Imports load, but macros that depend on RxlVersions, will fail to execute. Is just one macro that should be affected.
Original Message:
Sent: 07-22-2026 11:58
From: steve schuler
Subject: Terramodel Request Live 2026 (TRL2026)
Ronny,
Seems like something was changed with Trimble.Vce.Data.RXL.Versions I was able to get SCR_Imports.py to load after changing the following. Thanks for everything Ronny, really!
clr.AddReference("Trimble.Vce.Data.RXL")
try:
from Trimble.Vce.Data.RXL import RXLAlignmentExporter, FileWriter as RxlFileWriter, Versions as RxlVersions
except:
from Trimble.Vce.Data.RXL import RXLAlignmentExporter, FileWriter as RxlFileWriter RxlVersions = None
------------------------------
steve schuler
------------------------------
Original Message:
Sent: 06-26-2026 05:21
From: Ronny Schneider
Subject: Terramodel Request Live 2026 (TRL2026)
So, SCR_Install and SCR_MacroUpdate are up and running and the repo placed in the appropriate folder on GitHub https://github.com/RonnySchneider/SCR_Macros_Public
Check out the installation section on the GitHub page, with the installer it should be straight forward. That one is basically a one time run only and deletes itself when finished. SCR_MacroUpdate is installed as sideload of any macro, and takes care of future incremental updates.
The biggest chunk is the help. My reasoning for the full download of that one is to have it available offline, and if the user doesn't want to install any/all macros at first, he can at least have a look what's inside the collection.
!! not compatible with V2026 yet !!
My dongle is expired, so I can't test it on my private machine and to use our server license I need to install it on my work machine which requires a 1-2 hour session with our IT department and potentially a several days long odyssey of Threadlocker blocking DLLs, me requesting access, IT unlocking at their leisure.
I tried to get me a Trial license but nothing is happening. Unclear if it's denied or the webpage just broken.
------------------------------
Ronny Schneider
------------------------------
Original Message:
Sent: 06-24-2026 23:27
From: Ronny Schneider
Subject: Terramodel Request Live 2026 (TRL2026)
Hi Quan,
currently it's take all or nothing. And it's distributed as ZIP files. I wasn't sure how many people would know how to use GitHub properly.
But I'll have another look soon to resurrect my update macro for internal use, that pulled data off a local server. I'll see if I can make it pull data off GitHub.
Heads, the current repo obviously doesn't work with 2026, got feedback from an earlier adopter. They must have messed around in the namespaces again. I haven't installed the new version yet.
------------------------------
Ronny Schneider
------------------------------
Original Message:
Sent: 06-24-2026 16:09
From: Quan Mueller
Subject: Terramodel Request Live 2026 (TRL2026)
Hi Ronny,
I couldn't find ILYR in the Geocomp list either.
I used Google AI Mode and it gave the description that you select a layer (perhaps this is the "current" layer that @Wayne Welshans Wayne Welshans mentioned) or you select an object, and all the other layers are hidden/turned off.
So like @Nelson Hays mentioned, it's not a temporary change.
I played with the View Filter Manager, and discovered you can:
- Click on a layer in the VFM and then click the Isolate Layer tool/button at the top, and it temporarily "hides" all other layers. I would consider this as satisfying the "select a layer and hide all others" flow.
- Select an object from a view, and click the Isolate Layer tool, and it will temporarily "hide" all other layers. I would count this as satisfying the "select an object and hide all others" flow.
- Select 1+ objects from a view, and click the "View only layers of selected objects" tool/button, and it will "hide" all other layers. I would also count this as satisfying "select an object and hide all others".

Until this testing, I didn't know about #2 and #3. I'm going to consider ILYR as "implemented by TBC".
But I appreciate Ronny jumping on enhancing his macro to add another way to "isolate a layer".
Ronny: do you have a way to link to a specific macro in your GitHub repo? If so, when you have implemented your enhancement, message or email me a link and I'll add it to the contest listing.
------------------------------
Quan Mueller
quan@revenantsolutions.com
Revenant Solutions | TBC Extension Developer
Superuser Program | superuser@revenantsolutions.com
------------------------------
Original Message:
Sent: 06-18-2026 04:39
From: Ronny Schneider
Subject: Terramodel Request Live 2026 (TRL2026)
Just out of curiosity since I can't find ILYR in the Geocomp list, and I don't have Terramodel anymore. It's probably a decade now that I haven't used it.
What does it differently compared to the "Isolate" in TBC?

------------------------------
Ronny Schneider
------------------------------
Original Message:
Sent: 06-17-2026 18:02
From: Quan Mueller
Subject: Terramodel Request Live 2026 (TRL2026)
Top 10 Terramodel Requests (2026) (updated June 17)
1. ILYR (1 vote) - Isolate layer (hide all other layers)
2. ALIGNIMP (1 vote) - Import alignment components from a text file (HAL, VAL, cross-section, super-elevation)
3. ALIGNOFF (1 vote) - Import alignment components from a text file with station/offsets relative to a HAL or line (HAL, VAL)
4. LLRPT (1 vote) - Layer list report (export layer properties to CSV)
5. INTOSET (1 vote) - Insert points into a set (insert points into a linestring or polyline)
6. ARCBL (1 vote) - create chorded line from arc, based upon maximum middle ordinate (arc-to-chord tolerance)
7. LLAYER (1 vote) - export layer object count, color, linestyle to CSV
8. COLORPT (1 vote) - color points per a repeating elevation band sequence
9. MULTICOPY (1 vote) - copy a selection of objects, to multiple locations
10. LUNUSED (1 vote) - list unused point IDs within a range of point IDs
New items:
SETSTA, SNR, ADD2TXT, TEXTMATH, XSHILO (from June 8 update)
IMANAGER, XLINES (from this update)
Note:
You can now vote anonymously - just message or email me.
------------------------------
Quan Mueller
quan@revenantsolutions.com
Revenant Solutions | TBC Extension Developer
Superuser Program | superuser@revenantsolutions.com
------------------------------