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-26* bmesh py api BMEdge.verts was using 2 v1'sCampbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-22utility functions to convert between flags / sets, without depending on RNA API.Campbell Barton
2012-02-21fix for leak in gpu.export_shader(), wasnt freeing the function.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-05Code Cleanup: line length and use Py_ssize_t for PyC_AsArray utility function.Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-12-23fix for own mistake [#29031] Importing BGL Can Crash the BGE and BlenderCampbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-11-29missed removing these filesCampbell Barton
2011-11-29patch [#29421] Python Noise Module UpdatesCampbell Barton
2011-11-26fix for own error with id props when adding byte stringsCampbell Barton
2011-11-22fix [#29319] bus error with python with link_append and {}Campbell Barton
2011-11-19replace fabs with fabsf where both input and output are floats.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-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-11-15support for non-null terminated byte strings in id properties (as a subtype o...Campbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-05py operators - don't use the screen as an operators ID anymore, screen's don'...Campbell Barton
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-11-03python string conversionCampbell Barton
2011-10-31fix own error r41191 getting id property string lengths.Campbell Barton
2011-10-27use const for readonly strings and set some functions to staticCampbell 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-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-20debug build option WITH_PYTHON_UI_INFO, so you can right click and edit the p...Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-10-08use newly added ID_BLEND_PATH() in more places.Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-27py apiCampbell Barton
2011-09-27fix for py/rna api bug:Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-22correct fix for armature selection, also remove international define from gen...Campbell Barton
2011-09-21remove blf.gettext, add blf.unload(font)Campbell Barton
2011-09-20have blf.gettext even when internationalization is disabled (just passes thro...Campbell Barton
2011-09-20i18n: fake_gettext is no longer needed for pythonSergey Sharybin
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-20modify the python gettext function to pass through the original string when n...Campbell Barton
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19remove Buffer.list, deprecated before 2.59 release.Campbell Barton
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-15New C/Py api utility function PyC_Err_Format_Prefix() which raises an error w...Campbell Barton
2011-09-08attempt to have a threadsafe version of PyC_ExceptionBuffer didnt work with U...Campbell Barton
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton
2011-09-03PyC_ExceptionBuffer is now threadsafe, used for converting exceptions into re...Campbell Barton