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-12-033D View: remove non tool-system rulerCampbell Barton
2018-11-12Ruler Tool: Fix non readable textClément Foucault
2018-11-12Ruler Tool: Fix text background glitchClément Foucault
2018-10-30UI: Fix point size and line width ignoring UI scaling optionClément Foucault
2018-10-03Units: Support for fixed unitsJacques Lucke
2018-09-07Fix missing line width for helper line drawingCampbell Barton
2018-09-06Fix ruler not setting line widthCampbell Barton
2018-09-06Merge branch 'master' into blender2.8Campbell Barton
2018-09-06Fix ruler angle arc displaying past endpointsCampbell Barton
2018-09-03GP: Cleanup function parameterAntonioya
2018-08-26GP: Reduce weight paint data memory footprintAntonioya
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-17Cleanup: moving shading type into View3DShading.Brecht Van Lommel
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-02Cleanup: use _f, _i suffix for GPU state APICampbell Barton
2018-07-01Cleanup: use '_len' suffix for line stippleCampbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: remove more G.main from BKE area.Bastien Montagne
2018-06-08Merge branch 'master' into blender2.8Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-25ED_transform_snap_object: remove unused bmain parameter in context creation.Germano
2018-05-22Transform: Support mixed snap in 3d View.Germano
2018-05-21Cleanup: unused varsCampbell Barton
2018-05-21Fix misuse of the `use_occlusion_test` parameter.Germano
2018-05-15Cleanup: pass the use_depth parameter to the `SnapObjectParams` struct in the...Germano
2018-04-18Fix missing initialization of depsgraph for snapping contextSergey Sharybin
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Depsgraph: remove engine type from evaluation context.Brecht Van Lommel
2017-11-28Cleanup: namingSergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-10-06Merge branch 'master' into blender28Campbell Barton
2017-10-06Fix ruler access from search pop-upCampbell Barton
2017-09-13Cleanup: use explicit 2d suffix for imm utilsCampbell Barton
2017-08-17Merge branch 'master' into blender2.8mano-wii
2017-08-17Remove unnecessary #include "ED_transform.h"mano-wii
2017-08-11Transform: Snap used multiple eval contextsCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-13Cleanup/rename etc. dashed line shaders.Bastien Montagne
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-01Reworked version of dashed line shader.Bastien Montagne
2017-04-262D dashed line shader: changed to use viewport side instead of scale.Bastien Montagne
2017-04-26Getting rid of setlinestyle: 3DView ruler.Bastien Montagne
2017-04-11Bring snapping back (Base / BaseLegacy)Dalai Felinto
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-07OpenGL: refactor UI_draw_roundbox functionsMike Erwin