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
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
2011-05-19fix [#27432] [2.57/scripts/modules/bpy/path.py:169] can't concat bytes to strCampbell Barton
2011-05-08fix [#27324] WindowManager.invoke_search_popup() crashes blender and does not...Campbell Barton
2011-05-06patch [#27205] Infinite recursion inside resolve_ncase() when passed a driver...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-04fix [#26757] Python console: help() doesn't work anymoreCampbell 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-23missed committing this beforeCampbell 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-27lazy load pydoc module. move help() replacement into console code rather then...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
2011-02-14SVN maintenance.Guillermo S. Romero
2011-02-11bpy.utils.register_module() generator could go into eternal loop.Campbell Barton
2011-02-11UI functions added to existing UI classes (operators adding their own menus f...Campbell Barton
2011-02-11use weak references for the internal metaclass typemap,Campbell Barton
2011-02-11minor python register changes.Campbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-01Pythons path functions - os.walk(). os.path.exists(). etc support bytes for p...Campbell Barton
2011-01-15py api: bpy.path.abspath(), option to return relative to a path other then th...Campbell Barton