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-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Compilation error fix: abort() wasn't declared in BKE_ccg.h beforeSergey Sharybin
2012-05-11Add mask-drawing support to GPU_Buffers.Nicholas Bishop
2012-05-11Use VertexBufferFormat for multires VBO.Nicholas Bishop
2012-05-11Add keymap and menu entries for masking.Nicholas Bishop
2012-05-11Add support for hiding masked regions.Nicholas Bishop
2012-05-11Add a paint mask operator to clear, fill, or invert the mask.Nicholas Bishop
2012-05-11Update the keymap for the mask brush.Nicholas Bishop
2012-05-11Add mask brush for sculpt mode.Nicholas Bishop
2012-05-11Add new mask-brush icon from Julio Iglesias.Nicholas Bishop
2012-05-11Use paint mask when calculating sculpt strength.Nicholas Bishop
2012-05-11Add undo/redo support for paint masks.Nicholas Bishop
2012-05-11Ensure mask layers are always present in sculpt mode.Nicholas Bishop
2012-05-11Copy GridPaintMask to vertex paint mask when applying multires.Nicholas Bishop
2012-05-11Add mask support to CCGSubSurf and multires.Nicholas Bishop
2012-05-11Add GridPaintMask accessor to paint.c.Nicholas Bishop
2012-05-11Add paint mask access to the PBVH vertex iterator.Nicholas Bishop
2012-05-11Add access to mesh vertex customdata to the PBVH.Nicholas Bishop
2012-05-11Add DNA and customdata entries for paint masks.Nicholas Bishop
2012-05-11Replace hardcoded DMGridData structure with CCGElem/CCGKey.Nicholas Bishop
2012-05-11Add CCGKey/CCGElem for accessing CCGSubSurf elements.Nicholas Bishop
2012-05-11Modify CCGSubsurf to subdivide an arbitrary number of (float) layers.Nicholas Bishop
2012-05-11Add new options to PAINT_OT_brush_select, toggle and create_missing.Nicholas Bishop
2012-05-11Add an RNA access function to get an enum item name from its value.Nicholas Bishop
2012-05-11Code cleanup for multires_dm_create_from_derived().Nicholas Bishop
2012-05-11Code cleanup for parameters of subsurf_make_derived_from_derived.Nicholas Bishop
2012-05-10Fix #31221: Multiple Monitors/Windows Double Click For FocusSergey Sharybin
2012-05-10minor changes to sequencer apiCampbell Barton
2012-05-10Fix #31393: Shape Keys on curves with hooksSergey Sharybin
2012-05-10style cleanup: sequencer and scene rnaCampbell Barton
2012-05-10patch [#30871] VSE py-api Campbell Barton
2012-05-10fix [#31382] Loop Cut and Slide numpad (-)Campbell Barton
2012-05-10fix for fix, own fix for [#31368] didnt work right, now move shadeless & wire...Campbell Barton
2012-05-10Apply [#30199] Fix COLLADA export of material namesNathan Letwory
2012-05-09fix: #31374 Wrong/Missleading hint texts in material assignment. (as clarifie...Gaia Clary
2012-05-09fix: #31374 Wrong/Missleading hint texts in material assignment.Gaia Clary
2012-05-09some speedups for face angle drawingCampbell Barton
2012-05-09Camera tracking: exr frames used to be displayed in linear spaceSergey Sharybin
2012-05-09Fix #31371: copy data path should be disabled in places where it doesn't work,Brecht Van Lommel
2012-05-09Fix crash doing alt+A playback in files saved in version <= 2.34, this code runsBrecht Van Lommel
2012-05-09fix [#31378] Face Angle Rounding To Agressive/Not done in 2.49x?Campbell Barton
2012-05-09style cleanup: pngCampbell Barton
2012-05-09patch [#31355] 16-bit pngs are only read with 8-bit precisionCampbell Barton
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-09patch [#31359] Py Console: Empty current lineCampbell Barton
2012-05-09code cleanup: color/bw conversion - use BLI color function.Campbell Barton
2012-05-09Fix for recent changes in glslSergey Sharybin
2012-05-09classic compile error: GLEW_STATIC needs to be define when we use opengl func...Antony Riakiotakis
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-09Fix #31349: Composite node is not found when part of a group.Sergey Sharybin