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-11-20* The raw blenderbuttons image (note, I've updated interface_icons.c to now u...Matt Ebb
2006-11-17A fix for an indentation error, and better handling of faces withChris Want
2006-11-16fixed error that was caused by 2 vertex loops center being 0.0 distance apart...Campbell Barton
2006-11-15Woops, I think I committed some wrong versions of the *nix icons the first time,Matt Ebb
2006-11-14Tweaked the makefile build system to copy the new freedesktop iconsMatt Ebb
2006-11-14Added a great new set of Linux Blender icons, conforming to theMatt Ebb
2006-11-14== Script: UV Export ==Martin Poirier
2006-11-13made mesh.getFromObject() accept a python object as well as the object name.Campbell Barton
2006-11-11Fix for bug #4922Chris Want
2006-11-10new image names were being created with 2 ..'sCampbell Barton
2006-11-06Patch #4743, Stephane SopperaTon Roosendaal
2006-11-03added Jiri as a contributer to the obj importerCampbell Barton
2006-11-02added batch import back in - Hold shift as you click importCampbell Barton
2006-11-02attempt to make zero area faces result in NAN or INF loc verts happen less.Campbell Barton
2006-10-30check for devide by zero errorCampbell Barton
2006-10-29An arg was left in that should have been removed, raised an error for reflect...Campbell Barton
2006-10-25added the option to rename objects to their DupGroups name.Campbell Barton
2006-10-21added the option to poly reduce all visible selected objectsCampbell Barton
2006-10-20removed this script since Briggs ported it to CCampbell Barton
2006-10-20Fix from Bob Holcomb, some materials could be floating point value, I have on...Campbell Barton
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