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-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Python API: remove preview/render resolution settings from API functions.Brecht Van Lommel
2018-03-02Merge branch 'master' into blender2.8Campbell Barton
2018-03-01Refactor: Merge non-functional-change part of 'edit normals' 2017 GSoC.Bastien Montagne
2018-02-22Merge branch 'master' into blender2.8Bastien Montagne
2018-02-22Fix (unreported) meshes changing shading when creating empty clnors data.Bastien Montagne
2018-02-21Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-20Cleanup: split normals: use different varnames for angle and its cosine.Bastien Montagne
2017-08-22Cleanup: naming for mesh dirty flagsCampbell Barton
2017-08-21Merge branch 'master' into blender2.8Campbell Barton
2017-08-21Fix T52434: Restore mesh center of mass calculationCampbell Barton
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-20RNA: face-map accessCampbell Barton
2017-07-12DwM: Option to use final material over mode shadingCampbell Barton
2017-07-10Fix T51931: VBO not updating when UVs are added to shader node treeLuca Rood
2017-06-26Fix T51559: Update draw cache when changing flat/smooth shadingLuca Rood
2017-06-21Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-06-21Fix T51856: `BKE_mesh_new_from_object()` would often generate default 'Mesh' ...Bastien Montagne
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-09Implement a new util function to get reference of mesh tex spaceDalai Felinto
2017-05-25TexFace removal part 3Campbell Barton
2017-05-24Fix T51561: Normal maps fail w/ quad + eeveeCampbell Barton
2017-05-04Vertex paint with draw managerLuca Rood
2017-05-03Weight painting with draw managerLuca Rood
2017-04-21Cleanup: move draw-cache creation from BKE to DRWCampbell Barton
2017-02-22Cycles: Fix shading with autosmooth and custom normalsSergey Sharybin
2017-02-22Refactor Mesh split_faces() code to use loop normal spaces.Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-08Refactor/enhance BKE_mesh_make_local().Bastien Montagne
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-07Fix (unreported) EditNormal modifier: broken 'flip poly' feature.Bastien Montagne
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-04-26Support multiple tangents for BI render & viewportAlexander Romanov
2016-03-14Support mdisps for Mesh.flip_normals()Campbell Barton
2016-03-14Cleanup: move MDisps flipping to own functionCampbell Barton
2016-02-28BKE_mesh: add polygon flipping tools.Bastien Montagne
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-10-12Add functions to compute normals (verts, polys and loops ones) for a given sh...Bastien Montagne
2015-09-04Fix T46015: normals_split_custom_set_from_vertices doesn't work with zero vec...Bastien Montagne
2015-08-12Displace Modifier: add an option to displace along (averaged) custom normals,...Bastien Montagne
2015-07-30Move tangents and baking to looptris:Antony Riakiotakis
2015-07-19Cleanup: styleCampbell Barton
2015-07-19Convert rigidbody conversion to looptri.Antony Riakiotakis