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-09-24minor update to panel templates/examples - the panel examples didnt show an o...Campbell Barton
2012-09-22More tweaks to sequencer Header bar: make overlay also available in mix mode,...Bastien Montagne
2012-09-22add a UV Project material option so UV's are calculated taking into account p...Campbell Barton
2012-09-22Added back "mesh.customdata_clear_skin"... followup for r50802Thomas Dinges
2012-09-21Readme:Thomas Dinges
2012-09-21More fixes in Sequencer's View menu (thanks to Lockal for pointing those ;) ).Bastien Montagne
2012-09-21Fix for r50790, removed operator printed error into the console... Thomas Dinges
2012-09-21Fix for [#32595] N shortcut (view-properties) is not shown in preview mode in...Bastien Montagne
2012-09-21remove sticky buttons from the UI, this functionality may be removed and has ...Campbell Barton
2012-09-21remove mask layer from default cubeCampbell Barton
2012-09-21calculate sticky wasnt working very well and had a few glites -Campbell Barton
2012-09-21There was no way to remove mesh data layers from the interface - add a panel ...Campbell Barton
2012-09-20style cleanupCampbell Barton
2012-09-20Fix #32601: armature select similar missing from select menu.Brecht Van Lommel
2012-09-17UI: cosmetic tweak to render/animation/play buttons, align, change icon.Brecht Van Lommel
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15Color Management, Stage 1: Initial OpenColorIO library integrationSergey Sharybin
2012-09-13modifications needed to get a URL from an RNA id from the testing scriptCampbell Barton
2012-09-12fix [#32350] F11 play animation crash when UI language is not "Default"Campbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-09-10when pressing `play` report when the first frame can't be found.Campbell Barton
2012-09-07New i18n font file for Blender, now including Hebrew charset!Bastien Montagne
2012-09-07fixes for weight paint mode:Campbell Barton
2012-09-05change templates to call modal_handler_add() is called last since any errors ...Campbell Barton
2012-09-05code cleanup: python - pass multiple args to string startswith() / endswith()...Campbell Barton
2012-09-04Sequencer: remove effect mask inputSergey Sharybin
2012-09-04Sequencer: remove strip's color balance in favor of modifiersSergey Sharybin
2012-09-03Fix #32372: Blender Locks up when using Quick Fluid featureSergey Sharybin
2012-08-28Adding despeckle as “blender” word...Bastien Montagne
2012-08-27Alternate mask spline feather offset calculation method: now there are 2 [Eve...Campbell Barton
2012-08-25add manual lookup to addon tempalteCampbell Barton
2012-08-25better handle sizes by default for mask mode, now ignore image width/heightCampbell Barton
2012-08-25ability to register your own online manual callbacks - useful for 3rd party a...Campbell Barton
2012-08-25minor code cleanupCampbell Barton
2012-08-25baking actions with euler rotations now uses compatible eulers for pose and o...Campbell Barton
2012-08-25use set's when checking against multiple types.Campbell Barton
2012-08-24Sequencer: bright/contrast modifierSergey Sharybin
2012-08-23Fix #32388: bpy.ops.wm.path_open() not working with path with spaces on Windows.Brecht Van Lommel
2012-08-23Sequencer: move up/down operators for modifiersSergey Sharybin
2012-08-22hook menu was using last remembered use_bone settingCampbell Barton
2012-08-22Fix #32201: particle size compatibility broken for object/group duplication.Brecht Van Lommel
2012-08-22fix for blend_render_info.py not closing file & some edits to comments.Campbell Barton
2012-08-22error message when an addon was missing register/unregister functions whasnt ...Campbell Barton
2012-08-20copy as script operator for the console, so you can copy input from a console...Campbell Barton
2012-08-19Sequencer: per-sequence modifier stack for color gradingSergey Sharybin
2012-08-19Patch #32326: NDOF support of rotation and panning the view at the same timeSergey Sharybin
2012-08-17style cleanupCampbell Barton
2012-08-17rename mask 'Shrink/Fatten' --> 'Scale Feather'Campbell Barton
2012-08-17fix for crash showing tooltip for NODE_OT_add_search()Campbell Barton
2012-08-14style cleanup: pep8 & unfinished comment from own commit.Campbell Barton