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-04-10Fix #30664: Texturepaint color does not match texture color (3D View vs UV/Im...Sergey Sharybin
2012-04-10Fix #30874: Single texture display in Edit ModeSergey Sharybin
2012-04-10Code cleanup: remove a bunch of unused code from this file.Brecht Van Lommel
2012-04-10mango request: option to draw background in front of all objects in the viewp...Sergey Sharybin
2012-04-10Address [#30842] Blenders Measurement Units set to Metric, makes some Precisi...Campbell Barton
2012-04-10fix [#30848] Edge Selection fails when the following Conditions met:Campbell Barton
2012-04-09use 'const float[3]' for derived mesh callback args.Campbell Barton
2012-04-05fix [#30788] Weight paint mode draws mask single sided only when selected.Campbell Barton
2012-04-04rename MPoly vars called mface or mf, to avoid confusion with MFace types.Campbell Barton
2012-04-03Fix #30789: cycles still taking into account textured solid option when it sh...Brecht Van Lommel
2012-04-02style cleanupCampbell Barton
2012-04-02patch [#30721] Fly Operator Stack CorruptionCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-29Fix #30717: Bmesh Branch manipulator bug (Maya Keymaps)Sergey Sharybin
2012-03-29Fix #30719: Align View to Selected has unexpected results on further view changeSergey Sharybin
2012-03-28Cycles: viewport rendered draw mode now shows background images, also changed...Brecht Van Lommel
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-26style cleanup: mostly whitespace around operatorsCampbell Barton
2012-03-26style cleanup: dont use 'else for' for extended blocks of code (quite confusing)Campbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24code cleanup: use zero_v3Campbell Barton
2012-03-233D View Themes:Thomas Dinges
2012-03-22Fix [#30614] (some Display settings are uneeded for non-geometry/material obj...Bastien Montagne
2012-03-22Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from WEIGHT to PREVIEW, as t...Bastien Montagne
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-21patch [#30593] Minor 3D View Hint ChangesCampbell Barton
2012-03-20Fix for [#30445] Particle simulation, rekey crashes blenderJanne Karhu
2012-03-18spelling cleanupCampbell Barton
2012-03-18code cleanup:Campbell Barton
2012-03-18swap BMLoopCol r/b color, requires subversion bump.Campbell Barton
2012-03-17Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERN...Bastien Montagne
2012-03-11style cleanup: + some warning fixes, also remove unused metaelem extern.Campbell Barton
2012-03-10style cleanup: fly mode.Campbell Barton
2012-03-10change fly mode behavior to address issue raised in [#30508] - there being no...Campbell Barton
2012-03-10disable object outline draw when painting (its distracting), also fix for own...Campbell Barton
2012-03-09DO not increment image user counter on view3d duplicate and not decrementSergey Sharybin
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08Fix ##30455: Orthographic grid alignment jumps/shifts when zoomingSergey Sharybin
2012-03-08Partial Bugfix [#30097] : Current frame indicator on Motion Paths drawnJoshua Leung
2012-03-08Code cleanup: use named values for options in DerivedMesh drawing.Nicholas Bishop
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-07change camera zoom from short to float.Campbell Barton
2012-03-07fix for error in r44711, needed to update sequencer callback.Campbell Barton
2012-03-07Another mango request: Ctrl-MMB zoom in camera viewSergey Sharybin
2012-03-07Mango request: use active scene clip as background for sequencer scene strip ...Sergey Sharybin