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-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17Whitespace tabs vs. spaces consistency changesSergey Sharybin
2012-01-17svn merge ^/trunk/blender -r43443:43461Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-17New pchan to pose matrices computes. Fixes [#27898] Bone snap to cursor fails...Bastien Montagne
2012-01-17svn merge ^/trunk/blender -r43436:43443Campbell Barton
2012-01-17fix own error in bmesh -> mesh versioningCampbell Barton
2012-01-17svn merge ^/trunk/blender -r43420:43436Campbell Barton
2012-01-17comment unused varCampbell Barton
2012-01-16Dynamic Paint:Miika Hamalainen
2012-01-16patch [#29859] UTF-8 support for text editor.Sv. Lockal
2012-01-16more keymap editsCampbell Barton
2012-01-16svn merge ^/trunk/blender -r43392:43420Campbell Barton
2012-01-16Allow camera 1:1 and center camera view to run from menu's.Campbell Barton
2012-01-15Remove unused code and code sued for debugSergey Sharybin
2012-01-15Color channels now can be disabled for the whole frame in clip editorSergey Sharybin
2012-01-15Refactoring and code deduplicate in movie cacheSergey Sharybin
2012-01-15svn merge ^/trunk/blender -r43381:43392Campbell Barton
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
2012-01-14add utility function to BLI_math_color - rgb_to_luma, rgb_to_luma_byte, also ...Campbell Barton
2012-01-14- opengl render in quadview wasn't using camera.Campbell Barton
2012-01-14ensure functions are not used within FTOCHAR macro since they run 2-3 times.Campbell Barton
2012-01-13Group DEM node code with the rest of the mattes, rather than the filters. Als...Peter Larabell
2012-01-13Added Lossless Output option for h264 codec.Sergey Sharybin
2012-01-13Fix #29824: Error writing frame if 3D scene starts after first frame of anima...Sergey Sharybin
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-13Fix some RNA/scene issuess with unified paint settings.Nicholas Bishop
2012-01-13Fix related to #29694: quicktime export was not showing or respecting RGBABrecht Van Lommel
2012-01-12Rename the sculpt/paint unified flags for better consistency, no functional c...Nicholas Bishop
2012-01-12Move unified paint fields from ToolSettings into their own UnifiedPaintSettin...Nicholas Bishop
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2012-01-12remove redundant trailing slashesCampbell Barton
2012-01-12fix for error in merge, weightpaint would crashCampbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43220:43278 --accept postponeCampbell Barton
2012-01-11dynamicpaint had some incorrect string sizes for layers names, use BLI string...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
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-10(no commit message)Peter Larabell
2012-01-10comment unused varsCampbell Barton
2012-01-10Camera tracking: fixes for preview widgetSergey Sharybin
2012-01-10Camera tracking: tracks copy/paste operatorSergey Sharybin
2012-01-10Camera tracking: improvements of python apiSergey Sharybin
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-08Cycles: checker texture node, patch by Thomas.Brecht Van Lommel