2013-05-13 |
Campbell Barton | new bridge tool: fix for cases with it would crash... |
tree | commitdiff |
2013-05-13 |
Campbell Barton | fix [#35308] Edge Split operator splits unselected... |
tree | commitdiff |
2013-05-13 |
Campbell Barton | fix for bridge flipping, loops pointing away from eacho... |
tree | commitdiff |
2013-05-13 |
Campbell Barton | add missing STACK_INIT, also quiet float <> double... |
tree | commitdiff |
2013-05-12 |
Campbell Barton | fix for crash with new bridge method used with invalid... |
tree | commitdiff |
2013-05-12 |
Campbell Barton | remove BLI_array allocations from uv/color reverse... |
tree | commitdiff |
2013-05-12 |
Campbell Barton | bmesh recalculate normals - remove BLI_array reallocati... |
tree | commitdiff |
2013-05-12 |
Campbell Barton | remove wanton use of array reallocation for mesh smoothing. |
tree | commitdiff |
2013-05-12 |
Campbell Barton | bridge option to bridge loop pairs, |
tree | commitdiff |
2013-05-12 |
Campbell Barton | fix for 2 crashes in bridge tool mixing open/closed... |
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 | fix [#35257] Brige > Merge sometimes flips result |
tree | commitdiff |
2013-05-08 |
Campbell Barton | more optimal method of calculating the normal for the... |
tree | commitdiff |
2013-05-08 |
Campbell Barton | code cleanup: dissolve - use iterator macros, remove... |
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-27 |
Campbell Barton | fix for out of bounds memory read when running wire... |
tree | commitdiff |
2013-04-26 |
Campbell Barton | fix/feature [#35085] Loop cut slide |
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-21 |
Campbell Barton | missed this previous commit (r56188), using normalized... |
tree | commitdiff |
2013-04-21 |
Campbell Barton | code cleanup: avoid unneeded normalizations when joinin... |
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 |
Brecht Van Lommel | Random number generator: replace a bunch of usage of... |
tree | commitdiff |
2013-04-15 |
Campbell Barton | rename axis_angle_to_mat3_no_norm() --> axis_angle_norm... |
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-11 |
Campbell Barton | fix own mistake in recent inset-interpolation option... |
tree | commitdiff |
2013-04-10 |
Campbell Barton | interpolate verts as well as loops for inset. |
tree | commitdiff |
2013-04-09 |
Campbell Barton | fix for error in recent changes to beautify, clear... |
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 | simplify inset loop-customdata-copying, no real benefit... |
tree | commitdiff |
2013-04-07 |
Campbell Barton | improve bmesh face interpolation - transforming verts... |
tree | commitdiff |
2013-04-07 |
Campbell Barton | remove error checks for inset, adding a faces in this... |
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 | ctrl+a select all in button field |
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-04-01 |
Campbell Barton | correct too-big allocation in mesh beautify. |
tree | commitdiff |
2013-03-31 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-03-30 |
Campbell Barton | Beautify - use a heap for the edge rotation queue rathe... |
tree | commitdiff |
2013-03-30 |
Campbell Barton | code cleanup: move beauty fill calculation into its... |
tree | commitdiff |
2013-03-30 |
Campbell Barton | code comments: bmesh operator doxy header descriptions. |
tree | commitdiff |
2013-03-28 |
Campbell Barton | code cleanup: python/pep8 and double-promotion warnings. |
tree | commitdiff |
2013-03-28 |
Campbell Barton | BMesh: make the context create operator (Fkay) more... |
tree | commitdiff |
2013-03-28 |
Campbell Barton | own error in recent commit, uninitialized variable. |
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: move edgenet bmesh operator into its own... |
tree | commitdiff |
2013-03-27 |
Campbell Barton | api cleanup: split part of BM_face_create_ngon_vcloud... |
tree | commitdiff |
2013-03-27 |
Campbell Barton | code cleanup: quiet shadow warnings |
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 | improve beauty-fill tool for non-flat triangles. |
tree | commitdiff |
2013-03-26 |
Campbell Barton | misc minor changes |
tree | commitdiff |
2013-03-26 |
Campbell Barton | fix [#34603] ALT-F fails, freezes, CPU=100% |
tree | commitdiff |
2013-03-25 |
Campbell Barton | internal changes to beautify fill, use an array of... |
tree | commitdiff |
2013-03-25 |
Campbell Barton | code cleanup: operator headers |
tree | commitdiff |
2013-03-25 |
Campbell Barton | code cleanup: move beautify into its own file (more... |
tree | commitdiff |
2013-03-25 |
Campbell Barton | beautify fill: skip testing invalid cases (2 triangles... |
tree | commitdiff |
2013-03-25 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2013-03-24 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55546. |
tree | commitdiff |
2013-03-21 |
Campbell Barton | code cleanup: remove double call to BKE_node_instance_k... |
tree | commitdiff |
next |