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
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-01-19 find_group would only return the first group, this let to the assumption tha...Campbell Barton
2007-08-28This commit fixes up a bunch of svn properties to hopefully make things a lit...Kent Mein
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-05-28more memory leak fixes, though only a few are likely to happenCampbell Barton
2007-03-26Python APICampbell 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-14made all python types that can do .__copy__(), also do .copy()Campbell Barton
2007-03-11Remove gcc compiler warnings from various files.Ken Hughes
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-10Python APIKen Hughes
2007-02-27moved Lattice to getseters. gen_utils.c - removed unused code fixed a warning.Campbell Barton
2007-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-25SceneCampbell Barton
2007-02-23BPython APICampbell Barton
2006-12-28Mech cleanup use new edge_keysCampbell Barton
2006-12-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-12-26Camera.c refactor, moved to getsetattrs. deprecated get/set functions. and ad...Campbell Barton
2006-12-17added fakeUser and users to more pytypesCampbell Barton
2006-12-11renamed objects.add() and .remove() to .link() and .unlink() for scene and gr...Campbell Barton
2006-11-17Added group.layers bitfield to the python APICampbell Barton
2006-11-03ack- need to get the hang of usercounts better- it seems they need to be init...Campbell Barton
2006-10-12On Matt's suggestion moved "Make Link->Groups" to the add groups menu as "Add...Campbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-09-24fixed mistakes and warnings in previous commit.Campbell Barton
2006-09-24Extra generic errors for Scene, Groups and Metaballs to raise errors when try...Campbell Barton
2006-08-27Added scn.objects.new(obbdata) as a way of adding object data to a scene and ...Campbell Barton
2006-08-26Added missing settings to Modifiers (could not set on Render/Cage/Editmode :/)Campbell Barton
2006-08-15Added __copy__ to armature, material, curve, groupCampbell Barton
2006-04-24warnings cleanup for the python project on windowsJoseph Gilbert
2006-04-20Added Group to Blender.Types, tested and working.Campbell Barton
2006-04-16a little spring cleaning to remove some compiler warnings forStephen Swaney
2006-03-19Added support for group objectsCampbell Barton
2006-03-18Moved declerations to the top of the skope so as to work with MSVC?Campbell Barton
2006-03-18Added Blender.Group moduleCampbell Barton