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-03-21move script directories for internal blender scripts.Campbell Barton
2011-03-18fix [#26510] Crash when changing an object's property valueCampbell Barton
2011-03-15fix [#26503] Copy Mirrored UV coords exceptionCampbell Barton
2011-03-15pep8 edits and remove commented code from last commit.Campbell Barton
2011-03-14auto-complete was moving the selection.Campbell Barton
2011-03-13- lightmap pack wasnt reporting no mesh errors properly.Campbell Barton
2011-03-11when checking for windows check sys.platform starts with "win" rather then '=...Campbell Barton
2011-03-09make python UV functions use a popup UI rather then redo UI, they are not fas...Campbell Barton
2011-03-09lightmap pack: made into an operator & added to UV calc menuCampbell Barton
2011-03-09working with bpy 2.5x api, convert into operator next.Campbell Barton
2011-03-09update for py3.x syntax and mostly pep8 compliantCampbell Barton
2011-03-09copy from 2.4x, update to 2.5x next.Campbell Barton
2011-03-09moving to addons & splitting for lazy loading of eps/png/svgCampbell Barton
2011-03-08temp workaround [#26397] Console error when selecting certain entries in the ...Campbell Barton
2011-03-03minor correction for r35312, check the operator returns finished.Campbell Barton
2011-03-02Remove superfluous ()Nathan Letwory
2011-03-01UV layout export: EPS formatCampbell Barton
2011-03-01fix [#26257] Colored UV-Map on exportCampbell Barton
2011-03-01select PoseBone attribute was made only available on bone.Campbell Barton
2011-02-27replace import *'s with named imports (using * is convenient for some scripts...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-23python console namespace fix, merging namespace dicts was no good, since it p...Campbell Barton
2011-02-19fix [#26104] Context Set Boolean op fails [34892i]Campbell Barton
2011-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
2011-02-16bugfix [#26094] Going to Bone Roll menu brings up python errorCampbell Barton
2011-02-15menu to select an enum from an RNA path:Campbell Barton
2011-02-11patch [#25978] mathutils fixes for bpy_types.py and vertexpaint_dirt.pyCampbell Barton
2011-02-11add torus script wasnt registering.Campbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-09use update() rather then update_tag(), needed for making edge data.Campbell Barton
2011-02-08fix own recent error [#25977] Torus disappears when adding "Subdivision Surface"Campbell Barton
2011-02-07rename ID.update() --> update_tag() since this function only tags for updatin...Campbell Barton
2011-02-06fix [#25947] Smart Project is broken SVN r34664 Campbell Barton
2011-02-05update for changes in mathutils.Campbell Barton
2011-02-04pep8 cleanupCampbell Barton
2011-01-24fix [#25757] Torus script uses radians for rotation in panelCampbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-15move to bf-extensionsCampbell Barton
2011-01-15bugfix [#25640] Cannot edit custom property values in it's popup windowCampbell Barton
2011-01-14moving io scripts to 'addons' dir in extensions svn, leaving MDD format since...Campbell Barton
2011-01-14add icons to show community vs official scripts as well as buttons to filter ...Campbell Barton
2011-01-14add ply import into the file menu.Campbell Barton
2011-01-14initial 2.5x api port. basically working.Campbell Barton
2011-01-14python3 updates:Campbell Barton
2011-01-14pep8 cleanup.Campbell Barton
2011-01-14ply importer from 2.4x, no changes made.Campbell Barton
2011-01-14pep8 corrections.Campbell Barton
2011-01-14fix for x3d importerCampbell Barton
2011-01-13fix for NULL missing pointer check, reported on IRC by admix.Campbell Barton