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-10-22Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-10-22decimator - small optimization on check for degenerate edges.Campbell Barton
2012-10-22code cleanup: check defgroup_name_index() return value != -1, rather then che...Campbell Barton
2012-10-22Apparently msvc doesn't have isnan.Sergey Sharybin
2012-10-22add vertex group option to decimate modifier, handy if you want to pin some p...Campbell Barton
2012-10-22Bugfix #30378 Ton Roosendaal
2012-10-22Fix for inline functions of new cineon librarySergey Sharybin
2012-10-22Update of the tools for the new "dynamic" i18n menu, to generate the language...Bastien Montagne
2012-10-22Fix related to #32929: update list of available devices for cycles renderingBrecht Van Lommel
2012-10-22New "dynamic" i18n menu.Bastien Montagne
2012-10-22Some more fixes for cineonSergey Sharybin
2012-10-22Compilation fix for windows platformSergey Sharybin
2012-10-22Compilation error fix for scons caused by recent dpx commitSergey Sharybin
2012-10-22style cleanup: use more const's in BLI_heap & dpx/cineon style cleanupCampbell Barton
2012-10-22Patch #27397: Improved DPX/Cineon codeSergey Sharybin
2012-10-22Fix #32947: cycles color to float conversion issue after integer socket commit.Brecht Van Lommel
2012-10-22style cleanupCampbell Barton
2012-10-22fix for own error in BLI_heap_new_ex() when zero size is passed.Campbell Barton
2012-10-22Support for connected style proportional editing in UV editor. Now when conne...Antony Riakiotakis
2012-10-22Fix [#32884] select by group not working when active object in more than one ...Bastien Montagne
2012-10-22Revert part of r51487 (those files are needed by the boolean ops code, /inter...Bastien Montagne
2012-10-22small optimization for BLI_heap(), give some speedup in decimeter.Campbell Barton
2012-10-22remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also r...Campbell Barton
2012-10-22Tooltip/Description fixes for recent "tweaks"Joshua Leung
2012-10-22enable bmesh decimator by default.Campbell Barton
2012-10-22fix own mistake - passing wrong argument to bmesh decimator when calculating ...Campbell Barton
2012-10-21Fix for [#32931] Crop node resets values to 0Jeroen Bakker
2012-10-21bmesh-decimator updateCampbell Barton
2012-10-21== filebrowser ==Andrea Weikert
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-10-21Bugfix #27504Ton Roosendaal
2012-10-21bmesh decimate fixesCampbell Barton
2012-10-21Texture UI:Thomas Dinges
2012-10-21Compatibility error: BLENDER_MINVERSION was set to 2.61, but that should be 2...Ton Roosendaal
2012-10-21Fix for OSL closure base class. The 'blur' method is not implemented and must...Lukas Toenne
2012-10-21Fix [#32934] Some UI texts translated/untranslated regardless of "Interface" ...Bastien Montagne
2012-10-21Fix blenderplayer build (more stub funcs...).Bastien Montagne
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21Bugfix [#32932] Can't see the Speaker properties when using CyclesJoshua Leung
2012-10-21BGE VideoTexture: add depth buffer access to ImageViewport and ImageRender.Benoit Bolsee
2012-10-21code cleanup: spellingCampbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-20Atempt to get rid of those ugly "long locales" under windows. Tested by me (w...Bastien Montagne
2012-10-20Fix for r51447 (my CMake 2.8.9 did not like it, looks like with quotes it sui...Bastien Montagne
2012-10-20style cleanupCampbell Barton
2012-10-20bmesh-decimator, skip recalculating face normals on each edge collapse. (they...Campbell Barton
2012-10-20Cycles / OSL:Thomas Dinges
2012-10-20bmesh-decimate now only does CustomData_has_math for loop layers, add CustomD...Campbell Barton
2012-10-20bmesh decimator support for loop & edge customdata. (most importantly UVs and...Campbell Barton