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
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-21Optimize tessellation code (min 20% better, up to 300% with some CD layers to...Bastien Montagne
2014-01-20Fix T38269: scene full copy in mesh edit or sculpt mode did not copy mesh edits.Brecht Van Lommel
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-03Fix T38045: Clone stamp crashesSergey Sharybin
2014-01-03Code clean-up change naming of gpu buffers used by pbvh to betterAntony Riakiotakis
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-20Slightly improve undo performance in dyntopo when last operator was maskAntony Riakiotakis
2013-12-20Code Cleanup: styleCampbell Barton
2013-12-19Sculpting:Antony Riakiotakis
2013-12-19Fix T37387 VIEW3D_OT_view_selected in sculpt mode zooms far fromAntony Riakiotakis
2013-12-19Support for symmetry in gravity.Antony Riakiotakis
2013-12-19Fix T37812, anchored sculpting on a flat plane created artifacts.Antony Riakiotakis
2013-12-19Fix T37807 gravity causes crashes when using shif-smoothing.Antony Riakiotakis
2013-12-18Vertex/weight paint: remove "Use All Faces" option.Brecht Van Lommel
2013-12-18Fix T37177, sculpting can act on opposite side of mesh in orthographic camera.Antony Riakiotakis
2013-12-18Style Cleanup: minor edits in recent changesCampbell Barton
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-12-13minor style and comment fix.Antony Riakiotakis
2013-12-12improvements and simplification to gravity code:Antony Riakiotakis
2013-12-12Sculpt mode Gravity feature from GSOC 2010 by Jason Wilkins.Antony Riakiotakis
2013-12-12Mesh API: Add BKE_mesh_origindex_map_createCampbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-12-10Style changes to refactor commit.Antony Riakiotakis
2013-12-10Refactoring/cleanup, borrowed from soc-2013-paint branch.Antony Riakiotakis
2013-12-08Minor addition for completeness (unlikely to happen), make sure newAntony Riakiotakis
2013-12-08Fix T37326 inversion of image channels did not do an undo push. Now only do a...Antony Riakiotakis
2013-12-03Fix T37670: Paint mode + procedural map colours errorSergey Sharybin
2013-12-03Code Cleanup: remove redundant/misleading NULL checksCampbell Barton
2013-12-02MemArena: use size_t instead of int for alloc args and internal storage.Campbell Barton
2013-11-26Sculpt Dynamic Topology: support collapsing edges without subdividing edges a...Brecht Van Lommel
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-16code cleanup: rename flip_side_name to BKE_deform_flip_side_nameCampbell Barton
2013-11-16Code cleanup, cont. A small omission here.Antony Riakiotakis
2013-11-16Code cleanup: Use different redraw options for sculpt mask operators.Antony Riakiotakis
2013-11-16Support for symmetrical box masking in sculpt mode.Antony Riakiotakis
2013-11-06code cleanup: typo and warning when openmp's disabled.Campbell Barton
2013-11-05code cleanup: typosCampbell Barton
2013-11-02code cleanup: warningsCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-31fix for uninitialized value use in newly added fcurve normalized view.Campbell Barton
2013-10-30One more optimization for lasso, clip PBVH against object space planesAntony Riakiotakis
2013-10-30Optimization of lasso masking using scanfill.Antony Riakiotakis
2013-10-30Some comment fixes, add new sculpt masking operators to menusAntony Riakiotakis
2013-10-30Lasso select tool for masking in sculpting. Initial code, non optimizedAntony Riakiotakis