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
2015-02-04Fix T43560: crash when loading old (2.45 here) file whith multires.Bastien Montagne
2014-11-01Cleanup/fix from latest coverity report.Bastien Montagne
2014-10-17Cleanup: use SQUARED macroCampbell Barton
2014-10-15Cleanup: unused varCampbell Barton
2014-10-14BLI_bitmap: add a macro to set/clear the whole bitmap at once.Bastien Montagne
2014-07-12Code Cleanup: use constCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13BLI_bitmap: typecheck macoCampbell Barton
2014-06-12Fix T40582: issues with apply scale when having multires and scene simplifySergey Sharybin
2014-04-04Code cleanup: no need to use calloc when memory is initialized afterCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-11-26Fix T37541: multires not reading external displacement file after entering ed...Brecht Van Lommel
2013-10-01Mark some CCG funcrions as inlinedSergey Sharybin
2013-09-09move mesh evaluation functions (normal, mapping, smooth group... etc, calcula...Campbell Barton
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-28Fix #35513: Multires modifier normal corruption on apply baseSergey Sharybin
2013-05-18Fix #35404: crash in file save with python code that accesses mesh from panel.Brecht Van Lommel
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-01-19style cleanupCampbell Barton
2012-12-30Code cleanup: rename BLI_pbvh to BKE_pbvhNicholas Bishop
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-10-31make use customdata typeoffset more, add an assert to ensure its to date.Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-01mask data is no longer automatically added when sculpting (except when there ...Campbell Barton
2012-10-01fix for crash deleting higher multi-res levels without mask data.Campbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-16Put paint mask grid allocation in a critical sectionNicholas Bishop
2012-07-14Fix [#32013] Crash loading a 2.49b modelBastien Montagne
2012-06-25Fixes for modifier data in multi-user meshes.Nicholas Bishop
2012-06-11Fix applying object transform to multires objects.Nicholas Bishop
2012-06-05Fix NULL free warning in multires.Nicholas Bishop
2012-05-27style cleanupCampbell Barton
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-15Fix bug #31460, crash in multires on leaving edit modeNicholas Bishop
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Add mask support to CCGSubSurf and multires.Nicholas Bishop
2012-05-11Replace hardcoded DMGridData structure with CCGElem/CCGKey.Nicholas Bishop
2012-05-11Code cleanup for multires_dm_create_from_derived().Nicholas Bishop
2012-05-11Code cleanup for parameters of subsurf_make_derived_from_derived.Nicholas Bishop