2013-05-12 |
Campbell Barton | fix for crash with new bridge method used with invalid... |
tree | commitdiff |
2013-05-12 |
Campbell Barton | bmesh recalculate normals - remove BLI_array reallocati... |
tree | commitdiff |
2013-05-12 |
Campbell Barton | bridge option to bridge loop pairs, |
tree | commitdiff |
2013-05-12 |
Campbell Barton | bridge tool: support for bridging loops with different... |
tree | commitdiff |
2013-05-11 |
Campbell Barton | add support for bridging multiple edge loops at once. |
tree | commitdiff |
2013-05-11 |
Campbell Barton | - add generic edge-loop utility functions for bmesh. |
tree | commitdiff |
2013-05-09 |
Campbell Barton | bmesh: optimize bmesh_vert_separate, redice allocs... |
tree | commitdiff |
2013-05-09 |
Campbell Barton | can't use alloca in inline functions (fills up stack... |
tree | commitdiff |
2013-05-09 |
Campbell Barton | bmesh: avoid using BLI_array macros for every face... |
tree | commitdiff |
2013-05-09 |
Campbell Barton | fix for 2 errors introduced since release |
tree | commitdiff |
2013-05-08 |
Campbell Barton | more optimal method of calculating the normal for the... |
tree | commitdiff |
2013-05-08 |
Campbell Barton | mesh dissolve vertices: option to split off corners... |
tree | commitdiff |
2013-05-08 |
Campbell Barton | minor speedup for bmesh - add CustomData_bmesh_free_blo... |
tree | commitdiff |
2013-05-08 |
Campbell Barton | speedup for freeing bmeshes, skip calling free on every |
tree | commitdiff |
2013-05-08 |
Campbell Barton | smooth falloff options for loopcut. |
tree | commitdiff |
2013-05-08 |
Campbell Barton | add option to only beauty fill between vertices with... |
tree | commitdiff |
2013-05-07 |
Campbell Barton | expose bmesh volume calculation to python api (use... |
tree | commitdiff |
2013-04-30 |
Campbell Barton | fix for missing slot in edge bisect bmesh operator. |
tree | commitdiff |
2013-04-29 |
Campbell Barton | fix [#35150] Crash when bmesh operation called from... |
tree | commitdiff |
2013-04-25 |
Campbell Barton | individual inset was missing relative option. |
tree | commitdiff |
2013-04-24 |
Campbell Barton | fix [#34657] Smoothing will not be updated in object... |
tree | commitdiff |
2013-04-22 |
Campbell Barton | from bug report [#34984] bmesh.ops.recalc_face_normals... |
tree | commitdiff |
2013-04-19 |
Campbell Barton | fix for incorrect edge slide interpolation at loop... |
tree | commitdiff |
2013-04-19 |
Campbell Barton | simple optimization, replace BM_face_other_edge_loop... |
tree | commitdiff |
2013-04-16 |
Campbell Barton | code cleanup: use BKE naming conventions for functions... |
tree | commitdiff |
2013-04-15 |
Campbell Barton | code cleanup: minor BMESH_TODO's, some were left in... |
tree | commitdiff |
2013-04-14 |
Campbell Barton | code cleanup: minor changes, clang checker option for... |
tree | commitdiff |
2013-04-14 |
Campbell Barton | minor speedup to BM_mesh_normals_update() |
tree | commitdiff |
2013-04-14 |
Campbell Barton | bmesh operators: use operator type-flag to specify... |
tree | commitdiff |
2013-04-13 |
Campbell Barton | code cleanup: rename BKE_tessmesh -> BKE_editmesh,... |
tree | commitdiff |
2013-04-10 |
Campbell Barton | interpolate verts as well as loops for inset. |
tree | commitdiff |
2013-04-08 |
Campbell Barton | fix for fix: re-activating buttons to fix [#33466]... |
tree | commitdiff |
2013-04-07 |
Thomas Dinges | Fix for [#34898] Typo in error message of mathutils... |
tree | commitdiff |
2013-04-07 |
Campbell Barton | Mesh Tool, |
tree | commitdiff |
2013-04-07 |
Campbell Barton | mesh inset tool - option to interpolate UV's vcols... |
tree | commitdiff |
2013-04-07 |
Campbell Barton | improve bmesh face interpolation - transforming verts... |
tree | commitdiff |
2013-04-06 |
Tamito Kajiyama | Part I of the Freestyle branch merger: new 'freestyle... |
tree | commitdiff |
2013-04-06 |
Tamito Kajiyama | Pre-merger changes. soc-2008-mxcurioni |
tree | commitdiff |
2013-04-06 |
Sergey Sharybin | svn merge ^/trunk/blender -r55815:55840 |
tree | commitdiff |
2013-04-06 |
Campbell Barton | add relative offset option for poke tool. |
tree | commitdiff |
2013-04-06 |
Campbell Barton | patch [#34890] BMesh Poke Face. |
tree | commitdiff |
2013-04-05 |
Campbell Barton | bmesh operator rename inset -> inset_region |
tree | commitdiff |
2013-04-05 |
Campbell Barton | patch [#34886] BMesh Individual Face Inset |
tree | commitdiff |
2013-04-05 |
Campbell Barton | fix [#34870] bmesh.ops.* parameter lists and descriptio... |
tree | commitdiff |
2013-04-05 |
Campbell Barton | add BM_face_calc_center_mean_weighted() gives much... |
tree | commitdiff |
2013-04-05 |
Campbell Barton | code cleanup: include order |
tree | commitdiff |
2013-04-05 |
Campbell Barton | svn merge ^/trunk/blender -r55813:55815 |
tree | commitdiff |
2013-04-05 |
Campbell Barton | svn merge ^/trunk/blender -r55776:55813 |
tree | commitdiff |
2013-04-04 |
Campbell Barton | py api, bmesh |
tree | commitdiff |
2013-04-04 |
Campbell Barton | svn merge ^/trunk/blender -r55700:55776 |
tree | commitdiff |
2013-04-04 |
Campbell Barton | fix [#34802] Individual Transformation Confusing in... |
tree | commitdiff |
2013-04-04 |
Campbell Barton | improved method of getting the tangent axis from a... |
tree | commitdiff |
2013-04-01 |
Tamito Kajiyama | Removed ME_CDFLAG_FREESTYLE_EDGE and ME_CDFLAG_FREESTYL... |
tree | commitdiff |
2013-04-01 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55700. |
tree | commitdiff |
2013-03-28 |
Campbell Barton | BMesh: make the context create operator (Fkay) more... |
tree | commitdiff |
2013-03-27 |
Campbell Barton | svn merge ^/trunk/blender -r55594:55635 |
tree | commitdiff |
2013-03-27 |
Campbell Barton | api cleanup: replace BMO_vert_edge_flags_count() with... |
tree | commitdiff |
2013-03-27 |
Campbell Barton | fix for mesh face filling when a valid edge-loop was... |
tree | commitdiff |
2013-03-27 |
Campbell Barton | api cleanup: split part of BM_face_create_ngon_vcloud... |
tree | commitdiff |
2013-03-26 |
Sergey Sharybin | Merging r55547 through r55594 from trunk into soc-2008... |
tree | commitdiff |
2013-03-26 |
Sergey Sharybin | Freestyle: fix crash unlinking object |
tree | commitdiff |
2013-03-26 |
Campbell Barton | misc minor changes |
tree | commitdiff |
2013-03-25 |
Campbell Barton | code cleanup: operator headers |
tree | commitdiff |
2013-03-24 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55546. |
tree | commitdiff |
2013-03-18 |
Campbell Barton | svn merge ^/trunk/blender -r55372:55392 |
tree | commitdiff |
2013-03-18 |
Campbell Barton | svn merge ^/trunk/blender -r55357:55372 |
tree | commitdiff |
2013-03-18 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-03-18 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55357. |
tree | commitdiff |
2013-03-17 |
Campbell Barton | code cleanup: name mesh functions more consistently... |
tree | commitdiff |
2013-03-17 |
Campbell Barton | code cleanup: incorrect sized array args, remove some... |
tree | commitdiff |
2013-03-16 |
Campbell Barton | - ghost-sdl builds again. |
tree | commitdiff |
2013-03-16 |
Campbell Barton | fix for crash when using BM_face_calc_tessellation... |
tree | commitdiff |
2013-03-15 |
Campbell Barton | fix for own bad mistake using alloca in a loop, also... |
tree | commitdiff |
2013-03-13 |
Campbell Barton | fix for minor glitch in recent addition to create faces... |
tree | commitdiff |
2013-03-13 |
Tamito Kajiyama | New implementation of Freestyle edge/face marks |
tree | commitdiff |
2013-03-13 |
Campbell Barton | fix for crash with laplacian smooth when unselected... |
tree | commitdiff |
2013-03-11 |
Campbell Barton | use gcc warning -Wredundant-decls, exposes some odd... |
tree | commitdiff |
2013-03-10 |
Campbell Barton | add STREQ macro (commonly used macro like CLAMP, MAX2... |
tree | commitdiff |
2013-03-09 |
Campbell Barton | code cleanup: make bmesh var names more consistent |
tree | commitdiff |
2013-03-09 |
Campbell Barton | bmesh: face creation from a single selected vertex... |
tree | commitdiff |
2013-03-09 |
Campbell Barton | code cleanup: favor braces when blocks have mixed brace... |
tree | commitdiff |
2013-03-08 |
Campbell Barton | fix null pointer dereference in BM_edge_is_contiguous... |
tree | commitdiff |
2013-03-04 |
Campbell Barton | patch [#34103] use boolean in path functions and add... |
tree | commitdiff |
2013-03-03 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54992. |
tree | commitdiff |
2013-03-02 |
Gaia Clary | Added typecasts to keep c++ from reporting errors |
tree | commitdiff |
2013-02-25 |
Sergey Sharybin | code cleanup: remove unused and unsupported functions... |
tree | commitdiff |
2013-02-25 |
Sergey Sharybin | Camera tracking: libmv distortion API now also uses... |
tree | commitdiff |
2013-02-24 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54802. |
tree | commitdiff |
2013-02-21 |
Campbell Barton | code cleanup: remove references to old bevel code ... |
tree | commitdiff |
2013-02-19 |
Sergey Sharybin | Fix #34249: collapse edges crash blender with a specifi... |
tree | commitdiff |
2013-02-19 |
Campbell Barton | minor change to own recent commit with transform fcurve... |
tree | commitdiff |
2013-02-16 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54594. |
tree | commitdiff |
2013-02-11 |
Campbell Barton | style cleanup: also some typos |
tree | commitdiff |
2013-02-10 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54421. |
tree | commitdiff |
2013-02-09 |
Campbell Barton | add beauty option for triangle fill since you might... |
tree | commitdiff |
2013-02-09 |
Campbell Barton | fix for is_quad_convex_v3(), getting the dominant axis... |
tree | commitdiff |
2013-02-06 |
Campbell Barton | problem with own changes to triabgulate: calling beauty... |
tree | commitdiff |
2013-02-06 |
Campbell Barton | style cleanup: some warnigs & spelling. |
tree | commitdiff |
2013-02-04 |
Campbell Barton | add BM_edge_is_contiguous(), check for python api. |
tree | commitdiff |
2013-02-03 |
Campbell Barton | style cleanup & some spelling |
tree | commitdiff |
next |