Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
| Context not available. | |||||
| ggd->data.op = WM_operator_last_redo((bContext *)ggd->data.context); | ggd->data.op = WM_operator_last_redo((bContext *)ggd->data.context); | ||||
| } | } | ||||
| /* Not essentual, just avoids feedback loop where matrices could shift because of float precision. | /* Not essential, just avoids feedback loop where matrices could shift because of float precision. | ||||
| * Updates in this case are also redundant. */ | * Updates in this case are also redundant. */ | ||||
| bool is_modal = false; | bool is_modal = false; | ||||
| for (wmGizmo *gz = gzgroup->gizmos.first; gz; gz = gz->next) { | for (wmGizmo *gz = gzgroup->gizmos.first; gz; gz = gz->next) { | ||||
| Context not available. | |||||