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
2018-08-12Merge branch 'hair_guides' into hair_guides_groominghair_guides_groomingLukas Tönne
2018-07-30Cleanup/Refactor: Move CurveCache runtime data into Object.runtime struct.Bastien Montagne
2018-06-09Merge branch 'hair_guides' into hair_guides_groomingLukas Tönne
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-06-04Move bind data from bundle to region.Lukas Tönne
2018-06-04Move the selection flag from bundle to region.Lukas Tönne
2018-06-04Introduce GroomRegion struct to replace lists of bundles.Lukas Tönne
2018-05-27Merge branch 'hair_guides' into hair_guides_groomingLukas Tönne
2018-05-24Fix T55186: Circle and Lasso select were not working on Pose BonesJoshua Leung
2018-05-21Revert "Cleanup: Temporarily removed all groom object type code, move it to a...Lukas Tönne
2018-05-21Cleanup: Temporarily removed all groom object type code, move it to a separat...Lukas Tönne
2018-04-21Merge branch 'blender2.8' into hair_guidesLukas Tönne
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-01-07Sparser edge drawing for grooms to reduce visual clutter.Lukas Tönne
2017-12-30Mouse-picking operator for groom vertex selection.Lukas Tönne
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-05-18Fix T51538: Weight-paint circle select w/ clippingCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
2013-06-25Include DNA_scene_types before ED_object instead of forward enum declarationSergey Sharybin
2013-06-19Remove paranoid null checks for editmesh EDBM_vert_at_index and friends (use ...Campbell Barton
2013-05-08add in asserts when rv3d->viewmatob, rv3d->persmatob are not initialized.Campbell Barton
2012-12-23add zbuf/depth option to weight paint lasso select.Campbell Barton
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-12use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.Campbell Barton
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-10-26fix own error when refactoring projection code, [#32971] Edge Select unusable...Campbell Barton
2012-10-17code cleanup:Campbell Barton