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
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-20Fix T59083: normal transform orientation ignores absolute grid snap.Sebastian Parborg
2018-12-18Transform: when snap affect is off for a transform mode, ignore snap settings...Brecht Van Lommel
2018-12-18Transform: option to use incremental snappingCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Missed last commitCampbell Barton
2018-11-29Fix T58125: UV Editor transform failsCampbell Barton
2018-11-25Local ViewDalai Felinto
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-19UV Snap: minor uv-nearest optimizationsCampbell Barton
2018-09-18Fix T54685: EditMesh UV's transform snapping only checks active objectAlan
2018-08-22Transform: factor out matrix multiply w/ snappingAndrew Hale
2018-07-25Fix T55895: VSE crash while moving a stripBastien Montagne
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-09Merge branch 'master' into blender2.8Campbell Barton
2018-07-09Cleanup: use const transform argsCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-03View3D: Remove v3d->zbufClément Foucault
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-22Cleanup: Moar DM busting from editor code area.Bastien Montagne
2018-06-08Cleanup: unused var, trailing spaceCampbell Barton
2018-06-08Merge branch 'master' into blender2.8Bastien Montagne
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-04Fix T55325: Revert "Always get a reference point when snapping with the proje...Germano
2018-05-25Tool System: cursor tool now transforms on dragCampbell Barton
2018-05-25ED_transform_snap_object: remove unused bmain parameter in context creation.Germano
2018-05-24Always get a reference point when snapping with the projected elements option...Germano
2018-05-22Cleanup: warningCampbell Barton
2018-05-22Transform: Support mixed snap in 3d View.Germano
2018-05-17Cleanup: Use `ED_view3d_win_to_ray_ex` to get the ray and remove unused param...Germano
2018-05-16Snap system: Adds support to Clip Planes and uses a clip plane to simulate oc...Germano
2018-05-13Merge branch 'master' into blender2.8Campbell Barton
2018-05-13Cleanup: trailing spaceCampbell Barton
2018-05-06Merge branch 'master' into blender2.8Campbell Barton
2018-05-06Object Snap: add object & matrix to view ray castCampbell Barton
2018-05-04Transform: use bool when local matrix is neededCampbell Barton
2018-04-18Fix missing initialization of depsgraph for snapping contextSergey Sharybin
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Cleanup: indentationCampbell Barton
2018-04-16Multi-Object EditingCampbell Barton
2018-04-13Depsgraph: remove engine type from evaluation context.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-06Object Mode: use eval_ctx mode in transform codeCampbell Barton
2017-11-29Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-29Transform: Avoid use of ob->recalc in snapping codeSergey Sharybin
2017-11-28Cleanup, naming of engine type variableSergey Sharybin
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto