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-29BGE patch #28476: Character object physics typeBenoit Bolsee
2012-05-28missing from previous commitCampbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-05-25fix [#31597] Operator Preset: Python Warning whenever a preset is executed (s...Gaia Clary
2012-05-23style cleanupCampbell Barton
2012-05-22style cleanup: relating to skin modifierCampbell Barton
2012-05-22Fix for customdata layer copying. Issue was caused by mixing up of destinatio...Andrew Hale
2012-05-21debugging check for bmesh (commented since its very slow), but useful for deb...Campbell Barton
2012-05-21py api integration: __import__(... , level=0)Campbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-20BMesh Py API Fix: hide attribute of BMesh elements was returning the select f...Andrew Hale
2012-05-20Added 'LIBRARY_EDITABLE' flag to bpy.props.*Dan Eicher
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-19disable overwriting the PYTHONPATH for windows - reported as [#31506]Campbell Barton
2012-05-18patch [#31507] site not automatically imported when using external python pac...Campbell Barton
2012-05-18style cleanup: and add missing files to cmakeCampbell Barton
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