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
2007-01-29removing redundant scripts because of new features in blender after discussio...Campbell Barton
2007-01-29removed copy_facedata_multilayer from BPyMesh since it changes the selection ...Campbell Barton
2007-01-29fixed own bug indroduced when switching to use f.edge_keysCampbell Barton
2007-01-29Fixed accelerated openGL command list tri-strip generation for geometry. UV ...Robert Holcomb
2007-01-28Scripts:Willian Padovani Germano
2007-01-28update to the md2 importer.Campbell Barton
2007-01-28updated this script (one of the most out of date)Campbell Barton
2007-01-28bug 5857, python 2.3 compat fix + minor changes.Campbell Barton
2007-01-27minor tweaks from testing scripts. correction in my last commit.Campbell Barton
2007-01-27Updated docs not to use Object.New() in examples, use scn.objects.*Campbell Barton
2007-01-26* nmesh to meshCampbell Barton
2007-01-26fixed some errors, small usability enhancements.Campbell Barton
2007-01-26added option "morph target" since many people complain that verts are re-orde...Campbell Barton
2007-01-26fixed an obscure bug in obj import (possibly in Mesh.c) that made adding edge...Campbell Barton
2007-01-25use better Python 2.4 syntax sorting (in a try so py 2.3 still works)Campbell Barton
2007-01-24More fixes thanks to paprmh.Kent Mein
2007-01-23== Interface ==Matt Ebb
2007-01-22I put stuff into the code that shouldn't have been there. Reverts this small...Kent Mein
2007-01-22Paprmh's fix for the blur plugin.Kent Mein
2007-01-22applied patch 5779 with some modifications to fix own error, (uv indicies cou...Campbell Barton
2007-01-22fixed error on hole filling (http://blender.org/forum/viewtopic.php?p=59062#5...Campbell Barton
2007-01-22Update by JMS for the hotkey script.Campbell Barton
2007-01-20This is taking me longer than I wanted.Kent Mein
2007-01-18removed since it no longer works and with render layers not really needed.Kent Mein
2007-01-18= line ending fix =Tom Musgrove
2007-01-18error in generating projections fixed.Campbell Barton
2007-01-17in seqeffects.c I removed and extra ; and then did a lot of formattingKent Mein
2007-01-17fixed stupid little warning about targets differ in signedness.Kent Mein
2007-01-16dont use python keywords as variable names.Campbell Barton
2007-01-16cleaned up uv island projection generation and added an option 'Init from vie...Campbell Barton
2007-01-16set the render aspect correctly when rendering non square images.Campbell Barton
2007-01-16wasnt working for mixed modesCampbell Barton
2007-01-16Scripts:Willian Padovani Germano
2007-01-16was missing a check for the end edge that made skinning it raise an error.Campbell Barton
2007-01-15when a vert is shared by more then 1 vertloop give a nice error and exitCampbell Barton
2007-01-15=ID Property Script update and api bugfix= Joseph Eagar
2007-01-14Scripts:Willian Padovani Germano
2007-01-14Fix for bug #5680:Brecht Van Lommel
2007-01-13import_obj - name imported objects/mesh dataCampbell Barton
2007-01-13disp_paint - was raising an error when the mesh had no image and texuv was se...Campbell Barton
2007-01-12= removed nendo import/export and tex2uvbaker =Tom Musgrove
2007-01-12error, camera scale couldnt be set. bpyrender now sets ortho properlyCampbell Barton
2007-01-11tested export scripts with a large scene and resolved errors that came up as ...Campbell Barton
2007-01-11improved this scriptCampbell Barton
2007-01-11some PLY files dont have faces, made these import without raising an error.Campbell Barton
2007-01-10= dxf update =Tom Musgrove
2007-01-09forgot to remove when I changed the name.Campbell Barton
2007-01-09ply export patch 5576 applied with parts rewritten.Campbell Barton
2007-01-09Made skinning between 2 open edge loops work betterCampbell Barton
2007-01-09fixes spelling of filename.Campbell Barton