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-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-06Object Mode: Use eval_ctx mode for drawing, paint & modifiersCampbell Barton
2018-02-01Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-02-01Fix T53686: VSE Render crash when zooming timeline.Bastien Montagne
2018-02-01Merge branch 'master' into blender2.8Campbell Barton
2018-02-01Cleanup: rename BLI_*_empty() -> clear()Campbell Barton
2018-01-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2017-12-07Merge branch 'master' into blender2.8Campbell Barton
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell 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-10-20Depsgraph: Reduce number of depsgraph_legacy usages outside of depsgraphSergey Sharybin
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-09-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-19Fix T52816: regression can't open file in 2.79 (crash).Bastien Montagne
2017-09-19Fix T52823: New Depsgraph - Shrinkwrap crashes blenderSergey Sharybin
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-12Merge branch 'master' into blender2.8Campbell Barton
2017-08-11Fix T52149: LoopTriArray computation was not correctly protected against conc...Bastien Montagne
2017-08-11Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
2017-08-11Fix transform snap code using 'allocated' flags to get verts/edges/etc. array...Bastien Montagne
2017-08-11Cleanup: deduplicate DM's getLoopTriArray() callback.Bastien Montagne
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-14Workspace: Fix crash on preview, and sanitize placeholder functionsDalai Felinto
2017-07-13Depsgraph: Begin work on making depsgraph per-scene-layerSergey Sharybin
2017-07-03Merge branch 'master' into blender2.8Alexander Romanov
2017-07-02Fix T51746: normal map tangents not working correctly when there are no UV maps.Alexander Romanov
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-29Fix T51390: Blender 2.78c will freeze or force close when adding particles at...Bastien Montagne
2017-05-25TexFace removal part 3Campbell Barton
2017-05-24TexFace removal part 2Campbell Barton
2017-05-24Fix T51561: Normal maps fail w/ quad + eeveeCampbell Barton
2017-05-24Merge branch 'master' into blender2.8Campbell Barton
2017-05-24Fix possible invalid normal use w/ tangent calcCampbell Barton
2017-04-18Use better workaround ofr getting scene layer for Derivedmesh's maskSergey Sharybin
2017-04-07Workaround for weightpoint not workingDalai Felinto
2017-04-06Depsgraph: Remove old header from blenkernelSergey Sharybin
2017-04-06Depsgraph: More type definitions to new depsgraph headerSergey Sharybin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-03-20Merge branch 'master' into blender2.8Campbell Barton
2017-03-18Alternate fix for T50899Campbell Barton
2017-03-16OpenGL: draw navmesh with new imm modeMike Erwin
2017-01-31Merge branch 'master' into blender2.8Bastien Montagne
2017-01-27Fix T50534: Part I, cleanup loop normals generated during modifier stack eval...Bastien Montagne
2017-01-25Convert MBC_ API to Mesh (instead of derived mesh) and move it to mesh_renderDalai Felinto