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-03-10removed python oops access, (was unreliable and nobody used it)Campbell Barton
2007-03-10MainCampbell Barton
2007-03-10added "bpy" as a module imported by default to replace Blender.Main as a new ...Campbell Barton
2007-03-10Python APIKen Hughes
2007-03-10Python APIKen Hughes
2007-03-09Python APIKen Hughes
2007-03-08BPython APICampbell Barton
2007-03-08Added python access to material and texture colorbands.Campbell Barton
2007-03-08== Multires ==Nicholas Bishop
2007-03-08Was missing a define for intern_pos_update, somehow GCC didnt complain but MS...Campbell Barton
2007-03-07made alloc_sequence accept a linkedList so it can be used from Python.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-07Python APIKen Hughes
2007-03-06Python APIKen Hughes
2007-03-06Python APIKen Hughes
2007-03-06Python APIKen Hughes
2007-03-05adding experemental sequencer module, This may change or be removed before ne...Campbell Barton
2007-03-05Python APIKen Hughes
2007-03-05Python APIKen Hughes
2007-03-05Python APIKen Hughes
2007-03-04made it possible to set a modifiers object to None to remove the objectCampbell Barton
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-02Interface:Willian Padovani Germano
2007-03-02vector.c - bugfix, vec.w accessed vec[4] not vec[3]! (probably my fault)Campbell Barton
2007-03-02made libdata iterator types use existing function from BPY_interface - ID_asP...Campbell Barton
2007-03-02various warnings fixes - mostly casting and initialization issuesJoseph Gilbert
2007-03-01own error, missing braces.Campbell Barton
2007-03-01Scene.c - world could not be set to None, added "cursor" attribute.Campbell Barton
2007-03-01=== bugfix ===Andrea Weikert
2007-02-28mis named Layer, should be Scene.LayersCampbell Barton
2007-02-27dumb error with Lattice getseters, found with a python random testing scriptCampbell Barton
2007-02-27added wrong file.Campbell Barton
2007-02-27fix for own error, mixed decloration.Campbell Barton
2007-02-27added id_attributes.py, this containes ID doc strings, all datablocks that ha...Campbell Barton
2007-02-27x3d_export.py - fix for bug 6120Campbell Barton
2007-02-27moved Lattice to getseters. gen_utils.c - removed unused code fixed a warning.Campbell Barton
2007-02-26console.pyCampbell Barton
2007-02-25World.cCampbell Barton
2007-02-25Image.cCampbell Barton
2007-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-25comments in these files made gcc choke, removedCampbell Barton
2007-02-25print out the subversion of the Python version string. ex 2.4.2Stephen Swaney
2007-02-25SceneCampbell Barton
2007-02-23BPython APICampbell Barton
2007-02-22Updating own scripts to use Blender.Main, remove Base files.Campbell Barton
2007-02-22renamed Base to MainCampbell Barton
2007-02-22Adding a new way of dealing with library data in blender, Blender.BaseCampbell Barton
2007-02-22Doh! prototype for Armature_CreatePyObject() was already added.Stephen Swaney