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-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-30Cleanup: Naming, match policy with rest of copy-on-write designSergey Sharybin
2018-05-25Remove DerivedMesh: paint_utils.c; Cow-ify PAINT_OT_sample_colorBastien Montagne
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-08Merge branch 'master' into blender2.8Campbell Barton
2018-03-08Cleanup: Rename view3d context set functionCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-01-18Merge branch 'master' into blender2.8Campbell Barton
2018-01-18Cleanup: label scene flags more clearlyCampbell Barton
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-20Merge branch 'master' into blender2.8Campbell Barton
2017-11-19Option not to select with un-hideCampbell Barton
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-16Merge branch 'master' into blender2.8Campbell Barton
2017-10-16WM: Don't save mouse-paths to operator historyCampbell Barton
2017-10-04Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-03Weight Paint: don't set weight w/ average brushCampbell Barton
2017-08-20Cleanup: move gawain header out of GPU_matrixCampbell Barton
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-07-21Fix a few harmless maybe uninitialized warnings with GCC 5.4.Brecht Van Lommel
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-03-30Prevent crash on weight paintDalai Felinto
2017-03-22OpenGL: convert to new matrix API (part 5)Mike Erwin
2017-03-02Remove tons of OBACTDalai Felinto
2017-02-26OpenGL: replace gluProject and gluUnProject, and simplify surrounding code.Brecht Van Lommel
2016-03-02Fix T47610: Texture node in compositing nodes does not updateSergey Sharybin
2016-01-21Sculpt: Add rake option to snake-hookCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-18Replace MFace w/ MLoopTri in imapaint_pick_uvCampbell Barton
2015-06-16Cleanup: styleCampbell Barton
2015-05-29Fix T44882, color picker in texpainting doing linear interpolation evenAntony Riakiotakis
2015-04-20Cleanup: use ED_view3d_backbuf_* prefixCampbell Barton
2015-03-18RNA: palette colors apiCampbell Barton
2015-01-29Fix texture sampling getting srgb color after fix for subsurf sampling.Antony Riakiotakis
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2015-01-09Fix texture sampling with generative modifiers - sample backbufferAntony Riakiotakis