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
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-12-07miscellaneous edits from python development branch merged back into trunkCampbell Barton
2007-11-06==Python API==Campbell Barton
2007-10-26==Python API==Campbell Barton
2007-08-27armature weakref evilness again, using editmode in python is not the best.Campbell Barton
2007-08-25getting the armature twice would cause a weakref error and crash after 2-4 ru...Campbell Barton
2007-08-01armature weakref fix from stable, Curve.c removed unneeded cruftCampbell Barton
2007-05-26Fix segfault in PyBonesDict_FromPyArmature() caused by uninitialized memory.Ken Hughes
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-05-21=== Bugfix ===Martin Poirier
2007-03-26Python APICampbell 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-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-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-23BPython APICampbell Barton
2007-02-22renamed posebone.ik to hasIK, removed unused code, made the function name of ...Campbell Barton
2007-01-31Bugfix for #5000Stephen Swaney
2007-01-31=Python bugfix= Joseph Eagar
2007-01-25Needed an extra header to find offsetofKent Mein
2007-01-25Bug fix for:Joseph Gilbert
2007-01-22creating new objects fromCampbell Barton
2007-01-16== Armature Joining Bugfixes ==Joshua Leung
2006-12-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-12-23Arnaure.Get() now raises an error when the name dosnt exist. added warning in...Campbell Barton
2006-12-17added fakeUser and users to more pytypesCampbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-08-18===Python API===Ken Hughes
2006-08-17Added Armature.New()Campbell Barton
2006-08-15Added __copy__ to armature, material, curve, groupCampbell Barton
2006-07-14===Python API===v2.42Ken Hughes
2006-04-24warnings cleanup for the python project on windowsJoseph Gilbert
2006-04-16a little spring cleaning to remove some compiler warnings forStephen Swaney
2006-03-06quick fix for Python armature CVS making bones with no layers, therefor being...Campbell Barton
2006-01-28Final merge of HEAD (bf-blender) into the orange branch.Chris Want
2006-01-16*fixes global redefinitionsJoseph Gilbert
2006-01-14fix previously fixed error msg.Stephen Swaney
2006-01-13bugfix: #3738 Armature bones returns none instead of key errorStephen Swaney
2006-01-04Wednesday sync orange with bf-blenderTon Roosendaal
2006-01-04[ #3712 ] Calling makeEditable() and update() on an armature twice duplicates...Joseph Gilbert
2006-01-04Orange; merger with bf-blender.Ton Roosendaal
2005-12-24Fixing a bit of horrible code in Armature.c (BonesDict_repr).Alexander Ewering
2005-12-13Tuesday merger of Orange branch with bf-blenderTon Roosendaal
2005-12-12- Armature/Bone API for pythonJoseph Gilbert
2005-12-07A patch from Ken Hughes per request of Bassam here at Orange: Python access t...Toni Alatalo
2005-12-07Orange request; Bones in Armature now have own layer settings.Ton Roosendaal
2005-12-04-- Fix segfault when callign Blender.Armature.Get() with no parametersKen Hughes
2005-11-22A few more python 2.4 macros to covert to 2.3 compatible code.Joseph Gilbert