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-23Cloth: Add "velocity damping" to damping options. This will help with the "cl...Daniel Genrich
2012-01-22Add weight preview to WeightVG modifiers, and first, simple/basic refactor of...Bastien Montagne
2012-01-22Quiet warnings in text editorCampbell Barton
2012-01-22use inline BLI_math functions for dot product and length calculation.Campbell Barton
2012-01-22Bugfix [#29869] NLA editor keeps resetting my extrapolation mode every time IJoshua Leung
2012-01-22Bugfix [#28468] Cannot enter "Tweak mode" on mutiple objects at the same time,Joshua Leung
2012-01-22Fluidsim - Restoring simulation speed control (ZanQdo request)Joshua Leung
2012-01-21change filepath limit from 240 to 1024Campbell Barton
2012-01-21Fix [#29940] Stretch To constraint breaks scaling in Transform constraint.Bastien Montagne
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2012-01-21fix 2 bugsCampbell Barton
2012-01-20Skip subsurf normal allocation/calculation when not needed.Nicholas Bishop
2012-01-20comment some dead assibnment and set dummy values for image profile conversio...Campbell Barton
2012-01-20Cleanup of default_value handling in node sockets.Lukas Toenne
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2012-01-20Small cleanup to parameters of _getSubSurf().Nicholas Bishop
2012-01-19Minor code enhancement (replace for loops with while's, and avoid multiple ch...Bastien Montagne
2012-01-19Dynamic Paint:Miika Hamalainen
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2012-01-19add utility functions linearrgb_to_srgb_uchar4,Campbell Barton
2012-01-19Couple minor fixes for DM_debug_print().Nicholas Bishop
2012-01-19debug function DM_debug_info / DM_debug_print, with access from pythonCampbell Barton
2012-01-17fix [#29914] paste text into blender causes crashSv. Lockal
2012-01-17Whitespace tabs vs. spaces consistency changesSergey Sharybin
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-17remove BKE_array_mallocn.h, replace use with BLI_array.h, also removed Campbell Barton
2012-01-17New pchan to pose matrices computes. Fixes [#27898] Bone snap to cursor fails...Bastien Montagne
2012-01-17fix own error in bmesh -> mesh versioningCampbell 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-16Allow camera 1:1 and center camera view to run from menu's.Campbell Barton
2012-01-16use FILE_MAX instead of 240 or comment where define cant be used.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-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-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