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
2009-09-28- removed 2.4x release/scriptsCampbell Barton
2009-05-04python geometry function Geometry.BezierInterp(vec_knot_1, vec_handle_1, vec_...Campbell Barton
2009-04-15[#7789] 3DS Import , Mesh not correct since Blender 2.44Campbell Barton
2008-05-25for for [bf-blender-Bug Tracker][11843] 3DS importer imports broken meshesCampbell Barton
2008-04-20Patch from Mario Lapin, fixes [#7394] 3ds File Import is brokenCampbell Barton
2007-09-19meshes with no faces would raise an eror when setting their .faceUV to true.Campbell Barton
2007-08-01minor changes from stableCampbell Barton
2007-05-28lamp import was broken.Campbell Barton
2007-05-01fix for adding a 0,0,0 dummy vertex, pointed out in [ #6607 ]Campbell Barton
2007-04-18PyAPI.Campbell Barton
2007-03-27py apiCampbell Barton
2007-03-26py apiCampbell Barton
2007-03-14apply the 3ds matrix to the mesh, This fixes some 3ds files and breaks others...Campbell Barton
2007-02-22Updating own scripts to use Blender.Main, remove Base files.Campbell Barton
2007-01-313ds_export - enabled textures as an option since it works with some appliacti...Campbell Barton
2007-01-043ds_export now exports Texface UV images to 3ds's materials - supports materi...Campbell Barton
2006-12-28made scn.objects more flexible... you can now things like...Campbell Barton
2006-12-28Mech cleanup use new edge_keysCampbell Barton
2006-12-26mesh_skin updated to use ed.key, other minor cleanups.Campbell Barton
2006-12-12dont remove dummy 0 index verts to workaround me.verts.delete([...]) being bu...Campbell Barton
2006-12-11added the flag group_exclusive to materialCampbell Barton
2006-10-20Fix from Bob Holcomb, some materials could be floating point value, I have on...Campbell Barton
2006-09-26removed .parent by mistake in Object.cCampbell Barton
2006-08-25cleanup and some speedups with assigning materialsCampbell Barton
2006-08-25simplified 3ds mesh importing by storing verts and faces in a list rather the...Campbell Barton
2006-07-27updated py scripts for changes in mathutilsCampbell Barton
2006-07-11This shold fix 3ds opening on macs. thx blendixCampbell Barton
2006-07-07added list2MeshWeight and meshWeight2List - faster then the dict equivilents ...Campbell Barton
2006-07-04mesh_mirror_tool.py code cleanup, updated UI, tooltips added docstrig.Campbell Barton
2006-07-04strip 3ds materials names of spaces, 3ds import added a "Bounds" option enabl...Campbell Barton
2006-07-03added python 2.3 set importer for BPyMesh_reduxCampbell Barton
2006-07-02Scripts:Willian Padovani Germano
2006-06-19Made 3ds import remove 0,0,0 dummy vert (Thanks Ken)Campbell Barton
2006-06-16Cleanum, remove unneeded 'raise'sCampbell Barton
2006-06-061 liner, bug that raised an error with textureless materials.Campbell Barton
2006-06-06Added the option to import as a group instance (creates own scene) - works th...Campbell Barton
2006-05-17Made import set the object layer to the current scene layer, applied the 3ds ...Campbell Barton
2006-04-05For 3ds import script, try to get set() function by importing theChris Want
2006-03-14Small updates to import images in win32.Campbell Barton
2006-02-06- Removed workarounds for Blender 2.41Campbell Barton
2006-02-03- Face import tested to be about overall 16x speedup over 0.93.Campbell Barton
2006-02-013ds importer distributed with Blender 2.41 is broken in 2 places so bugfixed ...Campbell Barton
2005-12-19Scripts:Willian Padovani Germano
2005-12-15Scripts:Willian Padovani Germano