Cleanup: Add example mapping pairs for bToolRef#mode

Pull Request: https://projects.blender.org/blender/blender/pulls/130949
This commit is contained in:
Sean Kim
2024-11-26 19:57:06 +01:00
committed by Sean Kim
parent 569869b422
commit 893e9b5f49

View File

@@ -81,6 +81,8 @@ typedef struct bToolRef {
/**
* Value depends on the 'space_type', object mode for 3D view, image editor has its own mode too.
* RNA needs to handle using item function.
*
* See: #eSpaceImageMode for SPACE_IMAGE, #eContextObjectMode for SPACE_VIEW3D, etc
*/
int mode;