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-03-25Alpha mask textures porting part 1: Support for projective texturing.Antony Riakiotakis
2013-03-19Fix: Clamp alpha to 1.0 or adding alpha in paint creates "isolines" dueAntony Riakiotakis
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18style cleanupCampbell Barton
2013-03-17Fix evil own bug: paint_redraw accessed freed memory. Still doesn'tAntony Riakiotakis
2013-03-17Setting clone cursor is now an option for paint operator. This is notAntony Riakiotakis
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13style cleanup: also remove unused defines in paint_image.cCampbell Barton
2013-03-10Fix: stroke spacing fails in image editor, we need to account forAntony Riakiotakis
2013-03-10Texpaint refactor complete!Antony Riakiotakis
2013-03-10* Cleanup: collapse unneeded paint 2d function to the caller. Also, newAntony Riakiotakis
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07Texture paint refactoring commitAntony Riakiotakis
2013-03-07Support position jittering on new texpaint code using the stroke system.Antony Riakiotakis
2013-03-06Texture paint refactoring commitAntony Riakiotakis
2013-03-03Cleanup, move uv sculpt specific code to sculpt_uv.c. Also renameAntony Riakiotakis
2013-02-21style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking sc...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-11style cleanup: also some typosCampbell Barton
2013-02-02style cleanupCampbell Barton
2013-01-22Fix projection texture painting crashSergey 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-17- draw inner pressure circle for weightpaint, vertexpaint, projectpaint modes.Campbell Barton
2013-01-17fix airbrush + tablet pressure bug.Campbell Barton
2013-01-16Support view mapping mode in projective texture painting. DisableAntony Riakiotakis
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
2012-12-22code cleanup:Campbell Barton
2012-12-05Fix #33419: incorrect color with projection painting in cases strength != 1.0Sergey Sharybin
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-08code cleanup: avoid doing multiplications within macro FTOCHAR() per pixel wh...Campbell Barton
2012-11-06fix [#33037] Soften brush can't handle seams in texture paintCampbell Barton
2012-11-06minor improvement to projection paint pixel initialization - initialize the p...Campbell Barton
2012-10-29Fix: wrong brush drawn in image painting, image editor if uv sculpt is on. No...Antony Riakiotakis
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton