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
2009-09-28- removed 2.4x release/scriptsCampbell Barton
2009-05-22Removed use of CrossVecs, DotVecs, CrossQuats and DotQuatsCampbell Barton
2008-12-14bugfix in pickMeshRayFaceWeight() in bpymodules/BPyMesh.pyRemigiusz Fiedler
2007-08-12left a print in and didnt account for no vgroups BPyMesh also had an error wh...Campbell Barton
2007-04-28Draw.c - error setting the callback button values when using UIBlock (was not...Campbell Barton
2007-04-18PyAPI.Campbell Barton
2007-04-08Adding a 'solid wire' script.Campbell Barton
2007-04-07appending libdata no longer breaks all external references.Campbell Barton
2007-03-26py apiCampbell Barton
2007-02-22Updating own scripts to use Blender.Main, remove Base files.Campbell Barton
2007-02-01fixed nieve use of type()..Campbell Barton
2007-01-29removed copy_facedata_multilayer from BPyMesh since it changes the selection ...Campbell Barton
2007-01-29fixed own bug indroduced when switching to use f.edge_keysCampbell Barton
2007-01-11tested export scripts with a large scene and resolved errors that came up as ...Campbell Barton
2007-01-09ply export patch 5576 applied with parts rewritten.Campbell Barton
2006-12-28Mech cleanup use new edge_keysCampbell Barton
2006-12-27Added a function to BPyMesh - getFaceLoopEdges(faces, seams=[])Campbell Barton
2006-12-27weightpaint_clean, option to clean all vgroupsCampbell Barton
2006-12-17Use ed.key and face.edge_keys to build connectivity data faster.Campbell Barton
2006-12-14new Uv-Calculation tool,Campbell Barton
2006-12-12added many checks to uvcopy so it dosnt raise errors.Campbell Barton
2006-11-13made mesh.getFromObject() accept a python object as well as the object name.Campbell Barton
2006-11-10new image names were being created with 2 ..'sCampbell Barton
2006-09-07removed inverted and normalized from py scriptsCampbell Barton
2006-08-15fixed a problem with UV coords and vert col's when reducing the mesh.Campbell Barton
2006-08-02Made this script test 4 different collapse locations and use the one that res...Campbell Barton
2006-07-27updated py scripts for changes in mathutilsCampbell Barton
2006-07-26removed the now unneeded resize4d operation for instant 2.43 incompatability. :/Campbell Barton
2006-07-09clicking on the second point of the gradient outside the mesh should have ble...Campbell Barton
2006-07-08vertexpaint_selfshadow_ao adds face uv to the mesh if there not alredy there...Campbell Barton
2006-07-07added list2MeshWeight and meshWeight2List - faster then the dict equivilents ...Campbell Barton
2006-07-04more updates, mostly 2.3 error checking, nice messages when pythons not insta...Campbell Barton
2006-07-03BPyMesh getMeshFromObject was failing to copy the vert weights because is a d...Campbell Barton
2006-07-03Update to ply export, give nice messages to the user rather then throwing err...Campbell Barton
2006-07-03added python 2.3 set importer for BPyMesh_reduxCampbell Barton
2006-07-03Made geometrys polyfill work with all iterators (not just lists) and updated ...Campbell Barton
2006-07-02finish adding Geometry module, removed polyfill from mathutils, updated epydo...Campbell Barton
2006-07-02More fixes to lightwave ngon filling, fallback to fan fill- ngon function has...Campbell Barton
2006-07-02Further tweaking to the scanfill stuffCampbell Barton
2006-06-30Made BPyMesh's ngon a lot better- handels polylines that loop back on themsel...Campbell Barton
2006-06-30NGon fan fill fallback had an error in the indicies it returned.Campbell Barton
2006-06-29Made lightwave import work with images by removing internal image loading wra...Campbell Barton
2006-06-19Made 3ds import remove 0,0,0 dummy vert (Thanks Ken)Campbell Barton
2006-06-16Updated this script and added some functions, this wont effect eny existing p...Campbell Barton
2006-06-07use f.area where possible over python function and use len(mface) over len(mf...Campbell Barton
2006-05-28Added a 2d convex hull function to BPyMathutilsCampbell Barton
2006-05-27Poly reduction fixesCampbell Barton
2006-05-21optional reuse list for meshCalcNormals, which makes decimation abt 5% faster.Campbell Barton
2006-05-18Fixed some evil bugs in the poly reducer messing up UV's every now and then.Campbell Barton
2006-05-15BPyRegistry was throwing errors with blank config files. made it check for th...Campbell Barton