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-02-14Fix: Tiled image painting in image editor was broken for float canvas.Antony Riakiotakis
2013-02-14fix own bug in weight gradient tool, need to check if mesh dverts will be ove...Campbell Barton
2013-02-14fix for crash with project paint when there is no brush (possible applying pr...Campbell Barton
2013-02-11Implemented delayed partial rect update for image buffersSergey Sharybin
2013-02-11fix [#34143] Can't Select Bones in Weight paint mode with Left mouse Selectio...Campbell Barton
2013-02-11fix for weight gradient crashing on redo (wasn't possible to redo this initia...Campbell Barton
2013-02-11fix for own bug - memory leak when cancelling weight gradient toolCampbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-10style cleanupCampbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-02-05own recent change to triangulate bmesh operator stopped filling in mapping sl...Campbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-03fix for error in own recent change, sculpt triangulate was done on a bmesh wi...Campbell Barton
2013-02-02style cleanupCampbell Barton
2013-01-30fix [#33987] X-ray mode on bones nullifies weight paint modeCampbell Barton
2013-01-29sculpt, replace bmo call to triangulate with BM_mesh_triangulate()Campbell Barton
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