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
2012-11-26fix [#33303] face selection masking for painting does not work with mesh with...Campbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-09style cleanup: indentationCampbell Barton
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-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-29Fix: wrong brush drawn in image painting, image editor if uv sculpt is on. No...Antony Riakiotakis
2012-10-29Complete fix for [#33002] Wrong vertex color.Bastien Montagne
2012-10-29correct use_fast_update for vertex painting, it wasn't swapping red/blue as i...Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
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-22Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-13And more UI messages spell check.Bastien Montagne
2012-10-13Cycles: progressive refine optionSergey Sharybin
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-08code cleanup: reduce change the size of some float vectors that were bigger t...Campbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-06fix writing past array bounds in imagewraposa().Campbell Barton
2012-10-06disable padding warning for DNA, gave problems with struct bounds padding whi...Campbell Barton
2012-10-05replace most uses of ED_view3d_project_float_noclip() with ED_view3d_project_...Campbell Barton
2012-10-05replace ED_view3d_project_float with ED_view3d_project_float_globalCampbell Barton
2012-10-02fix for crash in own recent masking commit with 'flood fill' operator.Campbell Barton
2012-10-02correct some include dirs not being included as SYSTEM paths in cmake.Campbell Barton
2012-10-01mask data is no longer automatically added when sculpting (except when there ...Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-27minor change for sculpt undo, was getting the derived-mesh before calling scu...Campbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-23fix for some crashes running operators in background mode.Campbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-19Color Management: don't apply display transform on Non-Color imagesSergey Sharybin
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-18Fix #31539, painting in image editor while in object mode does not update mip...Antony Riakiotakis
2012-09-18code cleanup: remove vertex/weight paint's VP_COLINDEX, this feature worked i...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-15fix [#32381] Sculpt: crash when using radius sensitivityCampbell Barton