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
2012-11-21py api cleanup, replace use...Campbell Barton
2012-10-27add --debug-handlers so --debug-events isnt so noisy.Campbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-27style cleanup: py apiCampbell Barton
2012-03-04fix for issue raise by patch [#30154] non utf8 buildinfo, fails to import 'bp...Campbell Barton
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2011-12-28Add FFmpeg libraries versions to system-info.txtSergey Sharybin
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-16fix [#29635] Attempts to import the site module are met with a TypeError exce...Campbell Barton
2011-11-26minor bpy api editsCampbell Barton
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton
2011-04-12fix for compile issue on MSVC 2008 due to macro expansion differences with gcc.Andrea Weikert
2011-04-01modification to api docs so release point to:Campbell Barton
2011-04-01- bpy.app.release so python scripts can check if the release is stable or not.Campbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.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-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-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
2010-12-15access bpy.app.debug_value, G.rt internallyCampbell Barton
2010-12-06include getset's for generating module docs.Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-27python access to driver namespace, rather then have a textblock defined for d...Campbell Barton
2010-10-19* Enable compile and link flags to build info also on Windows and in SCons.Nathan Letwory
2010-10-18cflags, cxxflags & linkflags in buildinfo.Campbell Barton
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-10-13use PyC_UnicodeFromByte for bpy.app.tempdir incase of non utf-8 filepathCampbell Barton
2010-10-13patch [#24221] Creating graph from armature doesn't work with unsaved .blend ...Campbell Barton
2010-10-13python api:Campbell Barton
2010-07-16== installation paths ==Andrea Weikert
2010-05-18bpy.app.background - so a python script can check if blender is running witho...Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-14attempt to fix build error on msvcCampbell Barton
2010-03-14strip quites off buildinfo at startup (was doing this for splash screen and p...Campbell Barton
2010-03-14remove unused includesCampbell Barton
2010-03-01patch from Clark Gaebel, use const char * for buildinfo strings, also updated...Campbell Barton
2010-02-13strip quotes from Buildinfo for bpy.app.build_*Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11More tooltip editingDaniel Salazar
2010-02-01Fixed a few lingering compiler warnings with the bpy_app stuffJoshua Leung
2010-02-01ugh!, missed this file tooCampbell Barton