I been using the InPlace to Loadable for awhile and love it. But recently it has been giving me a IronPython Traceback error message. Im not a programmer so i cann’t make heads or tails of it. I was on a 5.2 version of pyRevit then updated to 6.1.0 and i get the same thing on both. Is anyone else getting this? See attached image below. I did a fresh un-install and re-install of pyRevit and same issue. It work in Revit 2024.3.40.26 but not the 2026.4.0.32
Jean-Marc, Thank you for the reply. I sent a message to the peeps at archilizer and reference this post if they need more context and image of the error. That would be the reason for the error. I’ll search around while i wait for a reply from them to see if they posted a fix for it.
Jean-Marc, with what you mentioned under your context i was able fix the error myself. It ended up an easy fix. Had to open the script.py under that extension folder and on line 112 el_cat_id = source_element.Category.Id.IntegerValue i removed the word Integer and left Value el_cat_id = source_element.Category.Id.Value after i did this the script worked and was able to change an inplace to a loaded family. Thank you again for your reply and help, if i hear back from the peeps at archilizer i will just let them know i got it working again.