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-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-11bge camera actuator: -X and -Y axisDalai Felinto
2012-01-11Fixed typo in comments for libmv build rules filesSergey Sharybin
2012-01-11fix [#29794] Cannot hide faces in weight-paint modeCampbell Barton
2012-01-11minor changes to BLF api useCampbell Barton
2012-01-11Change how object menu selection works, use an operator with an enum rather t...Campbell Barton
2012-01-11remove spot_interactive() which is now handled by generic py operator.Campbell Barton
2012-01-11patch [#29853] UTF-8 copy&paste for X11 GHOSTCampbell Barton
2012-01-11minor edits to xml presetsCampbell Barton
2012-01-11when building blender as a py module use add_library(... MODULE on all system...Campbell Barton
2012-01-11Commenting and comment fixingJoshua Leung
2012-01-10SVN maintenance.Guillermo S. Romero
2012-01-10(no commit message)Peter Larabell
2012-01-10OSX: cleanup for cmake MODULE compile, not working yet, needs more investigationJens Verwiebe
2012-01-10OSX: fix compiling Blender as MODULEJens Verwiebe
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-10Fix #29827: 2.61 Scale and translate bugsSergey Sharybin
2012-01-10Fix regressions in the color management / dither patch.Brecht Van Lommel
2012-01-10Fix jobs progress display in taskbar incorrectly flashing on/off with multipleBrecht Van Lommel
2012-01-10Adding the kyrgyz language.Bastien Montagne
2012-01-10remove WITH_OGG define, its not used anywhere.Campbell Barton
2012-01-10Some editors choke on lines over 100,000 chars long. Better split.Campbell Barton
2012-01-10comment unused varsCampbell Barton
2012-01-10Camera tracking: fixes for preview widgetSergey Sharybin
2012-01-10Camera tracking: minor code cleanup of RNA file, no functional changesSergey Sharybin
2012-01-10Camera tracking: tracks copy/paste operatorSergey Sharybin
2012-01-10Camera tracking: marker's frame number is now writable from python apiSergey Sharybin
2012-01-10Camera tracking: improvements of python apiSergey Sharybin
2012-01-10ui typo + small fixDalai Felinto
2012-01-09Cycles: multi GPU rendering support.Brecht Van Lommel
2012-01-09Cycles: show elapsed time for F12/background render.Brecht Van Lommel
2012-01-09Cycles: small tweak to checker texture, scale rather than add with epsilon,Brecht Van Lommel
2012-01-09Fix #29835: joining meshes leads to crashSergey Sharybin
2012-01-09Fix #29793: Physics go crazy if frames get skippedSergey Sharybin
2012-01-09have add_weight_mcol_dm() set the 4th corner of a tri faces color to 0, other...Campbell Barton
2012-01-09WIP script to check results of different modifier combinations and display mo...Campbell Barton
2012-01-09Tag unused argumentSergey Sharybin
2012-01-09bugfix for solidify modifier rim faces which were created from triangles, wou...Campbell Barton
2012-01-09Typo fix - thanks "Olson" on IRC!Joshua Leung
2012-01-09dont draw object center dot for opengl renderCampbell Barton
2012-01-09fix an error rendering opengl weightpaint data wasn't working when python ini...Campbell Barton
2012-01-08Fix #29828: Reloading background movie clip crashes BlenderSergey Sharybin
2012-01-08Cycles: checker texture node, patch by Thomas.Brecht Van Lommel
2012-01-08Color:Brecht Van Lommel
2012-01-08Improved auto-hiding of unused sockets for collapsed nodes.Lukas Toenne
2012-01-08Fix for [#28978]Alexander Kuznetsov
2012-01-08Code cleanupJoshua Leung
2012-01-07Fix for last commit, missed check for ob, could cause errors when object was ...Thomas Dinges