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-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2021-06-14PyAPI: remove deprecated bpy.app.binary_path_pythonCampbell Barton
2021-05-30Docs: clarify description and usage of 'bpy.app.version_file'Aaron Carlisle
2021-03-04Cleanup: replace Py_CLEAR with Py_DECREF in bpy.app modulesCampbell Barton
2021-01-29GPU: Remove unused GPU debugging command line optionsJulian Eisel
2020-11-01Revert "PyAPI: remove bpy.app.binary_path_python"Campbell Barton
2020-10-28PyAPI: remove bpy.app.binary_path_pythonCampbell Barton
2020-10-28Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-28PyAPI: point sys.executable to the Python binaryCampbell Barton
2020-10-22PyAPI: expose the file version via bpy.app.version_fileCampbell Barton
2020-10-09PyDoc: resolve duplicate module warningsCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-18Cleanup: use 'UI_icon_*' prefix for icons APICampbell Barton
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-07-13LibOverride: Cleanup: Remove option to disable library overrides.Bastien Montagne
2020-05-29Blender: change bugfix release versioning from a/b/c to .1/.2/.3Brecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-31USD: Include USD library version in System InfoSybren A. Stüvel
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-06-21Cleanup: spelling, grammar, and other correctionsCampbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-12UI: alternate fix for T65702, handling of auto-saving userprefsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-02WM: Event simulation support for PythonCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-17PyAPI: minor change to bpy.app.debug_value exception handlingCampbell Barton
2019-01-16Cleanup/sanitize usages of G.debug_value.Bastien Montagne
2018-11-26Timer: Generic BLI_timer with Python wrapperJacques Lucke
2018-11-23Python API: restore bpy.app.autoexec_fail variables, some scripts use it.Brecht Van Lommel
2018-11-01Fix bpy.app, sentinel was removed by accidentCampbell Barton
2018-11-01UI: show blocking popup when auto execution of scripts is disabled.Brecht Van Lommel
2018-10-19Make Static Override optional/hidden by default.Bastien Montagne
2018-10-17Merge branch 'master' into blender2.8Bastien Montagne
2018-10-17Expose 'debug_io' flag in bpy.appBastien Montagne
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-04-20UI: Python API defining dynamic iconsCampbell Barton
2018-03-16Depsgraph: Support colored addresses in debug printsSergey Sharybin
2018-03-12Depsgraph: Make timing profile a command line optionSergey Sharybin
2018-02-21Depsgraph: Split debug flagsSergey Sharybin