dnenov / pyChilizer

GNU General Public License v3.0
21 stars 8 forks source link

InPlace to Loadable No Template #20

Closed eluvs closed 1 year ago

eluvs commented 1 year ago

I was testing out the 'InPlace to Loadable' tool just now and keep getting an error that says there's no template for family found. What does that mean? Before updating my plugin with the most recent changes I got a long error message that was showing me that it doesn't work. Is there something I am missing?

image
jmcouffin commented 1 year ago

@eluvs I got the same issue at first, then I figured out that was because I was using Revit in French and did not have any english generic model templates in the expected folder it is looking for \Metric Generic Model.rft in your default family template folder

dnenov commented 1 year ago

Thanks for the prompt you guys, @rastermadre is on the case!

eluvs commented 1 year ago

@rastermadre, was this fixed, so it looks for a different family template? Do I need a generic metric model template in my imperial family template folder for this tool?

dariaivanciucova commented 1 year ago

hey @eluvs yes, this was fixed. It will look for the Generic Model template in the folder that is indicated as the default path for family templates.

image It will now reference Imperial English template (Generic Model.rft), and several other languages. If it cannot find the template it will ask you to indicate the location. Let me know if this works for you.

eluvs commented 1 year ago

@rastermadre forgive my ignorance, but is there some special thing I need to do to see this update? I just tried it after updating pyrevit and got the same error in Revit 2022.

dariaivanciucova commented 1 year ago

hey @eluvs, if the Update doesn't work, try removing the pyChilizer extension and installing it again. The build number should match the last one on github image

eluvs commented 1 year ago

@rastermadre it's still not working for me for some reason. I tried removing and installing pyChilizer and pyRevit and it still won't work. I am testing this out in a new project in 2023 and 2022. Both won't work unless I have a metric Generic Model template file in our standard family template folder.

dariaivanciucova commented 1 year ago

apologies, @eluvs , it should be working now with the latest update

eluvs commented 1 year ago

It worked! Thanks for the update @rastermadre