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-03Modernized radiosity i/o - better errors, optimized with LC's modifiers and m...Campbell Barton
2006-07-03remove this mesh cleaning function, have alredy added a new Mesh based one (a...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-02Scripts:Willian Padovani Germano
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-27bugfix 4501Campbell Barton
2006-06-26removed numerious spelling mistakesCampbell Barton
2006-06-26removing this script because editmode select group replaces it.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-16Cleanum, remove unneeded 'raise'sCampbell Barton
2006-06-16== UV Export ==Martin Poirier
2006-06-15BUG #4323:Willian Padovani Germano
2006-06-12Bug #4279: doc browser script broken.Willian Padovani Germano
2006-06-07use f.area where possible over python function and use len(mface) over len(mf...Campbell Barton
2006-06-061 liner, bug that raised an error with textureless materials.Campbell Barton
2006-06-06Added the option to import as a group instance (creates own scene) - works th...Campbell Barton
2006-06-06JMS Updates the script, and I did some fixes too. now works with more models.Campbell Barton
2006-06-05Removed wings support, both apps are free and have good obj support. wings im...Campbell Barton
2006-06-04* removed lint functionsCampbell Barton
2006-06-04==kmz importer==Tom Musgrove
2006-06-04==bvh removal for cambo==Tom Musgrove
2006-06-04Fixed mistake in calculating the collapse position (surprising it worked as w...Campbell Barton
2006-06-03Added an option to OBJ import "As Instance" - so people can import all the ob...Campbell Barton
2006-06-02Simple fix, args from the UI were out of allignmentCampbell Barton
2006-05-31Bit the bullet and put a py2.3 blender on my system :/ ro fix http://projects...Campbell Barton
2006-05-30Braught back saveRenderedImage now I have a clue about what it does.Campbell Barton
2006-05-28saveRenderedImage is broken? - isnt working anymore for some resion. switched...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-26==md2 export update==Tom Musgrove
2006-05-25==md2 export update==Tom Musgrove
2006-05-21optional reuse list for meshCalcNormals, which makes decimation abt 5% faster.Campbell Barton
2006-05-19Hrmm, this is a bit nasty: I am now using a different call to get a meshChris Want
2006-05-19From __bpydoc__Campbell Barton
2006-05-19Two issues:Chris Want
2006-05-18A fairly major revision of the VRML97 export script.Chris Want
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