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-04-09Merge branch 'master' into functionsJacques Lucke
2020-04-06Merge branch 'master' into functionsJacques Lucke
2020-04-05Cleanup: spellingCampbell Barton
2020-04-08Cleanup: rename to BLI_path_cwd to BLI_path_abs_from_cwdCampbell Barton
2020-04-08Cleanup: missed renaming BLI_cleanup_unc_16 in recent refactorCampbell Barton
2020-04-07Fix T73566: Mesh analysis, error showing intersecting facesCampbell Barton
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-04-05Cleanup: macro hygiene, parenthesize argumentsCampbell Barton
2020-04-04Cleanup: remove unused methodJacques Lucke
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: add missing #includes to some headersSybren A. Stüvel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-30Merge branch 'master' into functionsJacques Lucke
2020-03-27Fix error in macOS system file detection in recent changesAnkit
2020-03-26Fix T60682: adds macOS alias redirection for directoriesBrecht Van Lommel
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-24Cleanup: spellingCampbell Barton
2020-03-19Cleanup: make format after SortedIncludesJacques Lucke
2020-03-19Merge branch 'master' into functionsJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19VSE: Disk cacheRichard Antalik
2020-03-18Cleanup: Prepare for sorted headers on windowsRay Molenkamp
2020-03-18Cleanup: 64 bit file IO on windows.Ray Molenkamp
2020-03-18Cleanup: Fix build warnings on windows.Ray Molenkamp
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-18Cleanup: spellingCampbell Barton
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-16Merge branch 'master' into functionsJacques Lucke
2020-03-15Cleanup: use 'r_' prefix for return argsCampbell Barton
2020-03-14Cleanup: spellingCampbell Barton
2020-03-12Merge branch 'master' into functionsJacques Lucke
2020-03-11Workbench Simplification RefactorClément Foucault
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-09Merge branch 'master' into functionsJacques Lucke
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-03-06Fix build error on windowsGermano Cavalcante
2020-03-06Fix integer overflow in BLI_mempool_as_arrayN()Sergey Sharybin
2020-03-06Cleanup: use ELEM macro for path slash checksCampbell Barton
2020-03-06Cleanup: avoid use of BLI_cleanup_dirCampbell Barton
2020-03-06Cleanup: remove BLI_cleanup_fileCampbell Barton
2020-03-06Cleanup: spellingCampbell Barton
2020-03-06Cleanup: spellingCampbell Barton
2020-03-05Merge branch 'master' into functionsJacques Lucke
2020-03-05Cleanup: formatting, strip trailing spaceCampbell Barton
2020-03-04Cleanup: remove unused BLI_strncat_utf8Campbell Barton
2020-03-04BLI_string_utils: add BLI_string_join_array_by_sep_charCampbell Barton
2020-03-04BLI_math: inline clamp functionsCampbell Barton
2020-03-04BLI_math: add clamp_v# and clamp_v#_v#v# utility functionsTiago Chaves
2020-03-03Fix delaunay triangulation, bad indices for output faces.Howard Trickey