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-18Used GET_INT_FROM_POINTER to get rid of many warnings that only occurred with...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-11fix for cam.setScale(), cam.setClipStart(), cam.setClipEnd() andCampbell Barton
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-12From stableCampbell 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-28more memory leak fixes, though only a few are likely to happenCampbell Barton
2007-04-28windows needed M_PI defined.Campbell Barton
2007-04-28removed doc_browser.py - since it covers ~half the BPY api, not documenting a...Campbell Barton
2007-04-27added blender-camera export to fbxCampbell Barton
2007-03-23patch 5341 by JuhoTon Roosendaal
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-08BPython APICampbell Barton
2007-03-02various warnings fixes - mostly casting and initialization issuesJoseph Gilbert
2007-02-25World.cCampbell Barton
2007-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-23BPython APICampbell Barton
2007-01-22Looking to see why SGI wont compile this.Campbell Barton
2007-01-12error, camera scale couldnt be set. bpyrender now sets ortho properlyCampbell 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-24replaced id->us++ with id_us_plus(id); so any indirect libdata isnt lost on r...Campbell Barton
2006-08-16Added python __copy__ to Camera, Lattice, Metaball and World.Campbell Barton
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-27New Bpy method: Camera.insertIpoKey()Stephen Swaney
2005-03-09big warning hunt commitJean-Luc Peurière
2005-02-09BPython:Willian Padovani Germano
2005-02-09BPython:Willian Padovani Germano
2005-01-13BPython: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-18One small part of the Great Bpy Code Cleanup.Stephen Swaney
2004-07-03New scripts:Willian Padovani Germano
2004-06-07Replace deprecated methods from old api:Stephen Swaney
2004-03-31more housekeeping. move static declarations and definititions out of .h files.Stephen Swaney
2003-10-29Exppython:Willian Padovani Germano
2003-10-28Exppython:Willian Padovani Germano
2003-10-26iaccess to the IPOs of a Camera, a World, or of a MaterialJacques Guignot