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-10-10Fix T46437: Make progress report py helper resitent to 'zero steps' passed va...Bastien Montagne
2015-10-05Image Py API: Expose 'load_exists' to RNA image load(), and extend load_image...Bastien Montagne
2015-09-28i18n extraction tools: keep even better order of entries in PO files.Bastien Montagne
2015-09-23Fix T46220: Add torus has no 'layers' optionCampbell Barton
2015-09-18Minor edits to sys-infoCampbell Barton
2015-09-10Fix T46048: Custom properties UI redraw issueCampbell Barton
2015-09-07Fix T46040: Bake action cleans existing keyframesCampbell Barton
2015-09-03PyAPI: tweak to ensure_ext don't lower entire pathCampbell Barton
2015-09-03Fix: Made bpy.path.ensure_ext compatible with compound extensions.Sybren A. Stüvel
2015-09-01Fix T45931: Blender Fails to generate previews.Bastien Montagne
2015-09-01Cleanup: pep8Campbell Barton
2015-08-30Preview generation module: explicitly exclude any lib item.Bastien Montagne
2015-08-28Revert "Blind attempt to fix T45931: Blender Fails to generate previews."Bastien Montagne
2015-08-28Blind attempt to fix T45931: Blender Fails to generate previews.Bastien Montagne
2015-08-25Usual i18n messages fixes. Also had to update i18n scripts to new BLT module...Bastien Montagne
2015-08-18system-info.txt was quoting ffmpeg lib namesCampbell Barton
2015-08-10Data previews: add utils to generate/clear previews.Bastien Montagne
2015-08-04Docs: comment functions in BLI & Py APICampbell Barton
2015-08-03Fix T45644: bpy.utils.smpte_from_frame drops frameCampbell Barton
2015-07-17Fix for nodeitems module using the NODE_MT_add menu types from bl_ui.Lukas Tönne
2015-07-14Usual i18n messages fixes...Bastien Montagne
2015-07-11Add some basic report/timing/logging tool as util py module `progress_report`.Bastien Montagne
2015-06-23Missed changing default arg in addon_utils.disableCampbell Barton
2015-06-18update hand written rst docsCampbell Barton
2015-06-15Usual minor i18n/UI messages fixes.Bastien Montagne
2015-06-14Fix error enabling an already enabled addonCampbell Barton
2015-06-14Fix addon_utils.checkCampbell Barton
2015-06-13addon_utils default mismatch /w enable/disableCampbell Barton
2015-06-13Python API: use cached translation tablesCampbell Barton
2015-06-13Translations utils: add needed bits to update git repo together with svn trunk.Bastien Montagne
2015-06-08Use context manager for reading addon headersCampbell Barton
2015-06-08Fix: a broken symlink to an addon resulted in a blank addon tabSybren A. Stüvel
2015-06-08rename wiki -> manualCampbell Barton
2015-06-07Cleanup: pep8Campbell Barton
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