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
2012-02-05Code Cleanup: line length and use Py_ssize_t for PyC_AsArray utility function.Campbell Barton
2012-02-02fix [#29666] Duplicate entries in bpy.typesCampbell Barton
2012-01-18fix [#27589] Random crash with python UICampbell Barton
2012-01-15note on compating RNA pointers and compare RNA types for RNA-Properties too.Campbell Barton
2012-01-13fix for error comparing py-struct membersCampbell Barton
2012-01-11add RNA_property_is_set function, use for WM_menu_invoke to avoid double look...Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-05add bpy collection method .find(key), so you can get the index of an item in ...Campbell Barton
2011-12-29py - fix for error which made enums not through errors when assigned non stri...Campbell Barton
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-20rename internal matrix struct member vars to avoid confusionCampbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-12-03add library support for rna collection __contains__, egCampbell Barton
2011-12-02renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)Dalai Felinto
2011-11-26minor bpy api editsCampbell Barton
2011-11-26add null check, crashes py 3.3 which isn't released but adding the check is h...Campbell Barton
2011-11-24rename mathutils constructors to match other parts of the bpy/api (no functio...Campbell Barton
2011-11-17pyapi feature from 2.4xCampbell Barton
2011-11-15py/rna api was calling RNA_property_type more often then needed (no functiona...Campbell Barton
2011-11-15de-duplicate some idproperty py api code, also improve some exception messages.Campbell Barton
2011-11-15rename IDProp.c/h to idprop_py_api, since it was same name as BKE idprop.c wi...Campbell Barton
2011-11-15bytestring support for py/rna - this is so py can access data whichCampbell Barton
2011-11-09Moving i18n code to BLF_translation.hBastien Montagne
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndS...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-13correct collada lib linking order (wasnt building for me), and sphinx doc syn...Campbell Barton
2011-10-13correct some invalid exception types.Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-10-13bpy/rna new property attribute 'data', this means its possible to get back th...Campbell Barton
2011-10-11fix for py/rna assigning an invalid index. also give better error message in ...Campbell Barton
2011-10-10edit error macro formatting (confuses some editors)Campbell Barton
2011-10-09correction to RNA class api references (only used for docs)Campbell Barton
2011-10-09fix for BUILTIN_KSI_WholeCharacter keying custom string/collection/group prop...Campbell Barton
2011-10-05fix [#28807] Drivers breaking by undoCampbell Barton
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-10-01fix for msvc, I thought this was only needed for mingw.Campbell Barton
2011-10-01fix for mingwCampbell Barton
2011-09-29take 2 at fixing the crash...Campbell Barton
2011-09-29Attempt to fix error reported by yafaray devs from my commit r40660Campbell Barton
2011-09-28fix for crash with demo mode addon, modal operator loading a blend file would...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-27py apiCampbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-21py/rna string subtypes for strings which should be automatically translated:Campbell Barton
2011-09-15New C/Py api utility function PyC_Err_Format_Prefix() which raises an error w...Campbell Barton
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton