Blender Git Commit Log
Git Commits -> Revision 5a6d5d2
Revision 5a6d5d2 by Campbell Barton (master) March 30, 2021, 14:02 (GMT) |
UI: add description methods for `wm.context_*` operators Generic context operators now look-up the RNA properties to extract their description (when it's available). Add `bl_rna_utils.data_path.property_definition_from_data_path()` to handle the details of accessing the RNA property definition. |
Commit Details:
Full Hash: 5a6d5d20de2cfa43d14d67970b2f2eb24048b230
Parent Commit: 88d94d8
Lines Changed: +170, -0
2 Added Paths:
/release/scripts/modules/bl_rna_utils/data_path.py (+80, -0) (View)
/release/scripts/modules/bl_rna_utils/__init__.py (+0, -0) (View)
/release/scripts/modules/bl_rna_utils/__init__.py (+0, -0) (View)
1 Modified Path:
/release/scripts/startup/bl_operators/wm.py (+90, -0) (Diff)