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-05updated epydocsCampbell Barton
2007-05-04Python APIKen Hughes
2007-05-04added access to SSS settings in PythonCampbell Barton
2007-05-02PyAPI, Mesh.c - added renderColorLayer and renderUVLayer to the meshCampbell Barton
2007-04-30Really minor updates related to code I wrote for the Cast modifier:Willian Padovani Germano
2007-04-29Patch #6113 - Cast & Smooth modifiersBen Batt
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-28Adding Blender.Geometry function PointInTriangle2DCampbell Barton
2007-04-27added blender-camera export to fbxCampbell Barton
2007-04-25Object.c - made object action writableCampbell 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-22New UI popup block Blender.Draw.UIBlock(func) - similar to PupBlock but less ...Campbell Barton
2007-04-212 new python functions for the NLA.Campbell Barton
2007-04-20[ #6442 ] image.repack (Python)Campbell Barton
2007-04-09Anti - NMesh commit.Campbell Barton
2007-04-07== Clamp To Constraint ==Joshua Leung
2007-04-06=== BPY ===Martin Poirier
2007-04-05* Changed mesh so all new data is selected (fits in with blender's UI and oth...Campbell Barton
2007-03-31Mesh.py - Updated doc and example about faceUV/vertexColorCampbell Barton
2007-03-30added Window.Get/SetActiveLayer() and changed how scn.objects.new() works, if...Campbell Barton
2007-03-29ICVS: ----------------------------------------------------------------------Campbell Barton
2007-03-29add some details for new sequence typeStephen Swaney
2007-03-27py apiCampbell Barton
2007-03-27PyAPICampbell Barton
2007-03-26py apiCampbell Barton
2007-03-26corrected text for mesh.rename*Layer and added note for mesh.active*LayerCampbell Barton
2007-03-26Python APICampbell Barton
2007-03-21Python 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-14disabled Object.Duplicate() in background mode bacause it needs the 3d view, ...Campbell Barton
2007-03-13renamed norepeatX/Y to ClampX/YCampbell Barton
2007-03-12Python APIKen Hughes
2007-03-12python apiCampbell Barton
2007-03-12added no-xtile and no-ytile to the images realtime properties and python api.Campbell Barton
2007-03-11Python APIKen Hughes
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2007-03-11Documentation for the new automatically imported "bpy" module. (was Blender.M...Campbell Barton
2007-03-10Python APIKen Hughes
2007-03-08Added python access to material and texture colorbands.Campbell Barton
2007-03-07DNA_meta_types.h - had a max element type defined that wasnt used anywhere, a...Campbell Barton
2007-03-07Type header_seq.c - Reassing Inputs -> Reassign InputsCampbell Barton
2007-03-06Python APIKen Hughes
2007-03-06Python APIKen Hughes
2007-03-03Added functions to Text3d that allow modifying of text framesCampbell Barton
2007-03-03Pose.c - added option not to update IPO's when adding a keyframe to a bone.Campbell Barton
2007-03-02vector.c - bugfix, vec.w accessed vec[4] not vec[3]! (probably my fault)Campbell Barton
2007-03-01Scene.c - world could not be set to None, added "cursor" attribute.Campbell Barton