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-27bmesh todo, unlikly but possible - entering editmode with faces and no polys.Campbell Barton
2012-03-27fix [#30651] bpy.ops.object.mode_set(...) editmode removes faces.Campbell Barton
2012-03-27Clean-up logic of behavior of refresh/reload operators in sequencerSergey Sharybin
2012-03-26Fix crash of Refresh Sequencer when some Movie / MovieClip strips doesn't hav...Sergey Sharybin
2012-03-26Fix #30675: Default .blend should have clay strips brushSergey Sharybin
2012-03-26Request from Mango team which will most probably expected by everyone:Sergey Sharybin
2012-03-26Fix for own error in sequencer's Select menu (from r40658, makes me wonder if...Bastien Montagne
2012-03-26- MovieClip strips now have got valid color for older saved filesSergey Sharybin
2012-03-26Fix #30676: UV unwrap did not create UV map with proper default coordinates.Brecht Van Lommel
2012-03-26fix [#30257] bmesh: Rip "V" don't work on end vertexCampbell Barton
2012-03-26Fix #30430: Can only alt+scroll image buffer slot onceSergey Sharybin
2012-03-26Minor fixes to recent new UI messages.Bastien Montagne
2012-03-26fix [#30658] existing uv mesh coordinates not copied to new created uv mapCampbell Barton
2012-03-26disallow adding tessfaces to a mesh with polygons (only allowed case is creat...Campbell Barton
2012-03-26style cleanup: editors/mesh - mostly whitespace around operatorsCampbell Barton
2012-03-26fix [#30657] New UV layers created with Mesh.uv_textures.new reset previous o...Campbell Barton
2012-03-26rename lattice influence to strength from r45144 (other deform modifiers call...Campbell Barton
2012-03-26style cleanup: mostly whitespace around operatorsCampbell Barton
2012-03-26Code style cleaup for motion-tracking modules.Sergey Sharybin
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-26fix #30668 and the rest of #30638.Antony Riakiotakis
2012-03-25Fix #30638 and part of #30646.Antony Riakiotakis
2012-03-24style cleanup: operator/whitespaceCampbell Barton
2012-03-24fix for error adding vertex colors in editmode.Campbell Barton
2012-03-24fix for crash removing vertex colors in editmode.Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell 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: 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