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-05-04Add name argument to data creation API callsCampbell Barton
2015-05-01Fix a couple of harmless compiler warnings.Brecht Van Lommel
2015-04-30Missed this last commitAntony Riakiotakis
2015-04-30Minor tweaks to make fill and invert support gpixel operationsAntony Riakiotakis
2015-04-30Cleanup: styleCampbell Barton
2015-04-28Project Paint: Add symmetry supportCampbell Barton
2015-04-26Sculpt: symmetrize was leaving edge-tags dirtyCampbell Barton
2015-04-25Fix neg-scaled project-paint in perspective modeCampbell Barton
2015-04-25Project Paint: save 8 bytes per pixel (re-align)Campbell Barton
2015-04-24Fix project painting on a negative scaled objectCampbell Barton
2015-04-24Cleanup: minor editsCampbell Barton
2015-04-24Cleanup: casts, correct debug ifdefsCampbell Barton
2015-04-23Project Paint: minor optimization comparing anglesCampbell Barton
2015-04-20Cleanup: use ED_view3d_backbuf_* prefixCampbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-20Sculpt: remove workaround T25371Campbell Barton
2015-04-20Sculpt: clay-strips was missing accumulate buttonCampbell Barton
2015-04-19Dyntopo: non-topology tool origdata supportCampbell Barton
2015-04-19Cleanup: use meaningful names re: (fc, an, sn)Campbell Barton
2015-04-19Dyntopo: support for original normal accessCampbell Barton
2015-04-19Cleanup: move project code into util functionCampbell Barton
2015-04-19Cleanup: calculating sculpt center & normalCampbell Barton
2015-04-19Dyntopo: avoid over-counting /w neighbor averageCampbell Barton
2015-04-19Sculpt: avoid CD lookup /w mask smoothCampbell Barton
2015-04-19Sculpt: smooth brush, exclude self from averageCampbell Barton
2015-04-18Cleanup: API naming use BKE_undo_ prefixCampbell Barton
2015-04-17Fix T44390: Clay brush weirdness part-2Campbell Barton
2015-04-17Fix T44390: Clay brush weirdness part-1Campbell Barton
2015-04-17Cleanup: simplify sculpt normal accumulationCampbell Barton
2015-04-17Cleanup: simplify sculpt plane accumulationCampbell Barton
2015-04-17Cleanup: remove unused face normalsCampbell Barton
2015-04-17Dyntopo: avoid redundant lookup on original dataCampbell Barton
2015-04-16Cleanup: use const for sculpt codeCampbell Barton
2015-04-15typo in last commitCampbell Barton
2015-04-15Sculpt: change behavior of crease brushCampbell Barton
2015-04-13After user feedback:Antony Riakiotakis
2015-04-13Fix adding to paint-curves from the first pointCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2015-04-09Fix T44308 painting in 2D editor offset by one pixel.Antony Riakiotakis
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-04Cleanup: use float math funcsCampbell Barton
2015-04-04Fix T44264 copy paste error, checking same condition twice.Antony Riakiotakis
2015-04-04Cleanup: use BKE_sculptsession_* prefixCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-28Cleanup: use BKE_texture_ prefixCampbell Barton
2015-03-18RNA: palette colors apiCampbell Barton
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2015-03-13Fix T43959 jittering in 2D texture painting.Antony Riakiotakis
2015-03-10Fix crash enabling dyntopo in background modeCampbell Barton