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-08-06Cleanup: avoid debug-only includes for BLI_assert.hCampbell Barton
2020-07-31Add generic session UUID structures to DNASergey Sharybin
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-07-23DNA: support fixed size integersJacques Lucke
2020-07-03Cleanup: spellingCampbell Barton
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-16CMake: Fix compilation errors related on missing dna_type_offsets.hSergey Sharybin
2020-06-09Cleanup: Move pointcache dna to separate fileJacques Lucke
2020-05-20Fix Windows build after recent guardedalloc changesBrecht Van Lommel
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-03-22Cleanup: spelling, correct Mesh.mface docsCampbell Barton
2020-03-20Cleanup: clang-format, comment indentationCampbell Barton
2020-03-20Cleanup: sort file, struct listsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-17Cleanup: rename 'centre' to 'center' in View3DCampbell Barton
2020-03-17Cleanup: sort DNA renamingCampbell Barton
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-02-19Theme: Radial gradient background and enum for gradient typePablo Dobarro
2020-01-27makesdna: avoid 'alloca' in a for loopCampbell Barton
2019-12-17Cleanup: renaming guiding -> guideCampbell Barton
2019-12-17Fix deprecated DNA define checksCampbell Barton
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-11-21Bevel: Custom Profile and CurveProfile WidgetHans Goudey
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-09-30UI: Remember File Browser Display Options in PreferencesJulian Eisel
2019-09-14Cleanup: undeclared variable warnings, extra semicolonCampbell Barton
2019-09-11DNA: use defaults for SceneEEVEECampbell Barton
2019-09-11DNA: move View3D, View3DOverlay into DNA_view3d_defaults.hCampbell Barton
2019-09-11DNA: defaults for ID typesCampbell Barton
2019-09-11DNA: make DNA_elem_size_nr a public functionCampbell Barton
2019-09-10Fix SDNA error expanding names not updating name array sizesCampbell Barton
2019-09-09DNA: use defaults for Object, Mesh, MaterialCampbell Barton
2019-09-09DNA: add theme & preferences to defaultsCampbell Barton
2019-09-09DNA: initial DNA defaults supportCampbell Barton
2019-08-30Cleanup: spellingCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-05-31makesrna: quiet re-declared enum warningCampbell Barton
2019-05-28Cleanup: use time scrub instead of scrubbingCampbell Barton
2019-05-27Cleanup: Fix warnings in bf_dnaRay Molenkamp
2019-05-27Cleanup: Fix warning in makesdnaRay Molenkamp
2019-05-24Cleanup: correct function nameCampbell Barton
2019-05-22dna_genfile: add SDNA struct/elem queries that use alias namesCampbell Barton
2019-05-21Cleanup: rename nr_* to *_len for DNA codeCampbell Barton
2019-05-21Cleanup: make DNA_struct_find_nr_ex function more compactCampbell Barton