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-03-22bmesh: debugging function to help resolve issues with corrupt mesh data - BM_...Campbell Barton
2012-03-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-03-21== Sequencer ==Peter Schlaile
2012-03-21Quick fix to broken text editor/console from r45051.Bastien Montagne
2012-03-21Fix #30616: Inconsistency Del and Backspace of resetting valuesSergey Sharybin
2012-03-21style cleanup: bmeshCampbell Barton
2012-03-21fix [#30617] regression: select similar no thresholdCampbell Barton
2012-03-21patch [#30593] Minor 3D View Hint ChangesCampbell Barton
2012-03-21patch [#30602] Wiki Quick Hack: Apply Transformation To LatticesCampbell Barton
2012-03-21disable re-using 'number_cuts' setting on operators, problem was that you cou...Campbell Barton
2012-03-20Fix related #30606: missing undo push editing node inputs in properties editor.Brecht Van Lommel
2012-03-20Remaining fix for #30606. Added a simple link limit check when replacing node...Lukas Toenne
2012-03-20Fix for [#30445] Particle simulation, rekey crashes blenderJanne Karhu
2012-03-20temp disable inset boundary option, it can make invalid meshes, need to look ...Campbell Barton
2012-03-20replace SETCOL defines with inline function: rgba_char_args_setCampbell Barton
2012-03-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-20style cleanupCampbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-20patch [#30595] Wiki Quick Hacks: Make Tooltip Background Colour ThemeableCampbell Barton
2012-03-20Quiet warnings about unused functions and variables.Nicholas Bishop
2012-03-20bmesh inset: outset optionCampbell Barton
2012-03-20Fix format string warnings (gcc) by using string literals.Nicholas Bishop
2012-03-20bmesh inset:Campbell Barton
2012-03-20Redraw data properties after selecting a bone.Nicholas Bishop
2012-03-19Spelling of UI messages (then -> than).Bastien Montagne
2012-03-19Fix #30594: UV editor transform tools did not show help/pivot line to indicateBrecht Van Lommel
2012-03-19Fix for drag-n-drop images into sequencer: it was impossible to select filesSergey Sharybin
2012-03-19code cleanup: bmesh api - make arg order consistent - htype before hflag or o...Campbell Barton
2012-03-19bmesh: inset tool, access from face menu (Ctrl+F)Campbell Barton
2012-03-19Add a multires function to delete MDisps.Nicholas Bishop
2012-03-19Fix for [#30495] Framerate goes crazy after changing Sync mode from "Frame Dr...Joerg Mueller
2012-03-19Grumph, more fixes in this Select menu (Invert had default op name for metaba...Bastien Montagne
2012-03-18Allow dropping image files from outside blender, or image datablocks from ins...Sv. Lockal
2012-03-18Re-enable the clay strips sculpt brush.Nicholas Bishop
2012-03-18Rename 'clay tubes' to 'clay strips' and include it in the capabilities RNA.Nicholas Bishop
2012-03-18Style cleanup in sculpt.c, no functional changes.Nicholas Bishop
2012-03-18spelling cleanupCampbell Barton
2012-03-18code cleanup:Campbell Barton
2012-03-18fix for invalid use of strncat (N == how many bytes may be appended, not the ...Campbell Barton
2012-03-18fix: UV Islands not selected properly with Ctrl-L. A simple misplacement of t...Antony Riakiotakis
2012-03-18update vertex paint code for last commit, was still using ABGR order.Campbell Barton
2012-03-18swap BMLoopCol r/b color, requires subversion bump.Campbell Barton
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-17Big step forward nodes UI translation:Bastien Montagne
2012-03-17Minor UI messages fixes, and enabling i18n for all modifier_setError() error ...Bastien Montagne
2012-03-17compile fix for 44939Jens Verwiebe
2012-03-17Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERN...Bastien Montagne
2012-03-17Reduce poly map memory usage (used by sculpt smooth brush.)Nicholas Bishop
2012-03-17minor improvement to image info color sample drawing, draw a grey outline.Campbell Barton