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-12-17=IDProperties Python Test GUI Script update= Joseph Eagar
2006-12-17=IDProperties Python update= Joseph Eagar
2006-12-17Use ed.key and face.edge_keys to build connectivity data faster.Campbell Barton
2006-12-16made editmode select grouped work with mixed selections - can show select gro...Campbell Barton
2006-12-16update to Axiscopy, more error checking. basic functionality the same.Campbell Barton
2006-12-15made the hax height of the clever_numbers 8 rather then 5, was wrapping on to...Campbell Barton
2006-12-15removing uvcalc_from_adjacent for review on Sunday's meeting.Campbell Barton
2006-12-15Shift flips the current axis your draging.Campbell Barton
2006-12-15Updated, optimizations and cleanup.Campbell Barton
2006-12-14new Uv-Calculation tool,Campbell Barton
2006-12-14faster sorting syntax in python, try/except for py 2.3 backwards compatCampbell Barton
2006-12-14fixed mouseViewRay in BPyWindow, was not applying the objects matrix to the m...Campbell Barton
2006-12-14object_apply_def - use new BPy Object API funcs, no error in localviewCampbell Barton
2006-12-13mesh_edges2curves - edge key optimize and made use of scn.objects rather then...Campbell Barton
2006-12-12simple change, madeCampbell Barton
2006-12-12popup error if the active objects datatype cant have keys as well as other ca...Campbell Barton
2006-12-12added many checks to uvcopy so it dosnt raise errors.Campbell Barton
2006-12-12bevel_center.py - avoid 2 python errors. (doing recursive before bevel, now U...Campbell Barton
2006-12-12made the script work with no images, redraw when done and some optimizations.Campbell Barton
2006-12-12Added a new Python slot "UvCalculate", moved Archimap and "UVs from adjacent"...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-12-08Preview.blend: made lightgroup "Override" for all lamps, to allowTon Roosendaal
2006-12-07Adding a function that gets a list of polylines from a curve objectCampbell Barton
2006-12-02UV islands are now detected by edge connection (was using verts) - added supp...Campbell Barton
2006-12-01Made work with new vertex colorsCampbell Barton
2006-11-29request from malefico - select faces based on there weight in the active group.Campbell Barton
2006-11-28when importing am OBJ referencing an unknown image (PSD in linux for eg) - it...Campbell Barton
2006-11-27=md2_export.py small fix= Joseph Eagar
2006-11-27previous commit to fix this script with VCols didnt work, should be ok now.Campbell Barton
2006-11-26removing image bake scripts to make room for Ton's built in baking stuff.Campbell Barton
2006-11-26minor change so other scripts can call image_edit.edit_extern(img) to edit an...Campbell Barton
2006-11-25Was crashing the import_obj script when using Python 2.3.Ed Halley
2006-11-24modified to support new vcol operation (separate from tface)Campbell Barton
2006-11-23Bugfix #5289: "Shape Wizard Widget" script was using non-existant key:Ken Hughes
2006-11-22=Texture Plugins=Chris Want
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