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-03-26Cleanup: redundant cast, unused argumentsCampbell Barton
2020-03-25Cleanup: use const to for some mask argumentsCampbell Barton
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-25Fix T74662: Prefetching causes random crashesRichard Antalik
2020-03-24Cleanup: spellingCampbell Barton
2020-03-24Fix invalid comma useCampbell Barton
2020-03-24Fluid: Enforce minimum thickness to planar flow / effector objectsSebastián Barschkis
2020-03-23Bump subversion for previous theme additionsJulian Eisel
2020-03-23Fix T72632: Blender crashes using Jack with AV Sync enabled (repeatable)Jörg Müller
2020-03-22Fix T73988: Mantaflow fluid simulation - Particles for Spray, Foam and Bubble...Sebastián Barschkis
2020-03-22Cleanup: use static declarationCampbell Barton
2020-03-21Cleanup: compiler warningsBrecht Van Lommel
2020-03-20Multires: Fix assert when removing modifier in edit modeSergey Sharybin
2020-03-20Cleanup: Use IDTypeInfo data for `id_swap` functions.Bastien Montagne
2020-03-20Cleanup: Move `BKE_libblock_get_alloc_info` to using IDTypeInfo.Bastien Montagne
2020-03-20Fix T74154: Mantaflow crash: Baking data for domain type fluid on a plane.Sebastián Barschkis
2020-03-20Cleanup: clang-format, comment indentationCampbell Barton
2020-03-20Cleanup: sort file, struct listsCampbell Barton
2020-03-20Cleanup: remove old header conventions recently re-introducedCampbell Barton
2020-03-20Cleanup: remove debug print accidentally included in own previous commit.Bastien Montagne
2020-03-19Cleanup: fix typos in commentsBrecht Van Lommel
2020-03-19Cleanup: silence warnign in volume grid codeStephan
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Fix typos in names fo new mesh and texture IDTypeInfo.Bastien Montagne
2020-03-19Multires: Support "Subdivide" for Simple subdivision typeSergey Sharybin
2020-03-19Multires: Optimize memory usage furtherSergey Sharybin
2020-03-19Multires: Reduce memory footprint after previous fixSergey Sharybin
2020-03-19Multires: Subdiv, properly support base edge creaseSergey Sharybin
2020-03-19GPencil: Cleanup - Split BKE_gpencil.h geometry functions into BKE_gpencil_ge...Antonio Vazquez
2020-03-19Subdiv: Make Blender crease to OSD sharpness reusableSergey Sharybin
2020-03-19Multires: Add missing context initializationSergey Sharybin
2020-03-19Multires: Cleanup, typo in type nameSergey Sharybin
2020-03-19Multires: Store modifier pointer for subdivideSergey Sharybin
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19Cleanup: `make format` (and adding . to end of comment)Dalai Felinto
2020-03-19UI: add view aligned gizmo colorCampbell Barton
2020-03-19Cleanup: use '\' for doxygen commandsCampbell Barton
2020-03-19Cleanup: spellingCampbell Barton
2020-03-19Fix building on Linux as '__time64_t' isn't portableCampbell Barton
2020-03-19VSE: Strip drawing improvementsRichard Antalik
2020-03-19VSE: Disk cacheRichard Antalik
2020-03-19Fluid: Fixed issue with intial velocities in liquid domainsSebastián Barschkis
2020-03-18Cleanup: 64 bit file IO on windows.Ray Molenkamp
2020-03-18Cleanup: spellingCampbell Barton
2020-03-18Volumes: add render settings for volume datablockBrecht Van Lommel
2020-03-18Objects: Eevee and workbench rendering of new Volume, Hair, PointCloudBrecht Van Lommel
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-18Weight Paint: Implement a new Lock-Relative mode.Alexander Gavrilov
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-17Cleanup: Fix warnings about function signature of register passRay Molenkamp