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
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-27fix for own regression - joining meshes didn't merge customdata flags (could ...Campbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-15Fix #34256: join a mesh with non-uniform scale with another mesh showed wrongBrecht Van Lommel
2012-12-23use foreachMappedVert for ED_mesh_pick_vert()Campbell Barton
2012-12-23minor speedup ED_mesh_pick_vert, ED_mesh_pick_face_vertCampbell Barton
2012-12-23initial support for 'occlude background geometry' in weight paint mode.Campbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-19include cleanupCampbell Barton
2012-10-31make use customdata typeoffset more, add an assert to ensure its to date.Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-25skip updating tessface customdata layers when joining meshes & clear tessface...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-18More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-10-05replace most uses of ED_view3d_project_float_noclip() with ED_view3d_project_...Campbell Barton
2012-09-24fix for crash joining objects with shape keys - own mistake when fixing anoth...Campbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-19joining mesh objects now keeps relative key setting of each keyblock. also jo...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-18fix [#31569] Shapekey w/ Driver - Shapekey Influences Disappears After Going ...Campbell Barton
2012-09-18code cleanup: warningsCampbell Barton
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-07fixes for weight paint mode:Campbell Barton
2012-09-07remove makeDerivedMesh from ED_mesh_pick_face(), this was added 44256 (bmesh ...Campbell Barton
2012-09-07code cleanup: header had many incorrect sections for function/file, also rena...Campbell Barton
2012-09-07code cleanup: move vertex and face picking functions into meshtools.cCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-06-27style cleanup: also some spelling correction.Campbell Barton
2012-06-25Fixes for modifier data in multi-user meshes.Nicholas Bishop
2012-06-13code cleanup: use const float's where possible and specify vector size.Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28code cleanup: Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-27code cleanup: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-12code cleanup: remove unused KeyBlock.adrcodeCampbell Barton
2012-03-29skip using bmesh operators for converting to/from undo meshes (gives some spe...Campbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-26style cleanup: editors/mesh - mostly whitespace around operatorsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton