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
2022-01-11Spreadsheet: Add mesh topology information with a debug valueHans Goudey
2021-12-16Remove G.relbase_validCampbell Barton
2021-12-14Remove G.save_overCampbell Barton
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-13Docs: document all Global (G) struct membersCampbell Barton
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-11-13Fix splash screen showing on startup with files loaded by scriptsCampbell Barton
2021-11-08Cleanup: Grammar in commentsHans Goudey
2021-11-02UI: always show the cursor while transforming the cursorCampbell Barton
2021-09-16Fix security popup re-displaying after undoCampbell Barton
2021-08-09Fix invalid helps and description of session UUID verificationSergey Sharybin
2021-08-05DRW: New Select Debug EngineGermano Cavalcante
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-10Cleanup: move endian values from BKE_global into BLI_endian_definesCampbell Barton
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-03-15Writefile: only include recovery info in auto-save & quit.blendCampbell Barton
2021-03-15Cleanup: rename G_FILE_RECOVER -> G_FILE_RECOVER_READCampbell Barton
2021-03-15Cleanup: update comments, remove ifdef'd codeCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-29GPU: Remove unused GPU debugging command line optionsJulian Eisel
2020-08-26Cleanup: remove G.debug_value check for old mesh-deform behaviorCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-31Depsgraph: Add command line argument to debug UUIDsSergey Sharybin
2020-06-19Writefile: move file flags to BlendFileWriteParamsCampbell Barton
2020-06-18Python API: path mapping options for library writing functionCampbell Barton
2020-06-18BKE_global: No longer read/write G_FILE_HISTORYCampbell Barton
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-02-06Fluid: Hide Advanced cache optionsSebastián Barschkis
2019-11-18GHOST: Only spam about X11 errors when using --debug-ghostSergey Sharybin
2019-07-16Docs: remove debug value, matching sourceCampbell Barton
2019-07-10Docs: note about select debug valueCampbell Barton
2019-06-17Cleanup: comment spellingCampbell Barton
2019-05-20Cleanup: remove unused G_FLAG_BACKBUFSELCampbell Barton
2019-05-14Preferences: file menu item to temporarily load factory settingsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02WM: Event simulation support for PythonCampbell Barton
2019-02-02BKE_global: clear deprecated flags on load (all of them)Campbell Barton
2019-02-02Cleanup: match logic for merging G.f & G.fileflags on loadCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-02Cleanup: use enum for BKE globalsCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Cleanup: use doxy comments, clarify some textCampbell Barton
2019-01-26Cleanup: redundant definesCampbell Barton
2019-01-17Add experimental batch-delete of hierarchy to Outliner.Bastien Montagne
2019-01-16Cleanup/sanitize usages of G.debug_value.Bastien Montagne
2018-12-05BKE: Add "--debug-gpu-force-workarounds" to force gpu workaroundsClément Foucault