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-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-15Fix cosmetic typosSergey Sharybin
2012-05-11no need to clamp python values twice when assigning.Campbell Barton
2012-05-09classic compile error: GLEW_STATIC needs to be define when we use opengl func...Antony Riakiotakis
2012-05-09bgl new methods (for glsl shaders - #version 120)Dalai Felinto
2012-05-09Python/context: python could get invalid bpy.data in scene update handler afterBrecht Van Lommel
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-05-04Patch [#31279] clarifiy a python error-string (when incorrectly specifying enumJoshua Leung
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-05-01bmesh py api:Campbell Barton
2012-04-30bmesh - python apiCampbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-30- improve select grouped prefix/suffix from recent patchCampbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-26fix [#31113] bmesh.types.BMLayerCollection getter calculate key indices wrong...Campbell Barton
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-23corrections from an article about using PVS-Studio static checker with blende...Campbell Barton
2012-04-23bmesh py api: functions to add/renmove customdata layers, eg.Campbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-22bmesh py api: expose BM_face_split_n() to the python api;Campbell Barton
2012-04-22correction to py docs from mgschwan on IRC.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-20bmesh py api: remove bmesh.loops.index_update(), it wasn't working, as joe no...Campbell Barton
2012-04-19bmesh py api: expose BMVert.calc_shell_factor()Campbell Barton
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-19bmesh api function: BM_edge_face_tangent()Campbell Barton
2012-04-15add 'idprop' module so we can document idprop.types.*, currently doc generato...Campbell Barton
2012-04-15make ngon_perimeter into a public api function and expose to python.Campbell Barton
2012-04-13Scons:Thomas Dinges
2012-04-13Fix #30858: UI losing buttons at some random moment after using Blender for aBrecht Van Lommel
2012-04-13fix [#30925] successful import of keyconfig dependant on current object context?Campbell Barton
2012-04-11py rna/api: fix for error running RNA_property_collection_type_get on non col...Campbell Barton
2012-04-11fix [#30906] dict(prop) crashes if prop is a PropertyGroup with nested Proper...Campbell Barton
2012-04-10Fix #30698: python console nodetree paths were not accurate, now show ... likeBrecht Van Lommel
2012-04-10fix for too small MATHUTILS_TOT_CB when the game engine runs.Campbell Barton
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-04add option not to delete edges/verts when joining faces, needed so we can loo...Campbell Barton
2012-04-02Hopefully last change to matrix orthogonal check, touches Py API onlySergey Sharybin
2012-04-02wrap RNA's RNA_property_collection_clear from python.Campbell Barton
2012-04-01Fix for is_orthogonal check which in fact was checking for orthonormal matrix.Sergey Sharybin
2012-03-31code cleanup: use uppercase defines and change drawFCurveFade into static fun...Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30patch to add __deepcopy__ to mathutils types, this is no different to __copy_...Campbell Barton
2012-03-30fix for finding the python exception line number when running a script in the...Campbell Barton