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-27style cleanup (mostly whitespace)Campbell Barton
2012-02-27use LIKELY/UNLIKELY macros for operations that run a lot.Campbell Barton
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-24bmesh python api - add/improve rst docstrings.Campbell Barton
2012-02-23swap arg order for BM_edge_split(), makes sense to have edge as firstCampbell Barton
2012-02-22bmesh py api - generalize bmesg sequences to use the iterator type and option...Campbell Barton
2012-02-22initial bmesh python api.Campbell Barton
2012-02-22correct exception - was using a TypeError when should be a ValueError.Campbell Barton
2012-02-21fix for leak in gpu.export_shader(), wasnt freeing the function.Campbell Barton
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell 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-02-02fix [#29666] Duplicate entries in bpy.typesCampbell Barton
2012-01-21formatting edits (<120 line length), remove invalid 'defaults' keyword arg fr...Campbell Barton
2012-01-18fix [#27589] Random crash with python UICampbell Barton
2012-01-17fix for segfault with bpy compiled as python module (dont register atexit)Campbell 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-12remove redundant trailing slashesCampbell 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-09Cycles: multi GPU rendering support.Brecht Van Lommel
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-29add UNLIKELY / LIKELY util defines to help optimize iterators that are called...Campbell Barton
2011-12-28WIP loading bmesh in trunk, some conversion functions for this purpose.Campbell Barton
2011-12-28Add FFmpeg libraries versions to system-info.txtSergey Sharybin
2011-12-28for bpy.props, when 'name' argument is not initialized, vallback to the attri...Campbell Barton
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-24minor edits to cycles c/python moduleCampbell Barton
2011-12-22fix for matrix assignment with recent changes which broke for eg:Campbell Barton
2011-12-22split some >120 lines, no functional changesCampbell 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-16fix own error [#29631] frame is lost from driver namespace after reloadCampbell Barton
2011-12-16fix [#29635] Attempts to import the site module are met with a TypeError exce...Campbell Barton
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-12-07fix for noise module in driver namespace (was infact mathutils).Campbell 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-30fix [#29462] libraries.load can't have link=False when relative=TrueCampbell Barton
2011-11-30Fix: defining properties would fail with argument update=None instead of notBrecht Van Lommel
2011-11-29remove header text:Campbell Barton
2011-11-29patch [#29421] Python Noise Module UpdatesCampbell Barton
2011-11-26minor bpy api editsCampbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell 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