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-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-29Bevel: partial fix for distortion (bug 33280).Howard Trickey
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-28fix [#33320] Decimate modifer in collapse is inconsistent when limiting to a ...Campbell Barton
2012-11-27fix for asserts added in own recent commit with more strict type-checkingCampbell Barton
2012-11-27Bevel: better round profile code.Howard Trickey
2012-11-26use slightly more efficient BLI_array_fixedstack_declare() instead of BLI_arr...Campbell Barton
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-25More fixes to parallel tests to make them less sensitive, prevents assert fai...Howard Trickey
2012-11-23skip some redundant looping in bevel code.Campbell Barton
2012-11-22minor speedup for bevel, avoid calling find_bevvert() when we know the edge i...Campbell Barton
2012-11-21bevel: fix bug where constructed where parallel testHoward Trickey
2012-11-19improvements to bevelCampbell Barton
2012-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-11-18bmesh: move internal API flags out of BMFlagLayer, into BMHeader which was be...Campbell Barton
2012-11-18bevel now only takes manifold edges (so it doesnt need to check for them)Campbell Barton
2012-11-18bmesh function was still using bmesh operator flags, use edge tags instead.Campbell Barton
2012-11-18finish moving bevel code out of the operator dir (it works again)Campbell Barton
2012-11-18moving bevel to tools dir as-is to keep svn history (breaks build, will fix n...Campbell Barton
2012-11-18move decimator into tools/ dirCampbell Barton
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-13style cleanup: use <pre> for doxygen ascii art Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-13code cleanup: minor improvements to float/vector usage.Campbell Barton
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-04-26fix for bevel modifier creating invalid geometry - simply tell BM_face_split(...Campbell Barton
2012-04-24fix [#30997] Bevel angle option is broken (bevel vertex only)Campbell Barton
2012-04-24workaround for vertex bevel modifier failing since the BMesh update.Campbell Barton
2012-04-24- remove unneeded len_v3v3 in bevel codeCampbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-19fix bevel edge angle (wasnt hooked up to new code), vertex-bevel angle isnt w...Campbell Barton
2012-04-19style cleanup: bevel code, also remove unneeded flag setting.Campbell Barton
2012-04-18fix [#30921] Bevel modifier's is not work correctly with bevel weightsCampbell Barton
2012-04-18more replacement for BM_edge_face_count() use.Campbell Barton
2012-04-18fix error in last commit. Misunderstood BM_vert_is_manifold(), added some com...Campbell Barton
2012-04-18fix for own error in recent scanfill updates, scanfill can hang if run on a p...Campbell Barton
2012-04-04add option not to delete edges/verts when joining faces, needed so we can loo...Campbell Barton
2012-04-03Fix #30791: BMEdge.is_manifold also returned true for edges with only one faceBrecht Van Lommel
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton
2012-03-20style cleanupCampbell Barton
2012-03-20Quiet warnings about unused functions and variables.Nicholas Bishop