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-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-04code cleanup: use much simpler (and likely faster) polygon normal calculation...Campbell Barton
2012-05-04Renamed "fake" OpenGL identifiers.Jason Wilkins
2012-05-04There is no GLenum called LIGHT_POSITIONJason Wilkins
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-05-03Patch [#30255] Center Last StrokeJason Wilkins
2012-05-02bmesh: use fixed stack size for face flipping array.Campbell Barton
2012-05-02Fix #31199 & #31112: cycles not working well with vertex/weight paint selectionBrecht Van Lommel
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-05-01Comment fixes - code for Object Motion Paths still referred to BonesJoshua Leung
2012-05-01Fix #31193: Normals don't have any Z componentSergey Sharybin
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-30- improve select grouped prefix/suffix from recent patchCampbell Barton
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell 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-28code cleanup: remove editmesh code left hanging around thats already been por...Campbell Barton
2012-04-28code cleanup: replace some long ELEM7 checks with macro OB_TYPE_SUPPORT_EDITM...Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-27code cleanup:Campbell Barton
2012-04-25now vertex paint uses the same overrides as weight paint - so wire draw mode ...Campbell Barton
2012-04-25style cleanup: no functional changesCampbell Barton
2012-04-25code cleanup: no functional change - had both EDBM_editselection_* and BM_edi...Campbell Barton
2012-04-24code cleanup: rename UV functions to closer match bmesh apiCampbell Barton
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-23corrected more issues from [#31069] Analyzing the Blender project with PVS-St...Campbell Barton
2012-04-23code cleanup: comment unused functions (removed one which isnt useful anymore).Campbell Barton
2012-04-23fix [#31064] Save confirmation stops showingCampbell 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-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-20code cleanup: prefer BM_face/edge/vert_select_set() over BM_elem_select_set()...Campbell Barton
2012-04-20attempt to fix [#31033], cant redo the bug but button layout wasnt greatCampbell 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-19Fixing bug [#31005] Nurbs UI bugThomas Dinges
2012-04-17Fix #30977: error loading modal keymaps from keyconfiguration presets.Brecht Van Lommel
2012-04-15Scons:Thomas Dinges
2012-04-13fix [#30728] Align View Restricts Further View ChangesCampbell Barton
2012-04-13code cleanup: use axis_angle_to_quat() to simplify turntable view rotate code.Campbell Barton
2012-04-12Fix part of #30917: solid + glsl + textured solid in texture paint mode did notBrecht Van Lommel
2012-04-12Fix related to #30917: wrong colors in cycles textured draw mode in some cases,Brecht Van Lommel
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton