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
2017-09-04Fix T52649: missing custom (split) normals from FBX exporter.Bastien Montagne
2017-08-30Refactor 'split faces' mesh code.Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-21Fix T51856: `BKE_mesh_new_from_object()` would often generate default 'Mesh' ...Bastien Montagne
2017-06-15Fix/workaround 'convert object' messing up linked data.Bastien Montagne
2017-06-15Fix serious bug in 'curve-to-mesh' conversion code.Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-03-14Fix own mistake in recent 'edge split' refactor.Bastien Montagne
2017-03-02Fix own stupid mistake in recent mesh 'split_faces' rework.Bastien Montagne
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
2017-02-20Fix T50718: Regression: Split Normals Render Problem with CyclesSergey Sharybin
2017-02-20Mesh faces split: Add missing vertex normal copySergey Sharybin
2017-02-16Faces split: Don't leave CD_NORMAL after splitSergey Sharybin
2017-02-16Fix more corner cases failing in mesh faces splitSergey Sharybin
2017-02-15Fix wrong edges created by split facesSergey Sharybin
2017-02-15Fix T50662: Auto-split affects on smooth mesh when it sohuldn'tSergey Sharybin
2017-02-15Fix wrong loop normals left after face splittingSergey Sharybin
2017-02-15Mesh: Re-implement face split solving issue mentioned earlierSergey Sharybin
2017-02-15Revert "Mesh: Solve incorrect result of mesh.split_faces()"Sergey Sharybin
2017-02-14Mesh: Solve incorrect result of mesh.split_faces()Sergey Sharybin
2017-02-14Mesh: Cleanup, use shorter version of loopSergey Sharybin
2017-02-14Mesh: Use faster calculation of previous loopSergey Sharybin
2017-01-11Copy autosmooth mesh settings BKE_mesh_new_from_objectSergey Sharybin
2016-10-24Fix mistake in BKE_mesh_new_from_object handling of materials in MetaBall case.Bastien Montagne
2016-10-11Fix T49623: Immediately crash trying to render attached file in CyclesSergey Sharybin
2016-10-03Fix T49548: Entering Cycles Rendered Viewport Unlinks Material from Objects.Bastien Montagne
2016-09-23Cycles: Prevent crash in special cases when object has less slots than meshSergey Sharybin
2016-09-09Cleanup: IndentationSergey Sharybin
2016-08-30Fix stupid mistake in previous commit 'cleanup' part.Bastien Montagne
2016-08-30Fix bad usercount handling of materials in BKE_mesh_new_from_object().Bastien Montagne
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-20Cleanup: remove completely call to test_object_materials in BKE_mesh_new_from...Bastien Montagne
2016-07-20Fix T48898: shaders are removed from metaballs on cycles render.Bastien Montagne
2016-07-16Fix use after free error from ab993e37Campbell Barton
2016-07-14Cleanup/refactor: handle shapekeys exactly like 'owned' nodetrees in make_loc...Bastien Montagne
2016-07-14Get rid of BKE_key_make_local().Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-11Cleanup: remove call to BKE_id_lib_local_paths() in make_local functions.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for both make_local() and copy() functi...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Add BKE_key_copy_ex() that takes a Main as parameter.Bastien Montagne
2016-07-09Refactor/enhance BKE_curve_make_local(), and add BKE_curve_copy_ex() that tak...Bastien Montagne
2016-07-09Cleanup to shapekeys' make_local (and copy) functions.Bastien Montagne
2016-07-08Fix (unreported) broken shapekeys after 'make_local' of datablocks used both ...Bastien Montagne
2016-07-08Refactor/enhance BKE_mesh_make_local().Bastien Montagne
2016-07-08Rework/split test_object_materials().Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne