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
2013-01-16style cleanupCampbell Barton
2013-01-04expose common extensions for image/movie/audio types, since python scripts ha...Campbell Barton
2012-12-20py api: add restrict state context manager (thats python's context not blende...Campbell Barton
2012-12-19dissallow access to the context while addons import and register.Campbell Barton
2012-12-06bpy.ops module/caller classes incorrectly had __keys__ rather then __slots__.Campbell Barton
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-08-25better handle sizes by default for mask mode, now ignore image width/heightCampbell Barton
2012-08-25ability to register your own online manual callbacks - useful for 3rd party a...Campbell Barton
2012-08-17style cleanupCampbell Barton
2012-07-29fix for own regression with handling of script paths, however this didnt work...Campbell Barton
2012-07-18Fix [#32135] FRAMERATE: Framerate display is truncated in selection box.Bastien Montagne
2012-07-04More spell checking.Bastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-29fix for bug where user scripts path set by an environment variable would writ...Campbell Barton
2012-06-28option so operators can be executed with undo enabled (and redo).Campbell Barton
2012-06-20style cleanupCampbell Barton
2012-06-10remove duplicate importCampbell Barton
2012-05-28bpy.utils.time_to_frame() and frame_to_time() utility functions.Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-29fix [#30402] modules dir missing from sys.pathCampbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-03-16py api:Campbell Barton
2012-02-07Code Cleanup: remove unused preset variable.Campbell Barton
2012-01-18cleanup for redefined varsCampbell Barton
2012-01-10enable xml preset save/load, replace install/export themes with these.Campbell Barton
2011-12-30check for presets in addons dirs. this way addons can install their own prese...Campbell Barton
2011-12-11fix for bpy.path.abspath() on windows when the library argument was set and i...Campbell Barton
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-11-16minor cleanupCampbell Barton
2011-11-08cmake & pep8 tidy up, also some style edits.Campbell Barton
2011-11-03modify previous api feature to tag functions as permanent, use nicer decorato...Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-10-11py api: bpy_extras.io_utils.path_reference() - added library argument so expo...Campbell Barton
2011-10-11- bpy.path.abspath(), added optional library argument since any paths from li...Campbell Barton
2011-10-05filter RNA classes for translation (removes over 1300 lines from messages.txt)Campbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-08-12add bpy.types as a module for convenient imports, eg:Campbell Barton
2011-08-02Fixed a few small typos.Kent Mein
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-29pep8 cleanup, also print message when attempting to run in animation player m...Campbell Barton
2011-07-25fix [#28075] After the correction of No.38528 is applied, the following pheno...Campbell Barton
2011-07-20fix [#27922] using preset_paths() with an absolute path returns twice the sam...Campbell Barton
2011-07-20added bpy.path.basename because "//" prefix breaks os.path.basename.Campbell Barton
2011-07-19fix for bpy.path.abspath(), if a path was passed it would get the last direct...Campbell Barton
2011-07-11make python3.3 compatible, __class__ is no longer in the class methods namesp...Campbell Barton
2011-07-01minor pep8 editsCampbell Barton
2011-06-29console autocomp import now excludes '_' prefixed variables and the results a...Campbell Barton
2011-05-20[#27439] Console window doesn't hide on startup when presets are used (Windows)Campbell Barton