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
2020-08-28Refactor: move CustomData .blend I/O to blenkernelJacques Lucke
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-06Merge branch 'blender-v2.90-release'Bastien Montagne
2020-08-06Move CDData debug print helper from DM to CustomData 'namespace'/files.Bastien Montagne
2020-07-23Cleanup: avoid zero byte memcpyJacques Lucke
2020-07-15Fix error in recent commitJacques Lucke
2020-07-15Particles: use CD_PROP_FLOAT3 instead of CD_LOCATIONJacques Lucke
2020-07-15CustomData: add float2 and float3 data typesJacques Lucke
2020-07-10Revert "Fix T78296: Performance - Use Binary Search for MDeformWeight"Brecht Van Lommel
2020-07-10Fix Crash due to recent changesJeroen Bakker
2020-07-10Fix T78296: Performance - Use Binary Search for MDeformWeightJeroen Bakker
2020-07-09Particles: Create a simulation state for every Particle Simulation nodeJacques Lucke
2020-07-07Cleanup: spellingCampbell Barton
2020-06-30Fix T78367: triangulate modifier does not preserve sculpt vertex colorsBrecht Van Lommel
2020-06-24Sculpt: rename default vertex color layer name from Col to ColorBrecht Van Lommel
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-06-10Cleanup: improve custom data type namesJacques Lucke
2020-06-09Cleanup: correct enum names in commentsJacques Lucke
2020-05-29Fix LayerTypeInfo for CD_PROP_COLPhilipp Oeser
2020-05-28Cleanup: missing braces warningCampbell Barton
2020-05-27CD_PROP_COL datalayerPablo Dobarro
2020-05-19Merge branch 'blender-v2.83-release'Pablo Dobarro
2020-05-19Fix sculpt mask interpolation in subdivisionsPablo Dobarro
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-04-10Fix T74800 Bevel modifier generates vertex group weight > 1.0.Howard Trickey
2020-04-08Cleanup: reduce scope of variables in custom data copyingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-05Sculpt Face SetsPablo Dobarro
2019-11-26BMesh: support copying & freeing layers by typeCampbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-27Cleanup: spellingCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-08-01Fix T66040: Make Data Transfer' Mix Factor multiply with vgroup weights when ...Bastien Montagne
2019-07-03Cleanup debug print left in by mistake.Bastien Montagne
2019-07-03Fix T66369: Excessive WARN messages in console when opening older filesBastien Montagne
2019-06-21Fix T65948: boolean modifier does not merge UV maps with the same nameBrecht Van Lommel
2019-06-17Fix T65357: wrong facemap indices after applying a boolean modifierPhilipp Oeser
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Fix T62776: Face maps are initialized incorrectlyJacques Lucke
2019-03-15Cleanup: indentation, wrappingCampbell Barton
2019-03-08Followup to T62318: Fix on-the-fly that kind of .blend file cddata corruption.Bastien Montagne
2019-03-08Fix T62318: Blender crash whith 'corrupt' customdata (CD_BWEIGHT).Bastien Montagne
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-28CustomData: add function to clear layers' flags.Bastien Montagne