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-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-13BLI: fix constructor regression for Vector and ArrayJacques Lucke
2020-07-13BLI: don't allow mutable span of initializer listJacques Lucke
2020-07-13Cleanup: fix clang tidy warningJacques Lucke
2020-07-13Cycles: Add control for sun intensity in Sky Texture and change altitude to kmLukas Stockner
2020-07-13Cycles: Add versioning code for the new Sky Texture modelLukas Stockner
2020-07-13Cycles: Remove Vector input on Sky texture when using the included sunLukas Stockner
2020-07-13Cycles: Remove limits on the Sky texture's sun rotationLukas Stockner
2020-07-12Cleanup: disable debug codeJacques Lucke
2020-07-12Cleanup: unused debug variableJacques Lucke
2020-07-12Particles: initial support for forces in simulation node treesJacques Lucke
2020-07-12Nodes: support more implicit conversions in simulation node treeJacques Lucke
2020-07-12Functions: minor improvementsJacques Lucke
2020-07-12Functions: minor api improvementsJacques Lucke
2020-07-11GPencil: Replace "ShaderFX" with "Shader Effects" in RNA prop textAntonio Vazquez
2020-07-11Nodes: support implicit conversions and incorrectly linked socketsJacques Lucke
2020-07-11Fix: incorrect attribute type in networkJacques Lucke
2020-07-11Nodes: support vector math node in simulation node treeJacques Lucke
2020-07-11Nodes: support math node in simulation node treeJacques Lucke
2020-07-11Nodes: support Value node in simulation node treeJacques Lucke
2020-07-11Nodes: move Math, Vector Math and Value shader nodes to c++ filesJacques Lucke
2020-07-11UV: add path select operator that uses the selectionCampbell Barton
2020-07-11Cleanup: remove unused functionCampbell Barton
2020-07-11Cleanup: spellingCampbell Barton
2020-07-10Revert "Fix T78296: Performance - Use Binary Search for MDeformWeight"Brecht Van Lommel
2020-07-10GPencil: Fix unreported Use Falloff curve for active frame not workingAntonio Vazquez
2020-07-10Fix T78766: Blender crashes after deleting vertices with Custom Normals.Bastien Montagne
2020-07-10Fix T78579: Proxy produces wrong preview when using Offset or CropRichard Antalik
2020-07-10Fix T78573: Crash when removing strips with prefetchingRichard Antalik
2020-07-10Fix T69440: Memory leak adding strips via pythonRichard Antalik
2020-07-10BLI: add C++ random number generatorJacques Lucke
2020-07-10Expose override flags to python RNA properties definition.Bastien Montagne
2020-07-10Cleanup: declaration and implementation function signature did not matchJacques Lucke
2020-07-10Refactor override code to properly deal with runtime rna properties too.Bastien Montagne
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