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
2017-07-19Manipulators: use nearest manipulatorCampbell Barton
2017-07-17Fix crash re-registering the same manipulator typeCampbell Barton
2017-07-14Fix T51945: LMB select swaps manipulator buttonsCampbell Barton
2017-07-01Cleanup: unused definesCampbell Barton
2017-06-26Rename wmManipulatorPropertyType.type -> data_typeCampbell Barton
2017-06-26Manipulator: use 'void *' for callback data argsCampbell Barton
2017-06-26Building without Python works againCampbell Barton
2017-06-26Manipulator: name setting functionCampbell Barton
2017-06-26Manipulator: add optional properties argumentCampbell Barton
2017-06-23Manipulator: partial depth supportCampbell Barton
2017-06-23Manipulator: flip scale flag usageCampbell Barton
2017-06-23Manipulator: rename struct membersCampbell Barton
2017-06-23Manipulator: add tweak-snap (not used yet)Campbell Barton
2017-06-23Manipulator: fix broken hover optionCampbell 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-19Manipulator: use ui-scale for widgetsCampbell Barton
2017-06-19Manipulator: de-duplicate flags and scale optionCampbell Barton
2017-06-18Manipulator: commentsCampbell Barton
2017-06-18Manipulator: use matrix for manipulator directionCampbell Barton
2017-06-17Manipulator: use matrix instead of originCampbell Barton
2017-06-17Manipulator: remove type specific 'new' functionsCampbell Barton
2017-06-16Manipulator: add array get/set functionsCampbell Barton
2017-06-16Missed last commitCampbell Barton
2017-06-16Cleanup: rename manipulator filesCampbell Barton
2017-06-16Add support for delayed manipulator removalCampbell Barton
2017-06-15Updates to manipulator APICampbell Barton
2017-06-14Merge branch 'master' into blender2.8Campbell Barton
2017-06-10Rename node_widgets -> node_manipulatorsCampbell Barton
2017-06-10Manipulator Update/RefactorCampbell Barton
2017-06-08WM: move manipulator library into editorsCampbell Barton
2017-06-07cleanup floating point literalsMike Erwin
2017-06-07WM: add wmManipulatorType, from wmManipulatorCampbell Barton
2017-06-07Minor manipulator API changesCampbell Barton
2017-06-07WM: remove unused return valuesCampbell Barton
2017-06-06WM: manipulator callback arg orderCampbell Barton
2017-06-06WM: functions for assigning all manipulator callbacksCampbell Barton
2017-06-05WM: pass manipulator-map when creating wmManipulatorGroupCampbell Barton
2017-06-05WM: add WM_manipulatorgrouptype_append_ptrCampbell Barton
2017-05-31Fix manipulator immediate mode useCampbell Barton
2017-05-29Node Backdrop ManipulatorCampbell Barton
2017-05-21Cleanup: warningsCampbell Barton
2017-05-10Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-05-10Fix multi-view (single camera) manipulators selectionDalai Felinto
2017-05-08Cleanup: style & header guardsCampbell Barton
2017-04-18Remove deprecated GL_LIGHTING chunk from manipulator draw code.Bastien Montagne
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-04-11Move cage_manipulator.c to new GL code.Bastien Montagne