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-13EEVEE: Rename default_world_frag.glsl to lookdev_world_frag.glslClément Foucault
2020-07-11Cleanup: Workbench: Remove own viewvecsClément Foucault
2020-07-11Cleanup: EEVEE: Remove own viewvecsClément Foucault
2020-07-11DRW: Put viewvecs calculation to view updateClément Foucault
2020-07-11EEVEE: Split bsdf_common_lib.glsl into smaller filesClément Foucault
2020-07-11Cleanup: EEVEE: Remove concentric samples.Clément Foucault
2020-07-11Cleanup: EEVEE: Remove unused IRRADIANCE_CUBEMAPClément Foucault
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
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