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-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-01-30[#18241] Very minor bugfix and typo correction for wavefront obj exporter and...Campbell Barton
2008-10-22added an option for python Draw.UIBlock(func, mouse_exit) so moving the mouse...Campbell Barton
2008-10-19modified OBJ import and export UI's to be less confusing with nicer layout. r...Campbell Barton
2008-09-25patch [#17683] Fix OBJ import line endingsCampbell Barton
2008-09-17* Some tweaks to the OBJ importer/exporter after chatting with CampbellMatt Ebb
2007-12-19Problem with OBJ import found by Mark Ivey - would not import an obj if all v...Campbell Barton
2007-08-01misc changes from stableCampbell Barton
2007-05-29remove xreadline, some other small updates (testing new svn)Campbell Barton
2007-04-18PyAPI.Campbell Barton
2007-04-15Made X11 use _NET_WM_STATE_MAXIMIZED_HORZ and _NET_WM_STATE_MAXIMIZED_VERT wh...Campbell Barton
2007-04-14import_obj - bugfix, split by groups didnt work.Campbell Barton
2007-03-29ICVS: ----------------------------------------------------------------------Campbell Barton
2007-03-27py apiCampbell Barton
2007-02-14Added GPL Headers to some of my scipts that were missing it. also changed the...Campbell Barton
2007-01-26added option "morph target" since many people complain that verts are re-orde...Campbell Barton
2007-01-26fixed an obscure bug in obj import (possibly in Mesh.c) that made adding edge...Campbell Barton
2007-01-13import_obj - name imported objects/mesh dataCampbell Barton
2006-12-29added a call to mesh calcNormals so smooth faces look rightCampbell Barton
2006-12-28made scn.objects more flexible... you can now things like...Campbell Barton
2006-12-16update to Axiscopy, more error checking. basic functionality the same.Campbell Barton
2006-11-28when importing am OBJ referencing an unknown image (PSD in linux for eg) - it...Campbell Barton
2006-11-25Was crashing the import_obj script when using Python 2.3.Ed Halley
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-10-29An arg was left in that should have been removed, raised an error for reflect...Campbell Barton
2006-10-13fix for [ #5093 ] OBJ importer gives errors on usageCampbell Barton
2006-10-05images wernt being applied to textures on importCampbell Barton
2006-09-26removed .parent by mistake in Object.cCampbell Barton
2006-09-25BPyMessages - added "Save over" message for scripts to use, so as not to over...Campbell Barton
2006-09-20fix in MTL library loading, if none is spesified the same name as the OBJ is ...Campbell Barton
2006-09-20OBJ Import should now meet up to the python standardsCampbell Barton
2006-09-09fixed error fix in obj import mesh splitting.Campbell Barton
2006-09-05resolved invalid bounding box from the object by freeing a new meshes boundin...Campbell Barton
2006-09-04rewrite of the obj importer,Campbell Barton