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
2015-06-03I18n extract: better handling of commandline args.Bastien Montagne
2015-05-31Python: avoid mutable default param valuesCampbell Barton
2015-05-29Fix wrong 'check context' handling in addon i18n messages generator.Bastien Montagne
2015-05-25I18n message extractor script: py code: do not consider strings inside 'Compa...Bastien Montagne
2015-05-25Fix T44822: python enums' itemf callback did not handle 'NULL' context case.Bastien Montagne
2015-05-17Fix own error deleting previewsCampbell Barton
2015-05-17Cleanup: pep8Campbell Barton
2015-05-12PyAPI: Remove release method, just use delitemCampbell Barton
2015-05-12Doc: add bpy.utils.previewsCampbell Barton
2015-05-12Doc: minor fixesCampbell Barton
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-05-02Turn bpy.utils into a package, so that we can easily add submodules to it.Bastien Montagne
2015-04-23Py API: Remove deprecated callback_addCampbell Barton
2015-04-20I18n: Add Vietnamese language.Bastien Montagne
2015-04-13Cleanup: do not use _reportf() when not doing any string formating!Bastien Montagne
2015-04-13Py API: default arg for location_3d_to_region_2dCampbell Barton
2015-04-09Error in own last commitCampbell Barton
2015-04-09UI: Extend preset menuCampbell Barton
2015-04-06UI i18n cleanup...Bastien Montagne
2015-03-26Fix T44137: bpy.path.is_subdir failsCampbell Barton
2015-03-25Fix T44026: ID prop delete leaves names in _RNA_UICampbell Barton
2015-03-24Fix T44089: All addons do not use same default for orientations.Bastien Montagne
2015-03-16I18n: update for new akward algo names in UI messages...Bastien Montagne
2015-02-28I18n: Do not skip Polish anymore, translation work has started on it.Bastien Montagne
2015-02-26Workaround T43491: Python readline causes crashCampbell Barton
2015-02-18Include SDL information in system info text.Sybren A. Stüvel
2015-02-16Fix bake action visual-keying optionCampbell Barton
2015-02-16UI messages fixes and cleanup.Bastien Montagne
2015-02-13cleanupCampbell Barton
2015-02-12Addons: print short message if an addons missingCampbell Barton
2015-02-03Fix T42510: bake animation wrong result.Bastien Montagne
2015-01-29cleanup: pep8Campbell Barton
2015-01-28cleanup: py importsCampbell Barton
2015-01-23PyAPI: don't adjust prefs when an fails to loadCampbell Barton
2015-01-23PyAPI: avoid scanning all addons on startupCampbell Barton
2015-01-23PyAPI: use set.discard instead of set-subtractionCampbell Barton
2015-01-23Cleanup: replace deprecated imp -> importlibCampbell Barton
2015-01-21Remove 'addons_extern' was used before git moveCampbell Barton
2015-01-19I18n tools minor update.Bastien Montagne
2015-01-14PyAPI: name OrientationHelper (io prefix in module name already)Campbell Barton
2015-01-14Py IO utils: Add helper class to handle orientation (axes).Bastien Montagne
2015-01-12correct last commit: less cryptic camera checkCampbell Barton
2015-01-12Fix T43206: region_2d_to_origin_3d has no ortho offsetCampbell Barton
2015-01-06Remove slurph shape-key featureCampbell Barton
2015-01-06Cycles: Repot CPU and CUDA capabilities to system info operatorSergey Sharybin
2015-01-02Fix (unreported) 'pad9' not shown by UserPrefs' KeyBinding filter.Bastien Montagne
2014-12-29I18n scripts: minor spelling exceptions update.Bastien Montagne
2014-12-23Add missing keymap for paint curveCampbell Barton
2014-12-18Fix T42943: Crash with multiple calls to rna_info.BuildRNAInfo()Campbell Barton
2014-12-18PyAPI: disallow assigning members to 'bpy.ops'Campbell Barton