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
2007-05-10Part 2 of release 2.44 commitTon Roosendaal
2007-05-09had debugging test enabled.Campbell Barton
2007-05-08Made it so blenderplayer is stripped if it exists as well as just blender.Kent Mein
2007-05-07updates from JMS. scripts assumed new data would be last in the list.Campbell Barton
2007-05-06Added a check to installer for runtime dlls required to run blender. IfSimon Clitherow
2007-05-06Scripts:Willian Padovani Germano
2007-05-06corrected wrong variabel nameCampbell Barton
2007-05-06many 3ds files would not open in other applications because of the 12 charact...Campbell Barton
2007-05-05more epy doc updatesCampbell Barton
2007-05-03Update to svg import from JMSCampbell Barton
2007-05-03bug fixed when calculating animation bone offsetsCampbell Barton
2007-05-02rewrote most of this script.Campbell Barton
2007-05-02Made it so blender has an active render layer for Uv and Vertex color mesh la...Campbell Barton
2007-05-01uvcalc_smart_project.py - fixed error in rare cases.Campbell Barton
2007-05-01header_filesel - pressing buttons made the file select header title change co...Campbell Barton
2007-05-01fix for adding a 0,0,0 dummy vertex, pointed out in [ #6607 ]Campbell Barton
2007-04-29Patch [ #6623 ] Fixed one error, one typo in mesh_cleanup.pyCampbell Barton
2007-04-29dont use tface hide or select anymore, since maintaining 2 sets of hide/selec...Campbell Barton
2007-04-28removed doc_browser.py - since it covers ~half the BPY api, not documenting a...Campbell Barton
2007-04-28Draw.c - error setting the callback button values when using UIBlock (was not...Campbell Barton
2007-04-27export_cal3d - exporting all actions (option) wasnt workingCampbell Barton
2007-04-27added blender-camera export to fbxCampbell Barton
2007-04-26drawview.c - Passepartout, only do GL alpha when not 1.0 alphaCampbell Barton
2007-04-26fixed many errors in Cal3D that didnt show up with the testmodel I was using.Campbell Barton
2007-04-26darn, had some debug stuff left in.Campbell Barton
2007-04-26rewrote vertex/face creation (should be faster now)Campbell Barton
2007-04-25hiding objects in texture paint mode was buggy - (you couldnt exit texxture p...Campbell Barton
2007-04-25BPyArmature - has a function that gets final pose locations/rotations. the da...Campbell Barton
2007-04-24editface.c & buttons_logic.c & Draw.c & verse_session.c - added missing headerCampbell Barton
2007-04-24had debug oprions enabled for cal3d, small updates to epydocCampbell Barton
2007-04-24Cal3d exporterCampbell Barton
2007-04-21lightwave_import - tested with many more new files, fixed a rare error (proba...Campbell Barton
2007-04-212 new python functions for the NLA.Campbell Barton
2007-04-20export_fbx.py - support scene start/end frames, fpx, mist settings, better de...Campbell Barton
2007-04-20adding a python function for cleaning strings (for filenames and export names...Campbell Barton
2007-04-19update for exporting material settings, everything was exporting green,Campbell Barton
2007-04-19selecting all new faces broke this, fixed and optimized a bit.Campbell Barton
2007-04-18PyAPI.Campbell Barton
2007-04-17Python API registry SetKey() had a limit of 60 that would keep counting up ev...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-04-14added missing 'import bpy' from uvcalc_smart_projectCampbell Barton
2007-04-11mesh_wire, fixed error with zero area edgesCampbell Barton
2007-04-09Anti - NMesh commit.Campbell Barton
2007-04-09mesh_wire.pyCampbell Barton
2007-04-09mesh_solidify - added a different wire type, can make 4 and 6 sided wire segm...Campbell Barton
2007-04-08Adding a 'solid wire' script.Campbell Barton
2007-04-07appending libdata no longer breaks all external references.Campbell Barton
2007-04-05Export object loc,size,rot rather then apply the matrix to the mesh.Campbell Barton
2007-04-05* Changed mesh so all new data is selected (fits in with blender's UI and oth...Campbell Barton