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-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-24code cleanup: bmesh_ source files in our editor dir, they are the same as ot...Campbell Barton
2012-03-24code cleanup: re-shuffle some functions so EDBM_ functions are in bmesh_utils.cCampbell Barton
2012-03-24fix for error with saving files after double clicking, the 'need_active' sett...Campbell Barton
2012-03-24code cleanup: more consistent naming for mesh operator functions.Campbell Barton
2012-03-24Sequence Editor Themes:Thomas Dinges
2012-03-24code cleanup: use zero_v3Campbell Barton
2012-03-23Better smoothing for sculpt cube falloff.Nicholas Bishop
2012-03-233D View Themes:Thomas Dinges
2012-03-23Knifetool: add help message in header lineHoward Trickey
2012-03-23bmesh editmode - split dissolve into its own menu. mesh delete code was getti...Campbell Barton
2012-03-23Fix for jump to keyframe operator reusing property values incorrectSergey Sharybin
2012-03-23fix for error with console command history not working, using previous settings.Campbell Barton
2012-03-23file selector text field and file renaming were doing undo pushes.Campbell Barton
2012-03-23edge split bmesh operator wasnt accessible (defined but not used), for some r...Campbell Barton
2012-03-23Fix for step-by-step tracking issue caused by operator presets changesSergey Sharybin
2012-03-23patch [#30620] Wiki Quick Hack: Make Tooltip Text Colour ThemeableCampbell Barton
2012-03-22Correction recent start/end range values for frames: it was impossible to setSergey Sharybin
2012-03-22Fix for Add Movie Strip and Add Sound Strip operators and operator property r...Sergey Sharybin
2012-03-22Fix [#30614] (some Display settings are uneeded for non-geometry/material obj...Bastien Montagne
2012-03-22Fix #30491: Not Updating Scene LengthSergey Sharybin
2012-03-22Quick Mango request: Adjustable contrast/intensity for unselected F-Curves inJoshua Leung
2012-03-22Fix #30575: Text gets wrongly clipped when using accented lettersSergey Sharybin
2012-03-22Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from WEIGHT to PREVIEW, as t...Bastien Montagne
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
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