Blender Git Loki
Git Commits -> Revision c22c2ff
Revision c22c2ff by Sybren A. Stüvel (master) March 14, 2018, 10:42 (GMT) |
Updated bpy.props getter/setter example - The common name in computer science are 'getters' and 'setters', so by adding these names to the documentation (while 'get' and 'set are still also mentioned) we improve findability. Having 'Getters/Setters' as a title also makes it clearer that this example is not just about getting or setting the property value. - Added a little prefix to each printed value, so that print statement, expected output, and real output can be matched easier. |
Commit Details:
Full Hash: c22c2ff060a27bcd565f84233d2bbfa968b00a3f
Parent Commit: b76471c
Lines Changed: +17, -19
1 Modified Path:
/doc/python_api/examples/bpy.props.5.py (+17, -19) (Diff)