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
2010-09-08new bpy function bpy.path.module_names(path, recursive=False)Campbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-01poll function for py api operator accessCampbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-17apply UserPrefs and Theme rna naming changes.Campbell Barton
2010-08-11python declarative UICampbell Barton
2010-08-09[#23228] Play rendered animation is not workingCampbell Barton
2010-08-07Experemental XML UI, define panels/menus/headers which load at startup like p...Campbell Barton
2010-08-06fix for missing importCampbell Barton
2010-08-06adding back pep8 tag removed r31089.Campbell Barton
2010-08-06SVN maintenance.Guillermo S. Romero
2010-08-06bugfix [#23194] export UVs miss the extension fileCampbell Barton
2010-08-03py/rna update, reload works again.Campbell Barton
2010-08-02minor changes to registration before committing addons fixesCampbell Barton
2010-08-02minor changes to Martni's commit 30961Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-28fix for un-initialized memory use with thumb's & minor internal improvement f...Campbell Barton
2010-07-26in debug mode report the time to load addon modules.Campbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-16== installation paths ==Andrea Weikert
2010-06-09pep8, whitespace editsCampbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-06-01script reload (f8), is closer to working.Campbell Barton
2010-05-30- Python console argument '--python-console', option so you can start blender...Campbell Barton
2010-05-16clear some pep8 warningsCampbell Barton
2010-05-11 bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x)Campbell Barton
2010-05-11utility functionsCampbell Barton
2010-04-21py api. bpy.utils.relpath() function.Campbell Barton
2010-04-16add the modules directory from the user scripts path (if it exists)Campbell Barton
2010-03-21[#21682] help() doesn't work in the consoleCampbell Barton
2010-03-16== Massive Keying Sets Recode ==Joshua Leung
2010-03-15pep8 warningsCampbell Barton
2010-03-08workaround for [#21486] Python debuger pdb don't workCampbell Barton
2010-03-01bugfix [#21405] Error on loading of thumbnails from network renderer [27204]Campbell Barton
2010-02-28remove so-called security patch,Campbell Barton
2010-02-26rename extension to addon after discussion with meta-androcto & mindronesCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-21Better code to prevent loading scripts from .blender/scriptsMartin Poirier
2010-02-21temp workaround for blender loading 2.4x scripts in ~/.blender/scriptsCampbell Barton
2010-02-19fix for empty xyz axis text drawing ontop of everything.Campbell Barton
2010-02-17topology based mirror, (from apricot branch)Campbell Barton
2010-02-16update for missing docs & dont include operator classes in sphinx docs.Campbell Barton
2010-02-16ignore scripts that are loaded twice rather then raising an error.Campbell Barton
2010-02-15make it so an error registering/unregestering wont stop loading scripts, just...Campbell Barton
2010-02-15[#21141] boring segfault on F8/"reload scripts", 26878, backtraceCampbell Barton
2010-02-15initial support for extensions in the user preferencesCampbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-13Remove debug printMartin Poirier
2010-02-12correct fsf addressCampbell Barton
2010-02-11bpy.utils.home_paths, use this to get script paths for the user/local/system ...Campbell Barton