Blender Git Commit Log
Git Commits -> Revision eb798de
Revision eb798de by Bastien Montagne (master) November 27, 2019, 11:19 (GMT) |
Clean/Fix remaining cases of props assignments in resgistrable structs def. We still had a few deprecated assignements of `bpy.props.xxx` to class members in our API documentation and one of our py tests. Annotations are to be used now. Also remove the section about `register_module` utils, this has been removed in 2.8. Fix T71877: Python API overview sample code warning: class MyMaterialProps contains a property which should be an annotation! Fix T71876: Python API overview references old bpy.utils.register_module function |
Commit Details:
Full Hash: eb798de101ac7946e2d719e763ad1f0fd3e26acd
Parent Commit: 3fa2b85
Lines Changed: +17, -42