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-17fixed a python-api bug with adding a new image sequence strip crashing blender.Campbell Barton
2007-04-15Fix for bug #6461:Brecht Van Lommel
2007-04-09Anti - NMesh commit.Campbell Barton
2007-04-07appending libdata no longer breaks all external references.Campbell Barton
2007-04-07== Clamp To Constraint ==Joshua Leung
2007-04-06=== BPY ===Martin Poirier
2007-04-05PyAPI adding .reset() for hook modifiers (request from malefico)Campbell Barton
2007-04-05* Changed mesh so all new data is selected (fits in with blender's UI and oth...Campbell Barton
2007-04-05Python APIKen Hughes
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