Home
last modified time | relevance | path

Searched refs:FUNC_ALLOW_WRITE (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_render.c515 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_render_engine()
521 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_render_engine()
527 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_render_engine()
552 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_render_engine()
569 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_render_engine()
575 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_render_engine()
H A Drna_wm_api.c971 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in RNA_api_operator()
984 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in RNA_api_operator()
994 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in RNA_api_operator()
1007 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in RNA_api_operator()
1028 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in RNA_api_operator()
H A Drna_wm_gizmo.c1074 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_gizmo()
1091 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_gizmo()
1096 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_gizmo()
1108 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_gizmo()
1120 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_gizmo()
H A Drna_nodetree.c8412 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_node_socket_interface()
8419 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_node_socket_interface()
8430 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_node_socket_interface()
9037 RNA_def_function_flag(func, FUNC_USE_SELF_ID | FUNC_ALLOW_WRITE); in rna_def_internal_node()
9344 RNA_def_function_flag(func, FUNC_USE_SELF_ID | FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_node()
9349 RNA_def_function_flag(func, FUNC_USE_SELF_ID | FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_node()
9356 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_node()
9364 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_node()
9371 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_node()
9728 RNA_def_function_flag(func, FUNC_REGISTER_OPTIONAL | FUNC_ALLOW_WRITE); in rna_def_nodetree()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_types.h592 FUNC_ALLOW_WRITE = (1 << 12), enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_rna.c8318 const bool is_readonly = !(RNA_function_flag(func) & FUNC_ALLOW_WRITE); in bpy_class_call()