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
path: root/source
AgeCommit message (Expand)Author
2020-07-13EEVEE: Fix sky zenith bugSzymon Ulatowski
2020-07-13Fix T78037: fresh install of blender 2.83.0 not able to save user startup file.Bastien Montagne
2020-07-13Fix T76687: [Mantaflow] low domain transformation performanceSebastián Barschkis
2020-07-13Python API: new RNA property `Screen.is_scrubbing`Sybren A. Stüvel
2020-07-13VSE: Python API, allow creation of VSE Movie strips with missing fileSybren A. Stüvel
2020-07-13LibOverride: add more polling checks to operators not supposed to work on ove...Bastien Montagne
2020-07-13Cleanup: remove public unused function.Bastien Montagne
2020-07-13Fix T78855: Knife tool crashes when the geometry has no faceGermano Cavalcante
2020-07-13Optimization: Use dedicated function to restore customdataGermano Cavalcante
2020-07-13Cleanup: move unchanged condition out of loopGermano Cavalcante
2020-07-13Fix Extrude Manifold losing original UVGermano Cavalcante
2020-07-13RNA code cleanup: Fix wrong usages of `rna_idproperty_check()`.Bastien Montagne
2020-07-13RNA property management: tweak to 'is set' information.Bastien Montagne
2020-07-13Cleanup: quiet warnings by adding const in some placesJacques Lucke
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-11Docs: remove reference to PYTHONHOMECampbell 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