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-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-06Merged changes in the trunk up to revision 53584.Tamito Kajiyama
2013-01-03code cleanup: BM_face_create_ngon()Campbell Barton
2013-01-03fix [#33689] Crash with decimate modifierCampbell Barton
2012-12-23Merged changes in the trunk up to revision 53280.Tamito Kajiyama
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-19use BM_face_create() over BM_face_create_ngon() in bevel and extrude individu...Campbell Barton
2012-12-19bmesh optimization: use BM_face_create() rather then BM_face_create_ngon() in...Campbell Barton
2012-12-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
2012-12-19fix [#33606] Adding the Decimate modifier will crash BlenderCampbell Barton
2012-12-12A big cleaning patch by Bastien Montagne (thanks a lot!)Tamito Kajiyama
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-01Merged changes in the trunk up to revision 52690.Tamito Kajiyama
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama
2012-11-19bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensu...Campbell Barton
2012-11-19Merged changes in the trunk up to revision 52340.Tamito Kajiyama
2012-11-18bmesh: move internal API flags out of BMFlagLayer, into BMHeader which was be...Campbell Barton
2012-11-14Merged changes in the trunk up to revision 52191.Tamito Kajiyama
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-11-12Merged changes in the trunk up to revision 52118.Tamito Kajiyama
2012-11-09style cleanup: indentationCampbell Barton
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-27fix for filled rip copying loop customdata (fix in BM_edge_other_loop broke it)Campbell Barton
2012-10-07Merged changes in the trunk up to revision 51126.Tamito Kajiyama
2012-10-01add compiler hints that failing to create a bmesh face is unlikely.Campbell Barton
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-19fix for missing NULL check in init_render_texture() (possibly own fault), als...Campbell Barton
2012-08-18Merged changes in the trunk up to revision 49986.Tamito Kajiyama
2012-08-13style cleanup: use <pre> for doxygen ascii art Campbell Barton
2012-05-27Merged changes in the trunk up to revision 47056.Tamito Kajiyama
2012-05-22fix [#31489] EdgeSplit modifier prevents All Edge to be work correctly since ...Campbell Barton
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
2012-05-06fix [#31197] Limited dissolve leaves faces/edges/verts behindCampbell Barton
2012-05-05Merged changes in the trunk up to revision 46309.Tamito Kajiyama
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-04-29Merged changes in the trunk up to revision 46045.Tamito Kajiyama
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-25code cleanup: no functional change - had both EDBM_editselection_* and BM_edi...Campbell Barton
2012-04-21Merged changes in the trunk up to revision 45820.Tamito Kajiyama
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-14Merged changes in the trunk up to revision 45619.Tamito Kajiyama
2012-04-13fix [#30936] Face Inset gives bad UV'sCampbell Barton
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-04Merged changes in the trunk up to revision 45383.Tamito Kajiyama
2012-04-03bmesh iterators were passing the BMesh as data argument to BM_iter_new(), har...Campbell Barton
2012-03-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton