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
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-02-24PyAPI: Fix memory leak of parameters used for python 'draw_callbacks'Germano Cavalcante
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-10-15Cleanup: remove duplicate context variable (__py_context)Campbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-17Fix T66256: Context overrides crash when operators change contextCampbell Barton
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-17Cleanup: split BPY_extern_python into it's own headerCampbell Barton
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Workaround release builds failingCampbell Barton
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Python: include Python stack trace in the crash logDaniel Bailey
2020-07-27UI: improve errors when evaluating a number button failsCampbell Barton
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-01-16Python: disable environment variables by defaultCampbell Barton
2019-12-11PyAPI: add utility functions get the size from an evaluated stringCampbell 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-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-11-10Merge branch 'master' into blender2.8Campbell Barton
2018-11-10PyAPI: add imports arg to BPY_execute_stringCampbell Barton
2018-09-03Merge branch 'master' into blender2.8Campbell Barton
2018-09-03PyAPI: add optional imports to expression eval APICampbell Barton
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-31C/Python API: Add PyC_RunString_AsIntPtrCampbell Barton
2018-06-11Drivers: ensure Python expressions are cached with copy-on-write.Brecht Van Lommel
2017-03-18PyAPI: add BPY_execute_string_as_stringCampbell Barton
2017-03-18Cleanup: use return args last and 'r_' prefix.Campbell Barton
2016-07-30Py-Driver: add 'self' optionCampbell Barton
2016-04-01Generic check for string being a Py keywordCampbell Barton
2015-12-31Cleanup: Py API namingCampbell Barton
2015-06-11Add argument --python-expr to pass Python directlyCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-12-17Partial fix for T37604: Deadlock when stopping rendered viewport (Blender Int...IRIE Shinsuke
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-06-10code cleanup: group python reset functions in BPY_python_reset()Campbell Barton
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-05-09Python/context: python could get invalid bpy.data in scene update handler afterBrecht Van Lommel
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-17pydrivers: 'frame' is now in the driver namespace,Campbell Barton
2011-11-03ability to have permanent callbacks that stay active when new blend files are...Campbell Barton