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-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
2006-07-28removing this uv relax python script until it has better all round results.Campbell Barton
2006-07-28fixed stupid error in flt_import (only allowed 15 materials, not 16)Campbell Barton
2006-07-28fixed flt_import problem adding materials to the mesh, made untextured faces ...Campbell Barton
2006-07-28Much needed update to flt_import.pyCampbell Barton
2006-07-28removed kloputils, was too old/broken/messy to maintain- functionality needs ...Campbell Barton
2006-07-28renamed texture baker to "Bake Image from UVs"Campbell Barton
2006-07-27uv_vcol_to_image.pyCampbell Barton
2006-07-27Moved this importer to the Mesh module and dropped meshtools dep'sCampbell Barton
2006-07-27updated py scripts for changes in mathutilsCampbell Barton
2006-07-2610-20% speedup with better logic and limit the cache size for box intersections.Campbell Barton
2006-07-26removed the now unneeded resize4d operation for instant 2.43 incompatability. :/Campbell Barton
2006-07-26removed reload,Campbell Barton
2006-07-26rewrote this script, for the new bones api.Campbell Barton
2006-07-26Added a script that makes an image from vertex colors using UV coords. the ad...Campbell Barton
2006-07-26Added the option for all objects to have their UV's packed into the same text...Campbell Barton
2006-07-26Added a note in the object docs about object data and editmodeCampbell Barton
2006-07-26removed unused unzip function from console.py,Campbell Barton
2006-07-26This script randomizes the selected objects loc/size/rot a set ammount.Campbell Barton
2006-07-23Bumped version to 2.42a for release target.Ton Roosendaal
2006-07-20== Sequencer plugins ==Peter Schlaile
2006-07-19Converting a mesh object with modifiers to a temporary mesh duringChris Want
2006-07-18fixed error that mode this script not work in python 2.3Campbell Barton
2006-07-16Bugfix only for a queer bug that occurs (in non of my previous tests) where a...Campbell Barton
2006-07-13The mother of all commits! Bumping version up to 2.42, and new splash.Ton Roosendaal
2006-07-13Missing constant added.Campbell Barton