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-10-23add option to planar decimator to collapse all verts that define face boundri...Campbell Barton
2012-10-23fix for edge collapse decimator re-combining triangles that make degenerate q...Campbell Barton
2012-10-23add option for decimate-collapse to keep triangulated geometry (normally quad...Campbell Barton
2012-10-23add limited dissolve as a decimation type to the decimate modifier.Campbell Barton
2012-10-23add un-subdivude as an optional method for the decimate modifier, gives more ...Campbell Barton
2012-10-23code cleanup: quiet warningCampbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-22fix: drivers on materials and texture don't update when rendering animationAndrea Weikert
2012-10-22Fix #32937: cycles missing update when changing scene simplify settings. Note...Brecht Van Lommel
2012-10-22Fix related to #32933: UV unwrap had 0.0 margin by default in .blend files,Brecht Van Lommel
2012-10-22Fix build when WITH_INTERNATIONAL is disabled.Brecht Van Lommel
2012-10-22RNA C++ API improvementsSergey Sharybin
2012-10-22Fix #32930: texture colors in material nodes (blender internal) are brighter ...Sergey Sharybin
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-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-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-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-21Compatibility error: BLENDER_MINVERSION was set to 2.61, but that should be 2...Ton Roosendaal
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-21BGE VideoTexture: add depth buffer access to ImageViewport and ImageRender.Benoit Bolsee
2012-10-21code cleanup: spellingCampbell Barton
2012-10-21style cleanup: commentsCampbell Barton