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-06-27bmesh.ops module for bmesh operator access, only remove_doubles and convex_hu...Campbell Barton
2012-06-26fix for a handful of memory leaks relating to parsing and allocating arbitrar...Campbell Barton
2012-06-26Fix for crash of keying screen node in cases when there's noSergey Sharybin
2012-06-26mathutils.Vector(kw=value) wasn't raising an error as it should.Campbell Barton
2012-06-26Fix issue with resetting active nurb when sawing from edit modeSergey Sharybin
2012-06-26mask and grease pencil now display in the dope sheet summeryCampbell Barton
2012-06-26Optimization of keying screen nodeSergey Sharybin
2012-06-26fix for checking wrong flag with removing mask shape keys doubles on the dope...Campbell Barton
2012-06-26quiet all -Wshadow warnings in the compositor.Campbell Barton
2012-06-26rename remaining class members with m_ prefix.Campbell Barton
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
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-22Collada: (Export) Added export of surface textures, and control over exported...Gaia Clary