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-23use min_ max_ functions in more places.Campbell Barton
2012-10-23Fix #32837: DDS images flipped in viewport compared to render. This happenedBrecht Van Lommel
2012-10-23skip hidden datablocks when switching screens.Campbell Barton
2012-10-23comment quick cache RNA and quiet compiler werning.Campbell Barton
2012-10-23Related to previous commit I did:Ton Roosendaal
2012-10-23Fix #32867: normal map baking issue with flat shaded faces since bmesh. AlsoBrecht Van Lommel
2012-10-23Fix #30801: cycles rendering issue with missing particle instances in a dupli...Brecht Van Lommel
2012-10-23Use better epsilon for line intersection, fixes bug whereHoward Trickey
2012-10-23Bugfix 30974Ton Roosendaal
2012-10-23code cleanup: give rng functions BLI prefix.Campbell Barton
2012-10-23debug output: stop printing event handlers for mouse moves of mouse inbetween...Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23Fix for direct_link of local ID data blocks (node trees in material/lamp/worl...Lukas Toenne
2012-10-23Fix #32941: Sequencer Preview shows texture which is apart of the window.Sergey Sharybin
2012-10-23code cleanup: remove $Id's that crept back in, also osl style editsCampbell Barton
2012-10-23Correction to recent fix for shader nodes -- image could be not loaded yetSergey Sharybin
2012-10-23Sizeerror 8 fix for DecimateModifierDataSergey Sharybin
2012-10-23Fix #32943: sculpt mode draw crash with VBO and flat shaded, hidden faces.Brecht Van Lommel
2012-10-23fix for crash using an uninitialized pointer when fcurves reference missing c...Campbell Barton
2012-10-23Display buffer should be marked as invalid when setting pixels from pythonSergey Sharybin
2012-10-23Fix for [#28927] Z-Transp disables Material Pass IndexJeroen Bakker
2012-10-23fix for issues in new decimatorCampbell Barton
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-22Temporary disable sm_13 for 32bit buildbot -- it requires more than 4GB of me...Sergey Sharybin
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-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