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 (Collapse)Author
2008-12-24* bpy curve api wouldn't give correct errors for bad arguments when ↵Campbell Barton
appending nurbs. * the radius on the curves first point was ignored. * mesh_edges2curves.py was giving all points a tilt of 1.0
2008-04-23added ipo script template from blenderartists forTe, made scripts refresh on ↵Campbell Barton
load factory settings and replaced elysiun with blenderartist.org in headers
2007-12-01mesh_edges2curves.py - fix for duplicate pointsCampbell Barton
renderwin.c - stamp info in openGL render
2007-11-23==Python API==Campbell Barton
made it possible to remove curves from python with "del curve[i]" mesh_edges2curves.py - remove unused function.
2006-12-30use new edge/face keys ittributesCampbell Barton
2006-12-28made scn.objects more flexible... you can now things like...Campbell Barton
scn.objects.selected = [] # deselect all scn.objects.selected = scn.objects # select all scn.objects.context = [ob1, ob2...] Added epydoc examples and updates importer scripts to use this de-select-all method.
2006-12-13mesh_edges2curves - edge key optimize and made use of scn.objects rather ↵Campbell Barton
then Object.New().. Object.py - passIndex mistake
2006-07-08vertexpaint_selfshadow_ao adds face uv to the mesh if there not alredy there...Campbell Barton
added GPL header and docstrings to other scripts removed double batch_name_edit, same file is object_batch_name_edit
2006-02-08This script converts open and closed edge loops into polylinesCampbell Barton
Supported: Polylines where each vert has no more then 2 edges attached to it.