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
2018-09-13Cleanup: use PyImport_GetModuleDictCampbell Barton
2018-09-03PyAPI: add optional imports to expression eval APICampbell Barton
2018-08-31PyAPI: replace checks for invalid input w/ assertCampbell Barton
2018-08-31C/Python API: Add PyC_RunString_AsIntPtrCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-07Python API: Initial 'imbuf' APICampbell Barton
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-04-02Logging: use for Python APICampbell Barton
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton
2017-07-17PyAPI: don't use deprecated PyModule_GetFilenameCampbell Barton
2017-05-25Fix T51444: Unit tests don't run on WindowsCampbell Barton
2017-03-18PyAPI: add BPY_execute_string_as_stringCampbell Barton
2017-03-18Cleanup: use return args last and 'r_' prefix.Campbell Barton
2016-07-02Cleanup: comment blocksCampbell Barton
2016-05-11Cleanup: unused win32 headersCampbell Barton
2016-04-01Generic check for string being a Py keywordCampbell Barton
2015-12-31Cleanup: Py API namingCampbell Barton
2015-10-20Cleanup: remove _POSIX_C_SOURCE undefineCampbell Barton
2015-10-08BLI_path api, minor changes to CWD handlingCampbell Barton
2015-08-31Fix T45955: Python's pdb can't show script sourceCampbell Barton
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-11Add argument --python-expr to pass Python directlyCampbell Barton
2015-05-18UI: errors in buttons now show in info reportCampbell Barton
2015-04-16Cleanup: remove redundant initializersCampbell Barton
2015-04-01Real fix for T44127: Python does not guarantee to free all objects on exit...Bastien Montagne
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-09-29Cleanup: spellingCampbell Barton
2014-07-01Python: remove redundant castsCampbell Barton
2014-06-17New python API for units handling.Bastien Montagne
2014-06-16Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a))Campbell Barton
2014-05-01Code cleanup: remove unused kludge for Py/Win encodingCampbell Barton
2014-05-01Fix T31555: Username with special chars in Windows 7Bastien Montagne
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Fix T35176: Python fails with blend files from non-ASCII pathsCampbell Barton
2014-03-05Alternative fix for T38753, use existing __file__ in namespaceTamito Kajiyama
2014-02-22Fix T38753: Python script paths weren't escaped (Win only)Campbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-12Fix T38541: sys.exit fails when blender is built as a py-moduleCampbell Barton
2014-01-06Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree)Campbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-12-23Move python threading stuff to own file in bf_python_extSergey Sharybin
2013-12-17Partial fix for T37604: Deadlock when stopping rendered viewport (Blender Int...IRIE Shinsuke
2013-12-06BMesh Py API: add bmesh.geometry.intersect_face_point()Campbell Barton
2013-09-19replace macro PYC_INTERPRETER_ACTIVE for PyC_IsInterpreterActive() function c...Campbell Barton