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-12-17Reverting to 2_2x BPYMartin Poirier
2007-09-18A user submitted a BVH file that took a long time to import (I didnt end up f...Campbell Barton
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton
2007-06-29remove unneeded checks from the python APICampbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-03-31Python APIKen Hughes
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-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-08BPython APICampbell Barton
2007-02-25World.cCampbell 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-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-12-24replaced id->us++ with id_us_plus(id); so any indirect libdata isnt lost on r...Campbell Barton
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-08-16Added python __copy__ to Camera, Lattice, Metaball and World.Campbell Barton
2006-04-16a little spring cleaning to remove some compiler warnings forStephen Swaney
2005-10-10Stupid me! Committed in wrong console with wrong dir... here's the rest ofTon Roosendaal
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-06-17Some of the setattr functions created a tuple to pass to the set* functions a...Martin Poirier
2005-05-27BPython:Willian Padovani Germano
2005-04-21BPython:Willian Padovani Germano
2005-03-26More Bpy goodness!Stephen Swaney
2005-02-09BPython:Willian Padovani Germano
2005-01-22BPython:Willian Padovani Germano
2005-01-13BPython:Willian Padovani Germano
2004-12-21bugfix: #2031 World setIpo() method checks for wrong IPO typeStephen Swaney
2004-10-20BPython:Willian Padovani Germano
2004-10-07Another step in the Big Bpy Cleanup.Stephen Swaney
2004-09-26Another round in the Great BPy Cleanup:Stephen Swaney
2004-09-20New bpy method for World module to set World for current scene:Stephen Swaney
2004-09-18One small part of the Great Bpy Code Cleanup.Stephen Swaney
2004-07-03New scripts:Willian Padovani Germano
2004-06-22added a new function to the World module : GetActive(), which returns the wor...Jacques Guignot
2004-06-14added a [get/set]Range function.Jacques Guignot
2004-06-07Replace deprecated methods from old api:Stephen Swaney
2003-11-11fixed the bug Joseph Gilbert found in numerous python files.Stephen Swaney
2003-10-28Exppython:Willian Padovani Germano
2003-10-26iaccess to the IPOs of a Camera, a World, or of a MaterialJacques Guignot
2003-07-27* Fixed problems in with script linking.Michel Selten
2003-07-27added functions World_CheckPyObject World_FromPyObject World_CreatePyObject a...Jacques Guignot
2003-07-19World : got rid of debug messagesJacques Guignot
2003-07-13forgotten to remove the calls to removed functions...Jacques Guignot
2003-07-13Doc for the world module. Got rid of some unuseful fields in World module.Jacques Guignot
2003-07-05Exppython: small update to fix a warning and a compile problem.Willian Padovani Germano