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-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-09Cleanup: spellingCampbell Barton
2020-10-08Refactor CustomData interpolation code.Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-18Sculpt: Render Mask and Face Sets with modifiers activePablo Dobarro
2020-09-18Cleanup: remove unused navmesh codePhilipp Oeser
2020-09-15CustomData: add assert to prevent negative array accessCampbell Barton
2020-09-09Geometry: add .attributes in the Python API for Mesh, Hair and Point CloudBrecht Van Lommel
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-09Fix T80626: Crash adding custom-data layers after reloading the fileCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
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