Skip to content

Verify Stax works on Blender 2.82a (and few renamings)

Félix David requested to merge Tilix4/stax:2.82a into develop

Porting on 2.82a

For getting rid of ValueError messages in console at startup, I had to change some PointerProperty to simple python objects set to None.
The usage of built-in Blender Properties in operators is recommended only if you expect a specific behavior from them (like UI displaying). Else, use simple Python Class attributes (not in __init__()).

NB: To keep going on #34 (closed) I need this MR to be merged in 'develop'.

Misc

  • Renaming classes.
  • Removing stax* named entities.
Edited by Félix David

Merge request reports