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-10-03Python: bump minimum version to 3.6Campbell Barton
2015-12-08Python: remove support for Python 3.4Campbell Barton
2015-05-18UI: errors in buttons now show in info reportCampbell Barton
2014-04-30Python: move to version 3.4x on all platformsCampbell Barton
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2012-12-06bump python requirement to 3.3Campbell Barton
2012-11-05hopefully fixes building on msvc, also some minor header editsCampbell Barton
2012-11-05default to Python3.3 on Linux for SCons and CMake, warn when building with py...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-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-20fix for crash when loading a file from a script, and executing user modules i...Campbell Barton
2011-03-12py/rna: BPy_reports_to_error() now takes the exception type as an argument an...Campbell Barton
2011-03-09- correct python3.1 warning message.Campbell Barton
2011-03-07Drop support for python 3.1.Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23remove unused functions,Campbell Barton
2011-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2010-12-31update python api with changes from Joshua's commit r33917. translate reports...Campbell Barton
2010-09-01bugfix [#23285] Exporters not available whel using special characters in path...Campbell Barton
2010-08-14- PyLineSpit() - used to print the filename and line number for internal erro...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-01bpy.props.IntVectorProperty & BoolVectorPropertyCampbell Barton
2009-12-31remove python api cruft from custom operator registrationCampbell Barton
2009-09-03remove Py_CmpToRich (copy of py3.0 function), instead only support == and != ...Campbell Barton
2009-08-10fix for build problem with audiospace and implicit declaration.Campbell Barton
2009-08-10Wrap message with " as the ' was giving issues.Guillermo S. Romero
2009-08-10remove python2.x supportCampbell Barton
2009-08-07bpy_context_set and bpy_context_clear to replace a number of functions (some ...Campbell Barton
2009-07-19Python operatorsCampbell Barton
2009-06-14Blender/Python APICampbell Barton
2009-05-25Store the context for python in a static variable with assessor functions - B...Campbell Barton
2009-04-19RNA: Generic Type RegistrationBrecht Van Lommel
2009-04-11Added back importing UI scripts rather then running,Campbell Barton
2009-04-01Python Panels WIPCampbell Barton
2009-03-21get rid of warnings, fix for a refcount errorCampbell Barton
2009-03-202.5Ton Roosendaal
2009-03-19* removed warnings and fixed some python refcount errorsCampbell Barton
2009-03-02* errors in bpyui draw scripts were segfaultingCampbell Barton
2009-02-28Python experimental UI APICampbell Barton
2008-12-28PyOperator invoke function now receives the wmEvent and default properties as...Campbell Barton