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 (Collapse)Author
2006-01-13Fixed bug in importing OBJ files with negative indicies (UV and VERTS, ↵Campbell Barton
normals are ignored) Have alredy tested 100's of obj files and cant believe this is the first I have found with negative coords. May fix the UI before 2.41, Importing a whole dir isnt very user friendly. and may want to support sequence import. - Cam
2006-01-13==python scripts==Tom Musgrove
added xfig exporter by Dino Ghilardi ply import and export in previous commit were by Bruce Merry
2006-01-13==python scripts==Tom Musgrove
added ply import and export, extensively tested on files from http://www.cs.virginia.edu/~gfx/Courses/2001/Advanced.spring.01/plymodels/ they give correct results for both import and export, however they could use some speed optimization for large mesh
2006-01-12Renamed clean_mesh.py to mesh_cleanup.pyCampbell Barton
Rewrote to use Kens Mesh module, much faster, cleaner and nicer UI. - Another use for PupBlock.
2006-01-12Added tri2quad script finds all possible quads to be made from selected ↵Campbell Barton
triangle pairs, then joins the best first until the error limit is reached. Just Updated and faster 8.5sec to 0.6sec for 2k triangles in my test. Also my fav new function PupBlock for the UI input!
2006-01-12Fixed a bug in boxpack that archimap not to clear data between uses, and ↵Campbell Barton
become progressivly slower. Updated Archimap to set UV's aslists (dont need to convert to tuples anymore)
2006-01-11Fixed a silly bug when copying images.Campbell Barton
2006-01-11update to obj export:Campbell Barton
Added options. pup_block = [\ ('Apply Modifiers', EXPORT_APPLY_MODIFIERS, 'Use transformed mesh data from each object. May break vert order for morph targets.'),\ ('Selection Only', EXPORT_SEL_ONLY, 'Only export objects in visible selection.'),\ ('Edges', EXPORT_EDGES, 'Edges not connected to faces.'),\ ('Normals', EXPORT_NORMALS, 'Export vertex normal data (Ignored on import).'),\ ('Materials', EXPORT_MTL, 'Write a seperate MTL file with the OBJ.'),\ ('All Scenes', EXPORT_ALL_SCENES, 'Each scene as a seperate OBJ file.'),\ ('Animation', EXPORT_ANIMATION, 'Each frame as a seperate OBJ file.'),\ ('Copy Images', EXPORT_COPY_IMAGES, 'Copy image files to the export directory, never everwrite.'),\ ] Obj import was updated to import edges (2 vert faces), will update some more later.
2006-01-11Tuesday merger of bf-blender into orange branch.Ton Roosendaal
2006-01-10removed slow list handelingCampbell Barton
faster vert comparisons replaced spaces for tabs removed unneeded getData() calls general cleanup.
2006-01-10Added openflight import/export- Blight v1.2Campbell Barton
2006-01-09* Added PupBlock for user options.Campbell Barton
* Improved context, unwraps active object if not selected and makes sure it only unwraps a mesh once even if 2+ instances are selected. * Added Option to stretch to bounds * Added option to have a margin, thanks to letterrip * Fixed bug whe nassigning UV's to zero area faces.
2006-01-08New plus/minus iconsTon Roosendaal
2005-12-28New icon imageTon Roosendaal
2005-12-22Copy release/text/*.pdf into release tarballv2.40Chris Want
2005-12-20Part 2 of commits for release, the release target name/versionTon Roosendaal
2005-12-19Sync of blenderbuttons for orange and bf-blender, including Joilnens newTon Roosendaal
'sort by extension' icon.
2005-12-19Scripts:Willian Padovani Germano
Final (?) updates for 2.40 :) : - Bob Holcomb sent a better version of his 3ds importer - Added doc info to bvh2arm: links to doc and mocap tute from author Jean-Baptiste Perin - Alessandro Pirovano improved the Lightwave importer. - Mikael Lagre updated the collada scripts (fixed a bug with camera lens value) - Adam Saltsman improved the wings importer (ongoing work with his pal Toastie). - Anthony D'Agostino GPL'd his scripts (used Blender's BAL license previously) Thanks to all script authors for their work, interest and kindness. Again, Tom (LetterRip) has played an important part in this, thanks and welcome :).
2005-12-19Updated for new Mathutils (should be faster)Campbell Barton
uses Mesh rather then NMesh uses expernal box packer uv coords are not stretched anynore.
2005-12-19Seperated out archimaps generic 2d boxpacking function.Campbell Barton
For anyone who is interested in boxpacking the logic isnt that complex and lscm could benifit from using it. Archimap will use this rather then having the boxpacker inline.
2005-12-18added new ICON_SORTBYEXTJoilnen Leite
.
2005-12-18The png image for icons itself.Ton Roosendaal
2005-12-18Scripts:Willian Padovani Germano
- A Vanpoucke (xand) updated Axis Orientation Copy. - Additions: - Campbell Barton contributed the Archimap UV Unwrapper. - Mikael Lagre contributed Collada importer and exporter (ongoing work, no support for animation yet). Thanks to them!
2005-12-16BVH Export updated for 2.4x, also small updates in many areas.Campbell Barton
2005-12-15Scripts:Willian Padovani Germano
- Mirror bone weights contributed by Thomas Oppl. - Softimage XSI exporter contributed by Elira (with updates by Mal Duffin). Again, thanks to the authors mentioned. And to Tom (LetterRip) for contacting the authors and making suggestions about scripts we should include.
2005-12-15Scripts:Willian Padovani Germano
- Jean-Baptiste Perin updated his bvh to armatures script to use the new armature module. - Johnny Matthews (guitargeek) contributed "Shape Widget Wizard". (Moved it to the Animation menu in Scripts win) - Benoit Foucque (dienben) contributed "Blender Lip Synchro". Thanks to the three authors!
2005-12-15Scripts:Willian Padovani Germano
- added import and export scripts for 3ds and md2 (Quake 2) models contributed by author Bob Holcomb. Thanks! - updated ac3d importer to be more forgiving and exporter to get rid of deprecated call. More additions and possibly fixes to come. Note: we're forming a group to take care of importers and exporters and improve the situation as a whole in Blender. Discussions should happen at the bf-scripts-dev mailing list: http://projects.blender.org/mailman/listinfo/bf-scripts-dev Thanks Tom Musgrove (LetterRip) for helping a lot with scripts.
2005-12-06Added GPL licence header. possibly some other new stuff, not sure how old ↵Campbell Barton
the CVS console script was.
2005-12-06Updated bvh importer. tested on over 100 bvh files.Campbell Barton
* Modified to use Mathutils for matrix math, * Fixed possible joint naming bug, * Imports BVH's with bad EOF gracefully * Fixed duplicate joint names, make them unique * Use \r as well as \n for newlines * Added suppot for nodes with 0 motion channels * Rotation IPOs never cross more then 180d fixes sub frame tweening and time scaling * 5x overall speedup.
2005-12-06Modified the logic under linux.Kent Mein
My 64bit box fell through and didn't do anything because it didn't match a CPU type, so changed the logic so there is a default. Kent
2005-11-27spellcheck scripts in response to IRC whining.Stephen Swaney
vertexes => vertices
2005-11-26UV_Export rounding error fixed by Macouno (from elysiun).Martin Poirier
Also standardized some indenting and export to black lines instead of red.
2005-11-04Scripts: Jean-Michel updated his rvk1 to rvk2 script (thanks); small fix in ↵Willian Padovani Germano
BPyRegistry module to remove empty config keys instead of causing an error
2005-11-02updated scons win32 installer script - uninstalling gives option to keep or ↵Simon Clitherow
remove .blender/scripts folder.
2005-11-01Jean-Michel Soler's updated tex2uvbaker script (thanks), previous one was ↵Willian Padovani Germano
broken.
2005-10-30A few leftover py2.3 -> py2.4 changes:Simon Clitherow
- updated python24.zip to include all required module dependancies. - updated zlib.pyd to py24 zlib.pyd - now it opens the zip file (thanks ianwill!) - removed whrandom module from basic_modules (deprecated in py24)
2005-10-27The new icon file, with the key markers for NLA and ActionTon Roosendaal
2005-10-11Scripts updated:Willian Padovani Germano
- Discombobulator by Evan R and DirectX8 Exporter by Ben Omari. BPython: - Crashed Blender while testing discombobulator: obj.setMaterials() was not checking if the passed obj had valid obj->data. If the object had been created and not linked yet to a mesh, a crash would happen when trying to sync ob and me material lists. Now an error is returned. Also made obj.setMaterials accept an empty list, since obj.getMaterials can return that. Thanks to the script authors for the updated versions and special thanks to Tom (LetterRip) for collecting info about updated and new scripts, sending me updates I had missed, etc.
2005-10-11Look, in one commit!Ton Roosendaal
- test build alpha splash - version update to 239 in code - release names are 2.40-alpha1 Note about release names; this is really an alpha still, not a release candidate, so cannot call it 2.40-pre either. Naming conventions is a discussion still... hope this works as a compromise for now.
2005-10-11Scripts:Willian Padovani Germano
- updating some bundled scripts, thanks to authors Jean-Michel Soler, Campbell Barton and Anthony D'Agostino. BPython: - removing wrong fix from BGL.c's glDrawPixels. note: applied guitargeek's setName patch to Blender.Key, but saw that he updated it with more functionality and assigned to stivs, so I won't commit this old version.
2005-09-08New icons imageTon Roosendaal
2005-08-01Scripts updated:Willian Padovani Germano
- Jean-Michel Soler: 1) paths import -- ai module; 2) tex2uvbaker; - Campbell Barton: obj exporter. BPython: - Campbell also provided a patch (+docs) to add shader data access to Blender.Material. Again, thanks guys and sorry for the long delay.
2005-07-11Scripts updated:Willian Padovani Germano
- Jean-Michel Soler: paths import -- ai and svg modules; - Jean-Baptiste PERIN: bvh to armatures (note: should not work until we re-wrap armatures in bpython); - Campbell Barton: obj importer. Thanks guys, excuse me the delay. - tiny doc update.
2005-06-27Bug reported by Jean-Baptiste.Kent Mein
(Inexed 0 0 0 instead of 0 1 2 I also removed dos linebreaks. Kent
2005-06-14Updated version for makefile 'make release' and splashTon Roosendaal
2005-06-13Scripts:Willian Padovani Germano
- Campbell Barton updated his obj exporter and skin (bridge/skin/loft) scripts. Thanks.
2005-06-13Scripts:Willian Padovani Germano
- Jean-Michel Soler updated his paths importer (svg part) -- ongoing work related to this bug report by intrr: http://projects.blender.org/tracker/?func=detail&atid=125&aid=2674&group_id=9 - small doc update in paths import about some imported curves needing "enter edit mode, select all points, toggle cyclic (press 'c')" to show up correctly; - old vrml 2 exporter's menu name and tooltip updated to clarify that it is the old version, soon to be removed (in favor of the already included vrml 97 update by Bart). Also prints a msg about it to the console when used. Thanks all.
2005-06-12Scripts:Willian Padovani Germano
- Campbell Barton updated his Wavefront obj importer; - Jean-Michel Soler updated his paths import (eps part). BPython bug fixes: - oldie found by Ken Hughes: reference count of two pyobjects not being decremented in slider callback (Draw.c): http://projects.blender.org/tracker/index.php?func=detail&aid=2727&group_id=9&atid=127 - Gergely Erdelyi found that setText() in Text3d module was not updating str length var, leading to mem corruption and provided a patch: http://projects.blender.org/tracker/?func=detail&aid=2713&group_id=9&atid=127 - doc updates (suggested by Campbell) Thanks guys.
2005-06-11BPython bug fixes:Willian Padovani Germano
- #2646 reported by Campbell: Python/Fileselector (moving from fileselector called by script to another space caused script to hang around open but not accessible) http://projects.blender.org/tracker/?func=detail&atid=125&aid=2646&group_id=9 - #2676 reported by Wim Van Hoydonck: 2.37 python scripts gui: event 8 ignored (thanks Ton for discussing / pointing what to do, Ken Hughes for also working on a fix) http://projects.blender.org/tracker/?func=detail&atid=125&aid=2676&group_id=9 - gui-less scripts with calls to progress bar inside fileselector callbacks didn't return to the previous space on exit (staying on Scripts win), requiring an event to do so (mouse movement, for example). Quick fix for now, will rework a little after 2.37a for a better alternative, not needing to move to the Scripts win at all. - added syntax colors access to Window.Theme module. Scripts: - updates by Jean-Michel Soler: svg2obj (svg paths import), tex2uvbaker, fixfromarmature; - updates by Campbell Barton: obj import / export, console; - tiny: converted vrml97 export to unix line endings; - updates in ac3d exporter, help browser, save theme. Thanks all mentioned above.
2005-06-10scons wininst includes now plugins\include in the installerNathan Letwory