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
2014-02-25Fix for custom property editor when property id's contained quotesCampbell Barton
2014-02-19Keymap: load/save improvementsCampbell Barton
2013-10-16style cleanupCampbell Barton
2013-06-27pep8 cleanupCampbell Barton
2013-06-11fix [#35574] Export Key Map issueCampbell Barton
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton
2013-02-24Big i18n tools update, I/II.Bastien Montagne
2013-01-16style cleanupCampbell 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-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell 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-07-29fix for own regression with handling of script paths, however this didnt work...Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-06-29fix for bug where user scripts path set by an environment variable would writ...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-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-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-20fix [#27922] using preset_paths() with an absolute path returns twice the sam...Campbell Barton
2011-05-20[#27439] Console window doesn't hide on startup when presets are used (Windows)Campbell Barton
2011-05-08fix [#27324] WindowManager.invoke_search_popup() crashes blender and does not...Campbell Barton
2011-05-04fix 2 bugs with addon installationCampbell Barton
2011-05-02fix [#27148] *Invalid Path* in all "operator presets" dropdownsCampbell Barton
2011-04-11api changes needed for for copying old settings to new.Campbell Barton
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in mesh_u...Campbell Barton
2011-03-29use 'is None' rather then '== None' as suggested by python docs & mis-spelling.Campbell Barton
2011-03-25fix for incorrect prints with RNA errors (own fault, CONTAINER_RNA_ID was inc...Campbell Barton
2011-03-22py/api registration:Campbell Barton
2011-03-22fix for error printing class register error, remove an unneeded check.Campbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton
2011-03-21patch from Martin, call classes register/unregister functions.Campbell Barton
2011-03-18hide addon_utils in bpy.utils & tag/remove unused vars in recent commits.Campbell Barton
2011-02-28build system now exclude config-*, turtledemo when copying system python.Campbell Barton
2011-02-28complete lazy loading of py modules to use to a reduced set of pythons module...Campbell Barton
2011-02-27lazy load modules for more scripts.Campbell Barton
2011-02-25pep8 cleanupCampbell Barton
2011-02-21move addon utilities into their own module, these were getting mixed between ...Campbell Barton
2011-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
2011-02-14py rna api: turn class.is_register into a class property rather then a class ...Campbell Barton