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-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-08-10Cleanup: don't abbreviate color w/ manipulator APICampbell Barton
2017-08-09Manipulator: Add function to calculate matrixCampbell Barton
2017-08-09Manipulator: grab3d - support for 2d viewsCampbell Barton
2017-07-27Manipulator: remove namesCampbell Barton
2017-07-26Cleanup: typedef enumsCampbell Barton
2017-06-26Manipulator: add optional properties argumentCampbell Barton
2017-06-23Manipulator: flip scale flag usageCampbell Barton
2017-06-21Manipulators: move settings to ID propertiesCampbell Barton
2017-06-19Manipulators: store operator type instead of idCampbell Barton
2017-06-19Manipulator: de-duplicate flags and scale optionCampbell Barton
2017-06-18Manipulator: use matrix for manipulator directionCampbell Barton
2017-06-17Cleanup: use uintCampbell Barton
2017-06-17Cleanup: unused codeCampbell Barton
2017-06-17Cleanup: minor consistency tweak for type nameCampbell Barton
2017-06-17Manipulator: remove type specific 'new' functionsCampbell Barton
2017-06-15Updates to manipulator APICampbell Barton
2017-06-10Manipulator Update/RefactorCampbell Barton
2017-06-08WM: move manipulator library into editorsCampbell Barton
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-01Move custom transform orientations to workspaceJulian Eisel
2017-05-20Merge branch 'master' into blender2.8Campbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-10Fix T51354: Final take on multi-view (single view) issuesDalai Felinto
2017-04-08Correct constraint manipulator colorsCampbell Barton
2017-04-073D Manipulator: add back protected flags checkCampbell Barton
2017-04-073D View: manipulator from custom-manipulators branchCampbell Barton
2017-04-07OpenGL: disable rotate manipulator clipping on MacMike Erwin
2017-04-07fix rotation manipulator's Push/PopMatrix balanceMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-06Fix manipulator showing in pose & editmodeCampbell Barton
2017-04-06Merge branch 'master' into blender2.8Campbell Barton
2017-04-06Cleanup: function naming for manipulatorCampbell Barton
2017-04-06Merge branch 'master' into blender2.8Campbell Barton
2017-04-06Cleanup: minor changes to transform-manipulatorCampbell Barton
2017-04-06Remove NULL check from gimbal_axisCampbell Barton
2017-04-05Fix rotation manipulators not clippingJulian Eisel
2017-03-23cleanup use of GPU matrix APIMike Erwin
2017-03-09Merge branch 'master' into blender2.8Campbell Barton
2017-03-08OpenGL Select: integer rect for passing regionCampbell Barton
2017-03-07Once more T50565: Allow using planar constraints for scale manipulatorJulian Eisel
2017-03-02Merge branch 'master' into blender2.8Julian Eisel
2017-03-02Remove all instance of OBACT from particle_edit.c and related changesDalai Felinto
2017-03-02Fix weird "use_planar_constraint" button in redo panelJulian Eisel
2017-03-02Fix another part of T50565: Planar constraints were always initialized to acc...Sergey Sharybin
2017-02-19OpenGL immediate mode: transform_manipulator.cClément Foucault