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
2011-12-21remove some redundant lines of code.Campbell Barton
2011-12-21avoid a loop over all faces in copy_meshCampbell Barton
2011-12-21minor formatting editsCampbell Barton
2011-12-21use TRUE/FALSE rather then 1/0, no functional changes.Campbell Barton
2011-12-14Partial fix for #29601 - fixes infinite loop in edgesplit; but edgesplit (ang...Howard Trickey
2011-12-14when calculating the size to bevel when the factor is measured against the fa...Campbell Barton
2011-12-132 new bevel options for the operator and the modifier.Campbell Barton
2011-12-13formatting and minor refactor of some bmesh functions.Campbell Barton
2011-12-13save 4 bytes per BMLoop, added some comments on index use.Campbell Barton
2011-12-13non functional changes & de-duplicate yet another face center functionCampbell Barton
2011-12-13remove BLI_blenlib since its not needed in quite a few bmesh filesCampbell Barton
2011-12-13formatting and variable rename edits only.Campbell Barton
2011-12-12slight improvement to bevel, when using the edges to take the new vertex loca...Campbell Barton
2011-12-12minor bevel improvementCampbell Barton
2011-12-08give a more useful error message when bmesh operators fail to pass, was also ...Campbell Barton
2011-12-08replace function in commented code incase we want to bring it backCampbell Barton
2011-12-08split BM_Collapse_Vert into 2 functionsCampbell Barton
2011-12-08rename iterator type from htype to itype (htype means header type for BMesh e...Campbell Barton
2011-12-08BMESH TODO - BM_editselection_plane now returns a useful orientation from a t...Campbell Barton
2011-12-06Quiet annoying warning:Campbell Barton
2011-12-06remove double lookus in BM_GetCDf/BM_SetCDf, also remove bm_cdata_get_single_...Campbell Barton
2011-12-06fix for crash calling rotate edge on a completely selected torus.Campbell Barton
2011-12-06yet another fix for [#28645] TODO: dissolve edges doesn't delete lonely verti...Campbell Barton
2011-12-06fix for crash toggling editmode with vertex parenting, add check if the verte...Campbell Barton
2011-12-04bmesh: fixed crash in bevelJoseph Eagar
2011-12-03svn merge ^/trunk/blender -r42333:42361Campbell Barton
2011-12-03some formatting edits & #if 0 files which are not used.Campbell Barton
2011-12-02fix [#28645] TODO: dissolve edges doesn't delete lonely vertices on edgesCampbell Barton
2011-12-02changes to derived mesh editmode functions to be in closer sync with trunk.Campbell Barton
2011-12-01fix [#28645] TODO: dissolve edges doesn't delete lonely vertices on edgesCampbell Barton
2011-12-01split BMFlags_To_MEFlags & MEFlags_To_BMFlags into type specific calls, since...Campbell Barton
2011-11-30More DM func renames, fixing some build breaks, renaming more stuff, also see...Andrew Wiggin
2011-11-29macro for defining a fixed size array which may be heap or stack allocated, r...Campbell Barton
2011-11-29Rename DM *_face_* funcs to be either *_tessface_* or *_poly_* to avoid confu...Andrew Wiggin
2011-11-29- add BM_NGON_STACK_SIZE define to use wherever ngon stack arrays are used.Campbell Barton
2011-11-29inline BMIter_Step() and BMIter_New() since the compiler can optimize out the...Campbell Barton
2011-11-28gpl header cleanup, some files didnt have a gpl header.Campbell Barton
2011-11-28trust 'bm->elem_index_dirty' is correct, this avoids looping over edges/faces...Campbell Barton
2011-11-28validate the index values when an operator finishes since the arrays are loop...Campbell Barton
2011-11-28fix for error filling in index dataCampbell Barton
2011-11-28svn merge ^/trunk/blender -r42197:42221Campbell Barton
2011-11-28fix for missing NULL check in remove doubles.Campbell Barton
2011-11-28more work on getting bmesh dirty index flags reliable.Campbell Barton
2011-11-28minor changesCampbell Barton
2011-11-28fix for minor memory leak for BMO_VInitOpf() in an error case, also use the B...Campbell Barton
2011-11-28use lower angle when checking to draw an edge, adding uv sphere looked strangeCampbell Barton
2011-11-28when comparing lengths no need to sqrtCampbell Barton
2011-11-282 of the 3 places that check 2 edges share a vertex were incorrect (silly mis...Campbell Barton
2011-11-27use faster method of getting vert/edge/face indices which uses BLI_mempool_fi...Campbell Barton
2011-11-25fix [#29079] New face added with "F" has wrong windingCampbell Barton