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-07-03Lots of scripts are using Object.Get() where Scene.GetCurrent().getChildren()...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-18Scripts:Willian Padovani Germano
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-06-04Fixed mistake in calculating the collapse position (surprising it worked as w...Campbell Barton
2006-05-28Added a 2d convex hull function to BPyMathutilsCampbell Barton
2006-05-28comments on how edge weighting for collapsing works.Campbell Barton
2006-05-28Use Kens hide/sel mesh props to save some python looping.Campbell Barton
2006-05-27Poly reduction fixesCampbell Barton
2006-05-21optional reuse list for meshCalcNormals, which makes decimation abt 5% faster.Campbell Barton
2006-05-18Stoped a list that didint need to be made.Campbell Barton
2006-05-18Fixed some evil bugs in the poly reducer messing up UV's every now and then.Campbell Barton
2006-05-15BPyImage had a problem with a path being returned as NoneCampbell Barton
2006-05-15BPyRegistry was throwing errors with blank config files. made it check for th...Campbell Barton
2006-05-14* New faster algo for finding the new collapse location using normals rather ...Campbell Barton
2006-05-13fixed, bugs with selection & remove doubles.Campbell Barton
2006-05-13Made editmesh remove_doubles work with vertex colours,Campbell Barton
2006-05-13BPyMesh_redux: Fixed a rare bug in mesh redux's, collapsed location.Campbell Barton
2006-05-12Added MVert.hide property because hidden verts were hanging BPyMesh_ReduxCampbell Barton
2006-05-11Added a polygon reduction function that can poly reduce any mesh and supports...Campbell Barton
2006-05-11Added some shortcuts to MeshCampbell Barton
2006-05-10Modified mesh to allow writing to normals.Campbell Barton
2006-05-10made mesh's getFromObject pick the materials from object or obdata as set by ...Campbell Barton
2006-05-07Added a self shadowing script accessed from the vertex paint menu, it does a ...Campbell Barton
2006-04-24fix removal of groups for non selected verts.Campbell Barton
2006-04-24Added utility functions to BPyMesh.pyCampbell Barton
2006-04-11Moved ngon creating function from obj_import into BPyMesh so other importers ...Campbell Barton
2006-04-07Did some changes to the getMeshFromObject wrapper.Campbell Barton
2006-04-05Added BPyMesh for mesh python mesh functions.Campbell Barton
2006-03-31Removed debug printing.Campbell Barton
2006-03-29Fixed some bugs in BPyImage comprehensive loade. (used by 3ds and obj import)Campbell Barton
2006-03-19Updated to use Blender.sys.exists() which now uses BLI_exist rather then stat.Campbell Barton
2006-03-18Update box unpack with faster python useCampbell Barton
2006-03-14Support win32 paths.Campbell Barton
2006-02-01Added a function for importers to use, comprehensive image loader takes an im...Campbell Barton
2006-01-29Scripts:Willian Padovani Germano
2006-01-27This commit was manufactured by cvs2svn to create branch 'orange'.no-author
2006-01-23==scripts==Tom Musgrove
2006-01-12Fixed a bug in boxpack that archimap not to clear data between uses, and beco...Campbell Barton
2005-12-19Scripts:Willian Padovani Germano