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
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-20The Big Image refactor!Ton Roosendaal
2006-11-19=ID Properties Python Update= Joseph Eagar
2006-11-17Get rid of various warnings with gcc under linuxKen Hughes
2006-11-17=ID Properties Update= Joseph Eagar
2006-10-06added comparison function to many python types so you can do == and =!Campbell Barton
2006-09-21from looking at patch 4934 made all user preference paths settable with Blend...Campbell Barton
2006-09-21Setting the image name was raising an error.Campbell Barton
2006-09-17renamed Blender.Image.SetCurrent(img) to img.makeCurrent() to be consistant w...Campbell Barton
2006-09-16New images were being initialized with zero users (normal for other data types),Campbell Barton
2006-09-16Python Metaballs api refactor, based on Mesh and Group modules.Campbell Barton
2006-09-16added Image.SetCurrent(img) and img.has_data so you can see if an image conta...Campbell Barton
2006-07-19===Python API===Ken Hughes
2006-05-26* bug fixJoseph Gilbert
2006-05-19Image and Draw wernt converting the paths of an image properly.Campbell Barton
2006-05-06Applied pack unpack from Pablo Martin (caedes),Campbell Barton
2006-04-16a little spring cleaning to remove some compiler warnings forStephen Swaney
2006-03-26Added python image pack/unpack per image.Campbell Barton
2006-03-22===Python API===Ken Hughes
2005-12-18fixed returning true/false, thanks Willian. as well as removed the image spac...Campbell Barton
2005-12-17typo, thanks letterrip.Campbell Barton
2005-12-15Fixed some warnings from GetCurrent, remaining warnings seem to have no obvio...Campbell Barton
2005-12-14AddedCampbell Barton
2005-12-13*warnings fixesJoseph Gilbert
2005-12-13From kh_pylon:Campbell Barton
2005-12-13Added Image.GetCurrent()Campbell Barton
2005-08-21A large collection of fixes from Ken Hughes including:Stephen Swaney
2005-08-17- update to constant.cJoseph Gilbert
2005-08-10Patch #2758 Update of image module.Stephen Swaney
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-07-063D view orbit option: Around ActiveMartin Poirier
2005-06-17One file missing from prevous commit. This one is even worse, decref'ed a bor...Martin Poirier
2005-05-22Rename Image.getPixel() to .getPixelF() as per discussionStephen Swaney
2005-04-30New methods for Image module:Stephen Swaney
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-02-09BPython:Willian Padovani Germano
2005-02-09BPython:Willian Padovani Germano
2005-02-02BPython:Willian Padovani Germano
2005-01-13BPython:Willian Padovani Germano
2004-10-20BPython:Willian Padovani Germano
2004-09-26Another round in the Great BPy Cleanup:Stephen Swaney
2004-09-24make sure this also builds on Windows.Nathan Letwory
2004-09-21- Blender: added option 'scriptsdir' to Blender.Get();Willian Padovani Germano
2004-07-16Fixing a blenderplayer compile error reported by Meino Christian Cramer:Willian Padovani Germano
2004-06-07Replace deprecated methods from old api:Stephen Swaney
2004-05-25BPython:Willian Padovani Germano
2003-11-23BPython:Willian Padovani Germano
2003-07-31* got rid of a warning in editipo.c:Willian Padovani Germano
2003-07-12Exppython:Willian Padovani Germano