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
2013-01-17draw active+disabled menu-items, helps for keyboard navigation. Campbell Barton
2013-01-17fix for arrow keys being reversed in the snap menu (Ctrl+Shift+Tab)Campbell Barton
2013-01-17Release Cycle:Thomas Dinges
2013-01-17show a title in menus triggered by WM_OT_context_menu_enum, also show an icon...Campbell Barton
2013-01-17change to own commit r53852. use existing pressure member of UnifiedPaintSett...Campbell Barton
2013-01-17minor speedup for dyntopo edge queue - replace iterator with while loop.Campbell Barton
2013-01-17fix bug in dyntopo - check to remove pbvh vert was always false.Campbell Barton
2013-01-17code cleanup: rename BMVert *v[3]; --> 'v_tri', since 'v' is normally for sin...Campbell Barton
2013-01-17code cleanup: double, float - conversion warnings.Campbell Barton
2013-01-17speed-up dyn-topo by storing the edge-loops rather then edge-faces.Campbell Barton
2013-01-17optimize bmesh operations that use triangle BMFace's (dyn-topo and mesh conve...Campbell Barton
2013-01-16fix for airbrush not using tablet pressure (any brush with BRUSH_SPACE disabl...Campbell Barton
2013-01-16Shape enhanced method exaggerates a shape using a Laplacian smoothing operato...Alexander Pinzon
2013-01-16draw the brush size with pressure applied (when the tablet is used), nice to ...Campbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-16Movies support for CyclesSergey Sharybin
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-16dont add identifiers starting with digits to autocompleteCampbell Barton
2013-01-16don't check for mouse-movement if the double click event isn't on a mouse-but...Campbell Barton
2013-01-16move double click check into its own function.Campbell Barton
2013-01-16text syntax highlighting: don't use utf8 stepping if we know the text is asciiCampbell Barton
2013-01-16patch [#33888] Syntax Highlighting ChangesCampbell Barton
2013-01-16correction to last commitCampbell Barton
2013-01-16Unification of brush codeAntony Riakiotakis
2013-01-16text syntax highlighting, add utility function 'text_format_fill()' which fil...Campbell Barton
2013-01-16resolve issue [#33882] New GG slide - Lost functionalityCampbell Barton
2013-01-16minor changes to ghostCampbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-16code cleanup:Campbell Barton
2013-01-16fix for typo in recent commit.Campbell Barton
2013-01-16WM / Screenshot fix:Thomas Dinges
2013-01-15Bug fix #33873Ton Roosendaal
2013-01-15Bug fix #33748Ton Roosendaal
2013-01-15Logic window usability:Ton Roosendaal
2013-01-15style cleanupCampbell Barton
2013-01-15Code cleanup: remove some remaining code from the old compositor.Brecht Van Lommel
2013-01-15Fix #33800: GLSL group nodes not using the external input value unless a nodeBrecht Van Lommel
2013-01-15Fix #33875: minimize stretch UV tool incremented in steps of 0.2 instead of 0.1,Brecht Van Lommel
2013-01-15Fix #33741,#33856: multi texture drawing problem with VBO's after a recent bu...Brecht Van Lommel
2013-01-15Render: set minimum render size to 1x1 instead of 2x2. As far as I can tell thisBrecht Van Lommel
2013-01-15Jpeg2000 should be saved with straight alphaSergey Sharybin
2013-01-15Follow general mathutils rules for naming straight<->premul functionsSergey Sharybin
2013-01-15fix [#33781] Confusing units in displacement modifier parametersCampbell Barton
2013-01-15Spelling correctionsSergey Sharybin
2013-01-15Two threading issues:Sergey Sharybin
2013-01-15write 16 bit PNG files even when there is no float buffer,Campbell Barton
2013-01-15replace vertex slide with the transform operator. (MESH_OT_vert_slide -> TRAN...Campbell Barton
2013-01-15vertex slide was using flipped value, wasnt so noticable unless you types in ...Campbell Barton