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-10-28bpy access to image premul was missing.Campbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
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-27made editmode only force smooth shading when vcols are present (as joe sugges...Campbell Barton
2008-03-12Moved recent addition of get/setPixelF to get/setPixelHDR and kept get/setPix...Campbell Barton
2008-03-10Applied [#7076] Updated Python Image API to use float buffers in getPixelF/se...Campbell Barton
2007-12-29* Displacement map bakingMatt Ebb
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-07-12From stableCampbell 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-05-26More memory leaks fixed - in IDProp, Bone.head, tail, matrix, ob.DupObjects (...Campbell Barton
2007-05-22Bugfix for python Image.save()Campbell Barton
2007-05-03== UV/Image Editor ==Juho Vepsalainen
2007-04-20[ #6442 ] image.repack (Python)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-13renamed norepeatX/Y to ClampX/YCampbell Barton
2007-03-12added no-xtile and no-ytile to the images realtime properties and python api.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-26console.pyCampbell Barton
2007-02-25Image.cCampbell Barton
2007-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-23BPython APICampbell Barton
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