Jean-Marc Couffin

Results 338 comments of Jean-Marc Couffin

> * Add a Close dialog button There is the X at the top right. Not enough? > * Creating a range of values, instead of hundreds of colors (for...

Thanks for the suggestions

I will add here a new suggestion from @jhtacoma > I might offer one suggestion regarding the colour splasher, and that is to provide a wider (or brighter) range of...

- [x] range of / brighter colours ~~- [ ] add close dialog button~~ not implemented ~~- [ ] Selecting multiple Values to choose a color would be nice~~ not...

You are right, not with the actual tool. I use DiRoots Sheetlink to do such things. Another way would be to create a schedule template from the original and apply...

If you would like to start, I could give a hand, but I think the SheetLink from DiRoots, being free, kind of kills it, unless it adds more water to...

Hi Perry, Did you know you can feed the linkify tool with a list? Therefore, it should not be too hard to build up your list and group them to...

@baaswietse Tried it on my side with latest installers and engine 2711 ```python from pyrevit import revit, script, HOST_APP script.store_data("example", "Hello World!", this_project=True) with revit.Transaction("test"): pass print(script.data_exists("example")) print(script.load_data("example")) print(HOST_APP.doc.PathName) ```...

I tend to think it was a false positive. File not saved or something. No reply from @baaswietse ...

@baaswietse Changing the Iron Python engine from 277 to 2711 should not bring you more errors. There are no fundamental changes between the two, or none that I know of....