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
path: root/source
AgeCommit message (Expand)Author
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-12style cleanup: blenkernelCampbell Barton
2012-05-12Fix [#31426] Unwrapping, First unwrap unwraps with LSCM, not with Angle BasedBastien Montagne
2012-05-12code cleanup: some style and use math defines, also small speedup for dynamic...Campbell Barton
2012-05-12style cleanup: whitespaceCampbell Barton
2012-05-12style cleanup: remaining BLI files.Campbell Barton
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-05-12optimization for select similarCampbell Barton
2012-05-12add bevel to select similar edges operatorCampbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-12fix for building without libmvCampbell Barton
2012-05-12reworded tooltip for Tripod Motion button; fixing spelling and making more clearEd Halley
2012-05-11don't stat bookmark files on load, can make blender hang on slow networks (eg...Campbell Barton
2012-05-11Added verbosity command line argument. Currently used for libmv only.Sergey Sharybin
2012-05-11Fix for UI layout alignment of fixed-size items (including those with width <...Lukas Toenne
2012-05-11style cleanup: whitespaceCampbell Barton
2012-05-11add missing NULL of scene->edCampbell Barton
2012-05-11edits to recent sequencer api additions not to do scene lookups, the scene is...Campbell Barton
2012-05-11no need to clamp python values twice when assigning.Campbell Barton
2012-05-11sequencer bug, was possible to add strips to negative channels, the channel c...Campbell Barton
2012-05-11- dont create scene.sequence_editor on read, means data-browser or autocomple...Campbell Barton
2012-05-11A couple more changes to the file and image nodes to improve access to layers...Lukas Toenne
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