Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/gizmo/intern/wm_gizmo.c
| Context not available. | |||||
| ); | ); | ||||
| } | } | ||||
| /** \name Gizmo Propery Access | /** \name Gizmo Property Access | ||||
| * | * | ||||
| * Matches `WM_operator_properties` conventions. | * Matches `WM_operator_properties` conventions. | ||||
| * | * | ||||
| Context not available. | |||||
| /** set all props to their default, | /** set all props to their default, | ||||
| * \param do_update Only update un-initialized props. | * \param do_update Only update un-initialized props. | ||||
| * | * | ||||
| * \note, theres nothing specific to gizmos here. | * \note, there's nothing specific to gizmos here. | ||||
| * this could be made a general function. | * this could be made a general function. | ||||
| */ | */ | ||||
| bool WM_gizmo_properties_default(PointerRNA *ptr, const bool do_update) | bool WM_gizmo_properties_default(PointerRNA *ptr, const bool do_update) | ||||
| Context not available. | |||||