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-04-04moved source and text to american spellingCampbell Barton
2007-04-04* sneaky commit IIINathan Letwory
2007-04-03* still silent code (enabled through seperate patch)Nathan Letwory
2007-04-03Python APIKen Hughes
2007-04-02added a python slot to the "Add->Mesh" menu.Campbell Barton
2007-04-02Python APIKen Hughes
2007-04-02PyAPICampbell Barton
2007-04-01Python APIKen Hughes
2007-03-31Python APIKen Hughes
2007-03-31Mesh.py - Updated doc and example about faceUV/vertexColorCampbell Barton
2007-03-30allow dealing with vertex groups once an object is created from a mesh.Campbell Barton
2007-03-30vec *= matrix would crash blender when multiplying a 3d vec by a 4x4 matrix b...Campbell Barton
2007-03-30added Window.Get/SetActiveLayer() and changed how scn.objects.new() works, if...Campbell Barton
2007-03-30run dos2unix on BKE_idprop.hStephen Swaney
2007-03-30re-remove removed comment.Stephen Swaney
2007-03-30BPython: pydriversWillian Padovani Germano
2007-03-29ICVS: ----------------------------------------------------------------------Campbell Barton
2007-03-29add some details for new sequence typeStephen Swaney
2007-03-29Revisions to previous change of new_id().Ken Hughes
2007-03-29Python APIKen Hughes
2007-03-28Make a nice version number for printing Python version.Stephen Swaney
2007-03-27py apiCampbell Barton
2007-03-27PyAPICampbell Barton
2007-03-26py apiCampbell Barton
2007-03-26removed commenst from space.cCampbell Barton
2007-03-26corrected text for mesh.rename*Layer and added note for mesh.active*LayerCampbell Barton
2007-03-26Python APICampbell Barton
2007-03-23patch 5341 by JuhoTon Roosendaal
2007-03-21moved the boxpacker from PyAPI's Geometry to BLI_boxpack2dCampbell Barton
2007-03-21fix compiler warning: implicit declaration of oldLibrary_Init()Stephen Swaney
2007-03-21Python APIKen Hughes
2007-03-21Python APIKen Hughes
2007-03-20Python APIKen Hughes
2007-03-20BoxPack2D example in epydocs, small cleanup on Geometry.cCampbell Barton
2007-03-20Geometry.c - rewrote my python box-packer algo in C,Campbell Barton
2007-03-19added mesh skin to the face key menu and added a python slot here.Campbell Barton
2007-03-19[ #4227 ] Determine the "real" current filename via PythonCampbell Barton
2007-03-18added bpy.config, more configuration options still need adding.Campbell Barton
2007-03-17Fix various gcc warning, unused variables and incorrect type passed toKen Hughes
2007-03-17More fix various gcc warning, mainly related to signed/unsigned parametersKen Hughes
2007-03-17Python APIKen Hughes
2007-03-16some dealloc's I removed didnt get automaticly added back in by python, fixed...Campbell Barton
2007-03-16type initialization updates, and refcount fix for lamp, reverted some changes...Campbell Barton
2007-03-15PyApi,Campbell Barton
2007-03-15removed unneeded dealloc functionsCampbell Barton
2007-03-15removed duplicate functionality, macro's and functions existed to check a PyO...Campbell Barton
2007-03-14attempted fixage for gcc warnings with Python 2.5Stephen Swaney
2007-03-14made all python types that can do .__copy__(), also do .copy()Campbell Barton
2007-03-14disabled Object.Duplicate() in background mode bacause it needs the 3d view, ...Campbell Barton
2007-03-13renamed norepeatX/Y to ClampX/YCampbell Barton