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-01-24Remove dynamic-topology flag from mesh when entering sculpt modeNicholas Bishop
2013-01-22Fix projection texture painting crashSergey Sharybin
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-21Ommit extraneous check for paint tool in 3d mapping case (Only draw toolAntony Riakiotakis
2013-01-213D mapping for projective texture painting (only for draw brush). UsefulAntony Riakiotakis
2013-01-20Fix #33941. We need to free the image editor ibuf too if no image isAntony Riakiotakis
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-20Use KKEY in sculpt mode to activate the snake hook brushNicholas Bishop
2013-01-20Update object bounding box during sculptNicholas Bishop
2013-01-20Disable OpenMP with dyntopo in paint_mesh_restore_co()Nicholas Bishop
2013-01-17- draw inner pressure circle for weightpaint, vertexpaint, projectpaint modes.Campbell Barton
2013-01-17change to pressure & sculpt mode:Campbell Barton
2013-01-17fix airbrush + tablet pressure bug.Campbell Barton
2013-01-17change to own commit r53852. use existing pressure member of UnifiedPaintSett...Campbell Barton
2013-01-16fix for airbrush not using tablet pressure (any brush with BRUSH_SPACE disabl...Campbell Barton
2013-01-16draw the brush size with pressure applied (when the tablet is used), nice to ...Campbell Barton
2013-01-16Support view mapping mode in projective texture painting. DisableAntony Riakiotakis
2013-01-16Get rid of the BRUSH_FIXED_TEX flag, use mapping modes instead. VersionAntony Riakiotakis
2013-01-16Unification of brush codeAntony Riakiotakis
2013-01-08style cleanupCampbell Barton
2013-01-07style cleanup: '} else' and add this check to check_style_c.pyCampbell Barton
2013-01-07Fix for r53610, check that ob->sculpt is valid before using itNicholas Bishop
2013-01-06Disable multires in sculpt mode if dynamic-topology mode is enabledNicholas Bishop
2013-01-05style cleanup: also add checker for function brace placement.Campbell Barton
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2013-01-04fix occasional memory leak in projection paint - multiple threads could initi...Campbell Barton
2013-01-04no need to initialize the 2D paint node tree when project painting.Campbell Barton
2013-01-04code cleanup: warningsCampbell Barton
2013-01-02dyntopo speedup for smooth brush, no need to search for the shared vert-face ...Campbell Barton
2013-01-02style cleanupCampbell Barton
2013-01-02rename image paint_image_2d to lowercase (as we have for view2d).Campbell Barton
2013-01-02rename paint_2D to paint_image_2D. Catering for possible name conflictsAntony Riakiotakis
2013-01-02Code cleanup:Antony Riakiotakis
2013-01-01fix for own error in recent weight paint code, bound-box clip wasnt working.Campbell Barton
2013-01-01make wight-paint-through feature work in face select mode. (still WIP, relies...Campbell Barton
2013-01-01remove vertex selection check for weight paint mode so you can paint `through...Campbell Barton
2013-01-01Fix: weight painting operated only for selected vertices in edit mode.Antony Riakiotakis
2012-12-31style cleanupCampbell Barton
2012-12-30Code cleanup: rename BLI_pbvh to BKE_pbvhNicholas Bishop
2012-12-30Add UI and keybindings for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add symmetrize operator for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add simplify brush for sculpt modeNicholas Bishop
2012-12-30Hiding support for dynamic topologyNicholas Bishop
2012-12-30Add dynamic topology support to sculpt modeNicholas Bishop
2012-12-30Move layer displacements from SculptUndoNode to PBVHNodeNicholas Bishop
2012-12-28style cleanupCampbell Barton
2012-12-28code cleanup:Campbell Barton
2012-12-28fix for memory leak with weight painting and ensure vertex group is created b...Campbell Barton
2012-12-28remove unneeded inline lookups and fix error with wpaint_stroke_test_start re...Campbell Barton