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
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-09-04move timeit macros into their own include, since they are only used for testi...Campbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-06fix for using uninitialized boolean vars for mask select more/lessCampbell Barton
2013-06-03fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent ...Campbell Barton
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-06-02corrections to modifiers from recent normal handling changesCampbell Barton
2013-01-03change limited dissolve angle limit default from 15 -> 5 deg. since 15deg is ...Campbell Barton
2012-12-12use openmp to thread some common bmesh operationsCampbell Barton
2012-11-28fix [#33320] Decimate modifer in collapse is inconsistent when limiting to a ...Campbell Barton
2012-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-10-27A few more BMesh errors messages translated, and "automated" translation for ...Bastien Montagne
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-10-24enable decimate modifier for curves.Campbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23code cleanup: remove $Id's that crept back in, also osl style editsCampbell Barton
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-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-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-22add vertex group option to decimate modifier, handy if you want to pin some p...Campbell Barton
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-22enable bmesh decimator by default.Campbell Barton
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...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-20bmesh decimator support for loop & edge customdata. (most importantly UVs and...Campbell Barton
2012-10-19add option to initialize heap with a known number of elements, since this may...Campbell Barton
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-06style cleanup: modifiersCampbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Fix format string warnings (gcc) by using string literals.Nicholas Bishop
2012-03-17Minor UI messages fixes, and enabling i18n for all modifier_setError() error ...Bastien Montagne
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-06renameCampbell Barton
2012-01-05added a function to ensure derived mesh has tessface's, in preparation for re...Campbell Barton
2012-01-03for modifiers that are stull creating MFaces - call CDDM_tessfaces_to_faces r...Campbell Barton
2011-12-26svn merge ^/trunk/blender -r42839:42871Campbell Barton
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-16svn merge -r39286:39385 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-12Modifiers: add callback to loop over each texture assigned to a modifier.Brecht Van Lommel
2011-06-22Fix for boolean modifier:Geoffrey Bantle
2011-06-22Fix for decimator:Geoffrey Bantle
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar