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
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
2013-09-02Add poll message when poll fails because of window missing from the context.Campbell Barton
2013-06-12minor changes to the script auto-execution based on Brecht's suggestions.Campbell Barton
2013-06-10fix [#35691] Context Override replaces instead of overridesCampbell Barton
2013-06-10Python script auto-execution changes:Campbell Barton
2013-06-10code cleanup: group python reset functions in BPY_python_reset()Campbell Barton
2013-04-23minor changes to get numpy working with locally bundled python.Campbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-02-19fix [#34275] Text autocomplete cuts words with accents or special charactersCampbell Barton
2013-02-07fix for regression in bpy-api, python context passed to operators couldn't ov...Campbell Barton