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-10-13fix for [ #5093 ] OBJ importer gives errors on usageCampbell Barton
2006-10-12* Added the bfont TTF itself, along with the source of my changes for lighterMatt Ebb
2006-10-11BPyRender sets renderlayers right nowCampbell Barton
2006-10-09BPyRender.imageFromObjectsOrtho's now sets all layers visible,Campbell Barton
2006-10-08Adding a new script. heres the docstring.Campbell Barton
2006-10-08removed unusued vars from Geometry.cCampbell Barton
2006-10-07Added python func Blender.Geometry.LineIntersect2D(v1,v2,v3,v4)Campbell Barton
2006-10-05images wernt being applied to textures on importCampbell Barton
2006-10-05Slw_sl fixed start/end frame exportCampbell Barton
2006-10-05pup block was being called too late and frames were not being set on exportCampbell Barton
2006-10-03updated to use some of the new additions to vector and minor speedups,Campbell Barton
2006-10-01added a BPyObject.py with 1 function- getDerivedObjects, gets all dupliObject...Campbell Barton
2006-09-28export matrix was wrong, cleanup import, more memory efficient and import the...Campbell Barton
2006-09-27Adding MDD import and export from patch 4969 with modifications, (import and ...Campbell Barton
2006-09-26removed .parent by mistake in Object.cCampbell Barton
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