Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/mesh/editmesh_bisect.c
| Context not available. | |||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /* Modal support */ | /* Modal support */ | ||||
| /* Note: keep this isolated, exec can work wihout this */ | /* Note: keep this isolated, exec can work without this */ | ||||
| if (opdata != NULL) { | if (opdata != NULL) { | ||||
| mesh_bisect_interactive_calc(C, op, plane_co, plane_no); | mesh_bisect_interactive_calc(C, op, plane_co, plane_no); | ||||
| /* Write back to the props. */ | /* Write back to the props. */ | ||||
| Context not available. | |||||