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-10RNA: refactor how we get 'ensured' RNA properties.Bastien Montagne
2020-07-10Cleanup: simplify platform define checksCampbell Barton
2020-07-10Fix for building on systems besides apple/windows/linuxCampbell Barton
2020-07-10Cleanup: follow code styleJacques Lucke
2020-07-10Functions: add utility to find dependencies of input socketsJacques Lucke
2020-07-10Functions: store derived node tree and network in map for future accessJacques Lucke
2020-07-10Functions: make constant folding work on unfinished networksJacques Lucke
2020-07-10Nodes: add redundant name check in debug builds to prevent errorsJacques Lucke
2020-07-10Fix Crash due to recent changesJeroen Bakker
2020-07-10GPencil: Fix tooltip errorAntonio Vazquez
2020-07-10Functions: use new is-equal and hash function of CPPTypeJacques Lucke
2020-07-10Functions: make generic types hashableJacques Lucke
2020-07-10BLI: initial hash function for Color4b and float4x4Jacques Lucke
2020-07-10Functions: make generic types equality comparableJacques Lucke
2020-07-10Cleanup: various cleanups in for CPPTypeJacques Lucke
2020-07-10Fix T78296: Performance - Use Binary Search for MDeformWeightJeroen Bakker
2020-07-10Cleanup: structure CPPType according to code style guideJacques Lucke
2020-07-10LibOverride: Fix improper tagging of more of the backward pointers in RNA nod...Bastien Montagne
2020-07-10Fix T78756: White UV drawing is displayed as DashedCampbell Barton
2020-07-10Fix UV rip failing to disable proportional edit-modeCampbell Barton
2020-07-10Cleanup: spellingCampbell Barton
2020-07-10Cleanup: clang-formatCampbell Barton
2020-07-10Fix UV path redo in vert/edge modeCampbell Barton
2020-07-10Fix BM_loop_at_index_find lookupCampbell Barton
2020-07-10UV: allow ripping face-regionsCampbell Barton
2020-07-10Cleanup: face-center mesh calculationCampbell Barton
2020-07-10Fix missing adjacent UV check for recent UV path selectCampbell Barton
2020-07-10Cleanup: add BLI_linklist_find_lastCampbell Barton
2020-07-10Cleanup: spellingCampbell Barton
2020-07-10Cleanup: use FLT_MAX for the maximum path selection costCampbell Barton
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-09Build: add more libc compatibility functions for upcoming libraries updateBrecht Van Lommel
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-09Make deps: Fix compilation error on CentOSSergey Sharybin
2020-07-09Fix Cycles unnecessary updates to camera in viewport renderBrecht Van Lommel
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