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
path: root/source
AgeCommit message (Expand)Author
2012-06-26Bugfix [#31930] DopeSheet - Grease Pencil mode collapses visible channels whenJoshua Leung
2012-06-25Fixed crash when trying to perform transformation in Clip Editor without clip...Sergey Sharybin
2012-06-25make hue correct grid more faded out.Campbell Barton
2012-06-25fix for crash with blur - happened most when there was a size input, need to ...Campbell Barton
2012-06-25code cleanupJeroen Bakker
2012-06-25fix for [#31899] Compositor: scale to rendersize doesn't work onJeroen Bakker
2012-06-25correct free command for an array in the compositorCampbell Barton
2012-06-25Ignore disabled markers when building keying screen.Sergey Sharybin
2012-06-25Camera solver: take track offset into accountSergey Sharybin
2012-06-25Fix for [#31900] Loop Selection on wireframe selects vertex behind.Bastien Montagne
2012-06-25fix for #31914Jeroen Bakker
2012-06-25Fix #31920: switching from cycles to blender internal with 3d view in renderedBrecht Van Lommel
2012-06-25Fix cycles not working in 3d local view, and missing update when toggling hidingBrecht Van Lommel
2012-06-25the mutex struct seems to be different across systems, use memset rather then...Campbell Barton
2012-06-25Fix compile after 48262 ( braces)Jens Verwiebe
2012-06-25Added feather control to keying nodeSergey Sharybin
2012-06-25more guardedalloc use in C++, also make compositorMutex a static var, was all...Campbell Barton
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-06-25comment for TODO - rgb_to_bw / rgb_to_grayscale usage.Campbell Barton
2012-06-25Optimization of Keying Blur operationSergey Sharybin
2012-06-25style cleanupCampbell Barton
2012-06-25Fixes for modifier data in multi-user meshes.Nicholas Bishop
2012-06-24Tracking dopesheet missed tagigng for update in some cases.Sergey Sharybin
2012-06-24Skip edge matte operation creation if output socket is not connected.Sergey Sharybin
2012-06-24Fix [#31807] Ngon triangulation errorBastien Montagne
2012-06-24Optimization of keying screen nodeSergey Sharybin
2012-06-24Style cleanupSergey Sharybin
2012-06-24Fix crash sliding disabled marker from preview widget.Sergey Sharybin
2012-06-24Release cycles:Thomas Dinges
2012-06-24Typo and spelling fixes pointed by Lockal. thanks!Sergey Sharybin
2012-06-24Fix #31909: "Make Segment" on path-curves gives wrong resultSergey Sharybin
2012-06-24Fix #31908, better drawing for node group interface links. Links from/to node...Lukas Toenne
2012-06-24Fixes for area of interest in keying nodes: no need to wait for the wholeSergey Sharybin
2012-06-24Remove unused header include.Sergey Sharybin
2012-06-24style cleanypCampbell Barton
2012-06-24Added option for exporting material based textures. Cleaned up header files d...Gaia Clary
2012-06-23Keying node: assume overexposured pixels as foregroundSergey Sharybin
2012-06-23rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate.Campbell Barton
2012-06-23Fix for [#29412] "Priority 0 cause problems with pulse mode" reported by Guil...Mitchell Stokes
2012-06-22Collada: (Export) Added export of surface textures, and control over exported...Gaia Clary
2012-06-22added new function BKE_imbuf_to_image_formatGaia Clary
2012-06-22fixed function name: BLI_rebase_path, reworked description, added enum bli_re...Gaia Clary
2012-06-22remove scene from new compositor classes. only needs RenderDataCampbell Barton
2012-06-22fix for [#31890] Lens Distortion inside Node group don't workJeroen Bakker
2012-06-22Nullpointer exception happened when all input sockets of a (for example)Jeroen Bakker
2012-06-22 * fix for [#31553] Tile Compositor: Strange seamsJeroen Bakker
2012-06-22when draw-other-uv's is enabled. fallback to the spaces image if no active fa...Campbell Barton
2012-06-22mask re-key feature - mango request. ability to reset selected points shape k...Campbell Barton
2012-06-22use an inline function for rgb -> bw conversion.Campbell Barton
2012-06-22This backtracks an error introduced in r48155 when trying to fix: http://proj...Nicholas Rishel