Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-15WM: rename files, manipulator -> gizmoCampbell Barton
2018-05-15Manipulator: utility to get matrix w/o offsetCampbell Barton
2018-05-09Manipulator: API call to invoke on setupCampbell Barton
2018-02-25Manipulator: rename is_visible -> pollCampbell Barton
2018-01-25Merge branch 'master' into blender2.8Campbell Barton
2018-01-24Manipulators: disable 3D widgets w/ animationCampbell Barton
2017-12-20Manipulator: tooltip supportCampbell Barton
2017-12-04WM: message bus replacement for property notifiersCampbell Barton
2017-11-24Manipulator: fix camera lens update glitchCampbell Barton
2017-11-10Manipulator: public highlight utility functionCampbell Barton
2017-10-21Manipulator: name remove func's 'unlink_delayed'Campbell Barton
2017-10-19Fix operators adding manipulators multiple timesCampbell Barton
2017-08-27Manipulator: support operator per-partCampbell Barton
2017-08-21Cleanup: rename manipulator API functionsCampbell Barton
2017-08-10Cleanup: don't abbreviate color w/ manipulator APICampbell Barton
2017-08-09Manipulator: Add function to calculate matrixCampbell Barton
2017-08-03Manipulator: render border widgetCampbell Barton
2017-08-02Manipulator: Make cage2d usable in the 3D viewCampbell Barton
2017-07-31Cleanup: use enum typedef for manipulator drawstepCampbell Barton
2017-07-30Fix manipulator Python API crash w/ undoCampbell Barton
2017-07-27Manipulator: remove namesCampbell Barton
2017-07-26Manipulator: refactor/fix selection logicCampbell Barton
2017-07-25Fix PyManipulators having keymaps registered twiceCampbell Barton
2017-07-24Manipulator: view-selected supportCampbell Barton
2017-07-24Manipulator: handle keymaps for selected itemsCampbell Barton
2017-07-17Fix crash re-registering the same manipulator typeCampbell Barton
2017-06-26Rename wmManipulatorPropertyType.type -> data_typeCampbell Barton
2017-06-26Manipulator: name setting functionCampbell Barton
2017-06-26Manipulator: add optional properties argumentCampbell Barton
2017-06-22Manipulator: target property definitionsCampbell Barton
2017-06-21Manipulator: edit_properties -> target_propertiesCampbell Barton
2017-06-21Manipulators: move settings to ID propertiesCampbell Barton
2017-06-19Manipulators: store operator type instead of idCampbell Barton
2017-06-18Manipulator: use matrix for manipulator directionCampbell Barton
2017-06-16Manipulator: add array get/set functionsCampbell Barton
2017-06-16Missed last commitCampbell Barton
2017-06-16Add support for delayed manipulator removalCampbell Barton
2017-06-15Updates to manipulator APICampbell Barton
2017-06-10Manipulator Update/RefactorCampbell Barton
2017-06-07WM: add wmManipulatorType, from wmManipulatorCampbell Barton
2017-06-07Minor manipulator API changesCampbell Barton
2017-06-06WM: functions for assigning all manipulator callbacksCampbell Barton
2017-06-05WM: add WM_manipulatorgrouptype_append_ptrCampbell Barton
2017-04-06Changes from custom-manipulators branchCampbell Barton
2016-10-07Custom Manipulators Core BackendJulian Eisel