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-03Merge branch 'master' into blender2.8Alexander Romanov
2017-07-03Fix T51889: broken UI after File > New without a userpref.blend.Brecht Van Lommel
2017-07-01Cleanup: unused definesCampbell Barton
2017-06-29No need to free all the shaders when appending or reloading librariesDalai Felinto
2017-06-27Merge branch 'master' into blender2.8Campbell Barton
2017-06-26Fix T51902: Severe problem with relocating linked libraries when using proxies.Bastien Montagne
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-26Merge branch 'master' into blender2.8Campbell Barton
2017-06-26Manipulator: name setting functionCampbell Barton
2017-06-26Manipulator: add optional properties argumentCampbell Barton
2017-06-24Fix T50856: crash when minimizing window on AMD / Windows.Brecht Van Lommel
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-19Gawain API naming refactorCampbell 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.8Sergey Sharybin
2017-06-14Remove unused bmain argument from BKE_libblock_free_dataSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Campbell Barton
2017-06-13Woarkspace: Remove residue of hidden typeSergey Sharybin
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-12Cleanup: indentation, long linesCampbell 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