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
2006-09-25corrected image doc mistake - image.makeCurrent()Campbell Barton
2006-09-25forgot to add 'island margin' - so you can have a gap around each island so t...Campbell Barton
2006-09-25Optimized merging uv islands when packing by testing only intersections of bo...Campbell Barton
2006-09-25* Proportional edit mode 'random' falloffMatt Ebb
2006-09-25BPyMessages - added "Save over" message for scripts to use, so as not to over...Campbell Barton
2006-09-21adding a script that copies material colors to vertex colors,Campbell Barton
2006-09-20fix in MTL library loading, if none is spesified the same name as the OBJ is ...Campbell Barton
2006-09-20makes image paths relative even if the files referenced exist.Campbell Barton
2006-09-20OBJ Import should now meet up to the python standardsCampbell Barton
2006-09-20Update and add a new script -Campbell Barton
2006-09-18error in place holder creation function was making the image twice, effected ...Campbell Barton
2006-09-17added mesh_create_derived_view(ob) to DerivedMesh.cCampbell Barton
2006-09-15changed the defaults for image edit. will open the image instantly with no op...Campbell Barton
2006-09-09fixed error fix in obj import mesh splitting.Campbell Barton
2006-09-08Enabled threads for rendering.Campbell Barton
2006-09-08Script that bakes procedural textures into an image.Campbell Barton
2006-09-07removed inverted and normalized from py scriptsCampbell Barton
2006-09-05resolved invalid bounding box from the object by freeing a new meshes boundin...Campbell Barton
2006-09-05==blender2cal3d update==Tom Musgrove
2006-09-04removing old obj importerCampbell Barton
2006-09-04rewrite of the obj importer,Campbell Barton
2006-08-30Silly mistake, made adding edges raise an exception.Campbell Barton
2006-08-29Improved tri to quad converting.Campbell 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-08-16A mesh from the Blender python Mesh module can sometimes haveChris Want
2006-08-15fixed a problem with UV coords and vert col's when reducing the mesh.Campbell Barton
2006-08-09Adding a cookie cutter that can cut multiple polyline meshes into multiple me...Campbell Barton
2006-08-07==unweld script update==Tom Musgrove
2006-08-07==unweld script update==Tom Musgrove
2006-08-07Removed debug line added when testing for matrix memory leaks that messed up ...Campbell Barton
2006-08-06added rotate 90d to obj export as default to match importerCampbell Barton
2006-08-04benchmark bvh output..Campbell Barton
2006-08-04found that the rotation order is as defined in the BVH file, store and apply ...Campbell Barton
2006-08-03Solaris was still using compress for make release.Kent Mein
2006-08-03Option to support non standard BVH files. (alternate rotation order)Campbell Barton
2006-08-03materials should render after import without having to enable texface.Campbell Barton
2006-08-02Made this script test 4 different collapse locations and use the one that res...Campbell Barton
2006-08-01Mostly finished work on bvh import.Campbell Barton
2006-08-01Adding back bvh2arm.py - There is a problem when working with BVH files (smal...Campbell Barton
2006-07-31Made all the scripts use the file browser for saving imagesCampbell Barton
2006-07-31Added a octree implimentation for doing fast locational vertex lookups.Campbell Barton
2006-07-31rewrote bvh import to be modular,Campbell Barton
2006-07-30Cleaned up and made a bit more efficient.Campbell Barton
2006-07-30Fixed some logical errors and improved skinning method some more.Campbell Barton
2006-07-29problem reported with making aeroplane wings,Campbell Barton
2006-07-29Fixed a bug in obj_importCampbell Barton
2006-07-29Mostly fixed archimap issue where "fill holes" - island filling would hang th...Campbell Barton
2006-07-29removed image_bake_from_uvs and replaced it with a module that does all the w...Campbell Barton
2006-07-28Big speedup, 2-3x, from better mesh importing.Campbell Barton