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
2011-02-26fix for 'live edit', running python scripts as you typeCampbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22blender as module - workaround for not knowing __file__ when the module is in...Campbell Barton
2011-02-22feature back from 2.4x where a python error moves the cursor to the error lin...Campbell Barton
2011-02-21build python module without binreloc, add dummy argv[0] to initialize bprogname.Campbell Barton
2011-02-21Experimental option to build blender as a python module, rather then blender ...Campbell Barton
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...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
2011-02-08problem with blender and python 3.2Campbell Barton
2011-02-01correct fix for bug #23871, __main__ module was being overwritten in nested f...Campbell Barton
2011-02-01own fix for bug #23871 (r33277), crashes when running multiple operators in a...Campbell Barton
2011-01-19new command line option '--factory-startup' to skip reading startup.blend. us...Campbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2010-12-23remove reload() from builtins since python3 no longer uses this.Campbell Barton
2010-12-07minor internal python api change - pass the context rather then getting from ...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-24bugfix [#24884] Loading any preset leads to crashCampbell Barton
2010-11-24bugfix [#23871] OSX panel button bug (Python Namespace issue)Campbell Barton
2010-10-31own recent commit broke this python import:Campbell Barton
2010-10-30use PyImport_ExtendInittab for py module initialization rather then adding to...Campbell Barton
2010-10-27workaround for python bug [#24400] If Script is executed with TEXT Editor, it...Campbell Barton
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-10-04- use own string conversion function over PyUnicode_FromString when convertin...Campbell Barton
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-09-18* Update BGE for change in r32001Nathan Letwory
2010-09-18move namespace creation function into py_capi_utils.c, to be used in more gen...Campbell Barton
2010-09-15Don't do weird PYTHONPATH juggling anymore. Debug build crash doesn't happen ...Nathan Letwory
2010-09-04Silence warning about BLI_sprintfNNathan Letwory
2010-08-05bugfix [#23148] "ImportError: __import__ not found" on changing Render FPSCampbell Barton
2010-08-03py/rna update, reload works again.Campbell Barton
2010-08-02minor changes to Martni's commit 30961Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-08-01set blender binary name for pythonCampbell Barton
2010-08-01- new __main__ module wasnt de-referenced after adding into sys.modulesCampbell Barton
2010-08-01bugfix [#23129] alt-p in the texteditor doesn't work anymoreCampbell Barton
2010-07-29minor changes to r30843Campbell Barton
2010-07-28bugfix [#23065] Pickle can not dump instances of user defined classesCampbell Barton
2010-07-27bugfix [#22027] Group disappears in render after adding a group instanceCampbell Barton
2010-07-26bugfix [#23018] Can't run 2.53 buildCampbell Barton
2010-07-08added imports to templatesCampbell Barton
2010-07-08- duplicating a scene now duplicates all strips (not just selected ones)Campbell Barton
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-07-03- changes to the sequencer so new strips use the data name.Campbell Barton
2010-06-02error in last commitCampbell Barton
2010-06-02include the blendfile name when executing python scripts, so when using libra...Campbell Barton