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-01-14fix own bug [#29875] Due to operators now reusing there last-used settings, s...Campbell Barton
2012-01-14theme settings - split space and space list into their own RNA members, displ...Campbell Barton
2012-01-13Move FFmpeg and QuickTime settings to own structure inside RenderSettingsSergey Sharybin
2012-01-13Added Lossless Output option for h264 codec.Sergey Sharybin
2012-01-13adding metaballs and lamps in local mode was broken.Campbell Barton
2012-01-13rename 'MultiLayer' to 'OpenEXR MultiLayer'Campbell Barton
2012-01-13Fix some RNA/scene issuess with unified paint settings.Nicholas Bishop
2012-01-12Move unified paint fields from ToolSettings into their own UnifiedPaintSettin...Nicholas Bishop
2012-01-12Cucumber - AA for blenderplayer and fullscreenDalai Felinto
2012-01-11minor edits to xml presetsCampbell Barton
2012-01-10move theme presets out of the header into the main panel.Campbell Barton
2012-01-10enable xml preset save/load, replace install/export themes with these.Campbell Barton
2012-01-10initial support for XML presets, these have the advantage...Campbell Barton
2012-01-10Camera tracking: tracks copy/paste operatorSergey Sharybin
2012-01-10ui typo + small fixDalai Felinto
2012-01-09Cycles: multi GPU rendering support.Brecht Van Lommel
2012-01-09Typo fix - thanks "Olson" on IRC!Joshua Leung
2012-01-07Fix for last commit, missed check for ob, could cause errors when object was ...Thomas Dinges
2012-01-07More whitespace cleanup in python scriptsSergey Sharybin
2012-01-07Whitespace cleanup in curve properties scriptSergey Sharybin
2012-01-06Tweaks for Node Header UI code:Thomas Dinges
2012-01-06Cycles / Nodes:Thomas Dinges
2012-01-063DView / Properties Region:Thomas Dinges
2012-01-06Properties Window UI:Thomas Dinges
2012-01-05* Fixing a typo in clip operators.Thomas Dinges
2012-01-052.6 UI Files:Thomas Dinges
2012-01-05logic editor ui adjustment, all gameprop types are replaced by the ob.data.bo...Dalai Felinto
2012-01-05edit on recent font UI changes.Campbell Barton
2012-01-05add bpy collection method .find(key), so you can get the index of an item in ...Campbell Barton
2012-01-05This patch creates an interface for ["Text"] properties in Font objects.Dalai Felinto
2012-01-04Camera tracking: added depth object to Follow Track constraintSergey Sharybin
2012-01-04Camera tracking: fixes in Link Empty to Track and Bundles to Mesh operatorsSergey Sharybin
2012-01-04Object tracking: now Object Solver constraint can be converted to F-CurvesSergey Sharybin
2012-01-03Fix for follow track constraint using incorrect icon nameSergey Sharybin
2012-01-02weight paint buttons now work in weight paint vertex select modeCampbell Barton
2012-01-02py scripts - replace bad uses of len(),Campbell Barton
2012-01-01use `props` all over for operator properties varsCampbell Barton
2012-01-01rna_xml module - write colors as hexadecimal values, also swap import/export ...Campbell Barton
2012-01-01pep8 editsCampbell Barton
2012-01-01theme import/export - uses generic rna_xml py module.Campbell Barton
2012-01-01add the ability to read from XML into RNA for rna_xml moduleCampbell Barton
2012-01-01initial rna <> xml module, copied from dump_rna2xml.py, not yet functional Campbell Barton
2011-12-31minor style edits to space_clip & unused varCampbell Barton
2011-12-31Small tweaks from Zafio for the remesh modifier iconNicholas Bishop
2011-12-31Add remesh modifier (dual contouring).Nicholas Bishop
2011-12-30Object tracking integrationSergey Sharybin
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-12-30Camera tracking: improvements of track preview widgetSergey Sharybin
2011-12-30check for presets in addons dirs. this way addons can install their own prese...Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton