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-07-10Cleanup: variable names, use define for maximum path costCampbell Barton
2020-07-10Cleanup: undeclared warningsCampbell Barton
2020-07-09BLI: add more operator overloads for float2Jacques Lucke
2020-07-09Sculpt: Make Sculpt Vertex Colors features experimentalPablo Dobarro
2020-07-09Fix: add missing extern "C"Jacques Lucke
2020-07-09Fix repeated Face Sets IDs when joining meshesPablo Dobarro
2020-07-09Implement T77959: Never duplicate linked data during deep-copy.Bastien Montagne
2020-07-09Sculpt: Skip fully hidden nodes in sculpt toolsPablo Dobarro
2020-07-09Fix wrong upate flag when updating the PBVH visibilityPablo Dobarro
2020-07-09Fix T78664: Implement Mesh and Face Set boundary automasking in MultiresPablo Dobarro
2020-07-09Fix Sculpt Vertex Colors sample color changing brush alphaPablo Dobarro
2020-07-09Fix crash when using Mask by Color in MultiresPablo Dobarro
2020-07-09EEVEE: Implement the missing Sky textureSzymon Ulatowski
2020-07-09BLI: rename rand.c to rand.ccJacques Lucke
2020-07-09Particles: Create a simulation state for every Particle Simulation nodeJacques Lucke
2020-07-09Blenloader: make BLO_read_data_address work in C++Jacques Lucke
2020-07-09Fix T78745: Cycles error baking with multiple materialsBrecht Van Lommel
2020-07-09Fix T78718: Crash when deleting particle system modifier with the X Shortcut.Bastien Montagne
2020-07-09UV: path selection supportCampbell Barton
2020-07-09BMesh: add utility functionsCampbell Barton
2020-07-09Cleanup: move BMesh UV queries into their own fileCampbell Barton
2020-07-09Cleanup: clang-formatCampbell Barton
2020-07-08Cleanup: remove unnecessary calls to as_spanJacques Lucke
2020-07-08BLI: improve constructors and conversions to spanJacques Lucke
2020-07-08Cleanup: remove unused functionJacques Lucke
2020-07-08Cleanup: use c++17 helper variable templatesJacques Lucke
2020-07-08Fix T78718: Crash when deleting particle system modifier with the X Shortcut.Bastien Montagne
2020-07-08Functions: add AttributesRef classJacques Lucke
2020-07-08Cleanup: use different internal socket nameJacques Lucke
2020-07-08Functions: support hashing MFDataType and CPPTypeJacques Lucke
2020-07-08Minor cleanup in rna override code.Bastien Montagne
2020-07-08Functions: implement common subnetwork elimination optimizationJacques Lucke
2020-07-08Functions: Support getting MFSocket based on its idJacques Lucke
2020-07-08Functions: Support accessing socket index of MFSocketJacques Lucke
2020-07-08Functions: initial hash/equals implementation for constant multi-functionsJacques Lucke
2020-07-08Functions: allow multi-functions to override a hash and equals functionJacques Lucke
2020-07-08BLI: add disjoint set data structureJacques Lucke
2020-07-08BLI: add comparison operators and hash functions for float3, etc.Jacques Lucke
2020-07-08Functions: add dead node removal and constant folding optimizationJacques Lucke
2020-07-08Cleanup: fix commentJacques Lucke
2020-07-08Apply Modifier: support applying as shape key and keeping the modifier.Alexander Gavrilov
2020-07-07BLI: simplify copy constructor of ArrayJacques Lucke
2020-07-07Cleanup: fix typoJacques Lucke
2020-07-07Functions: cleanup loop that traverses the MFNetworkJacques Lucke
2020-07-07Functions: add generic functions that output constantsJacques Lucke
2020-07-07BLI: simplify copy constructor of vectorJacques Lucke
2020-07-07Functions: extend multi-function network apiJacques Lucke
2020-07-07BLI: provide access to underlying node in dot exporterJacques Lucke
2020-07-07Functions: Add debug print and destruct callback to CPPTypeJacques Lucke
2020-07-07Nodes: Generate multi-function network from node treeJacques Lucke