Conversation
| if len(getattr(property, "default_array", [])) > 0: | ||
| return repr(property.default_array[:]) | ||
| return repr(getattr(property, "default", None)) | ||
| return repr(property.default) |
There was a problem hiding this comment.
Can there be properties that don't have the "default" attribute? I don't know anymore.
|
Thanks for the update. Are you interested in getting commit access to update the addon step by step in a branch? |
I hope you know what to do about them - I don't...
|
This add-on is far too complex for me to grasp. I just think it's a shame that Blender users can benefit from all the work gone into it. I have a small add-on to check for functions which needs an update and I used it to run throught your files one by one. Even though that has solved a lot of the monkey-work of updating elements, it may have caused new errors. The thing you mention above might be one of them. I've collected all classes in the init file. When I run it, it gives me errors, but I'm not too familiar with multi file add-ons, so I hope you know what to do from here? |
By no means finished work on updating Code Autocomplete... but maybe a start?