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-11Documentation for the new automatically imported "bpy" module. (was Blender.M...Campbell Barton
2007-03-11=Cineon Bug= Joseph Eagar
2007-03-11Bugfix #6201Ton Roosendaal
2007-03-11Action Editor - Remove unused code.Joshua Leung
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-10PyApi: fix for own bad bug, obdata was having a user removed when the object ...Campbell Barton
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-09-> Fix for bug #6150Geoffrey Bantle
2007-03-09-> Small bug fix for modifiers and info header statsGeoffrey Bantle
2007-03-09* Visualise material 'Shadeless' a bit better in the 3D View solid mode. Matt Ebb
2007-03-09Python APIKen Hughes
2007-03-08BPython APICampbell Barton
2007-03-08bugfix, material copy wasnt increasing the lighting groups user count, but re...Campbell Barton
2007-03-08Bugfix #6176Ton Roosendaal
2007-03-08Bugfix #6190Ton Roosendaal
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-07Bugfix (forum report):Brecht Van Lommel
2007-03-07Compositor/assorted nodes fixes:Matt Ebb
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-07ToolsKen Hughes
2007-03-07Python APIKen Hughes
2007-03-06Python APIKen Hughes
2007-03-06Python APIKen Hughes
2007-03-06Python APIKen Hughes
2007-03-06Uses the bglFlush() and is_a_really_crappy_intel_card() hacks to giveEd Halley
2007-03-05extra space in CCFLAGS was causing problems on some systems.Kent Mein
2007-03-05Small silly feature: menus in blender now scroll with mouse wheel. :)Ton Roosendaal
2007-03-05bugfix #6163Ton Roosendaal
2007-03-05adding experemental sequencer module, This may change or be removed before ne...Campbell Barton
2007-03-05=== SCons ==Nathan Letwory
2007-03-05ToolsKen Hughes
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-03==== MSVC 7.1 project files ====Andrea Weikert
2007-03-03Bugfx #6138Ton Roosendaal
2007-03-03Pose.c - added option not to update IPO's when adding a keyframe to a bone.Campbell Barton
2007-03-03* Compo:Matt Ebb
2007-03-02Interface:Willian Padovani Germano
2007-03-02vector.c - bugfix, vec.w accessed vec[4] not vec[3]! (probably my fault)Campbell Barton