pyRevit
pyRevit copied to clipboard
DB.SheduleField support
Partial support for pickling DB.ScheduleField.
This PR seems odd. DB.ScheduleField
does not have any constructors. How are you deserialize
ing the stored data into a DB.ScheduleField
?
This PR seems odd.
DB.ScheduleField
does not have any constructors. How are youdeserialize
ing the stored data into aDB.ScheduleField
?
The deserializing is needed for numeric fields, like 'width' AFAIR . What I [think | hope], the API is creating a new DB.ScheduleField and the properties can be applied to the existing DB.ScheduleField. I need to clean the kind-of-working code, the repo is https://github.com/ejs-ejs/py-ejs.
@ejs-ejs did you get the chance to validate this change and test it?
I will leave it alive for an extra week then close the PR