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-01-17include svn revision in the crash log, also free smoothview on the off-chance...Campbell Barton
2013-01-17minor changes to view3dCampbell Barton
2013-01-17Accidentally added commented line when testing smoothview fix.Campbell Barton
2013-01-17fix [#33894] Viewport heavily distortedCampbell Barton
2013-01-17fix for own bug introduced when splitting up vertex slide function.Campbell Barton
2013-01-17- draw inner pressure circle for weightpaint, vertexpaint, projectpaint modes.Campbell Barton
2013-01-17change to pressure & sculpt mode:Campbell Barton
2013-01-17fix airbrush + tablet pressure bug.Campbell Barton
2013-01-17add NULL check for XInput device, since its possible only one is valid.Campbell Barton
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-17fix for GHOST/X11 using uninitialized memory for the tablets active state. (p...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-16revert previous commit, the properties here are confusing since there are 2 r...Campbell Barton
2013-01-16sculpt mode: there was no UI access to the brushes 'use_space' option, yet it...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-16fix for glitch in X11 with tablets.Campbell Barton
2013-01-16Style cleanup: spaces at the end of linesSergey Sharybin
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-16UI / Scene Context:Thomas Dinges
2013-01-16Mac OS X, Intuos tablet fixTon Roosendaal
2013-01-16Unification of brush codeAntony Riakiotakis
2013-01-16Fix #33877: Pressure Sensitivity stop after opening User Preferences WindowSergey Sharybin
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-16style cleanupCampbell Barton
2013-01-16fix for typo in recent commit.Campbell Barton