projects
/
blender.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Camera tracking: support of tripod motion solving
[blender.git]
/
source
/
blender
/
bmesh
/
2012-04-28
Sergey Sharybin
Camera tracking: support of tripod motion solving
tree
|
commitdiff
2012-04-28
Campbell Barton
fix memory leak in BM_face_copy()
tree
|
commitdiff
2012-04-28
Campbell Barton
style cleanup: changes to brace placement / newlines...
tree
|
commitdiff
2012-04-26
Campbell Barton
fix for bevel modifier creating invalid geometry -...
tree
|
commitdiff
2012-04-26
Campbell Barton
code cleanup: bmesh comments/todos, no functional changes.
tree
|
commitdiff
2012-04-26
Campbell Barton
bmesh: inset tool depth used bad normals for edge verts.
tree
|
commitdiff
2012-04-25
Campbell Barton
code cleanup: edge slide code had oddly named variables...
tree
|
commitdiff
2012-04-24
Campbell Barton
code cleanup: no functional change - had both EDBM_edit...
tree
|
commitdiff
2012-04-24
Campbell Barton
fix [#30997] Bevel angle option is broken (bevel vertex...
tree
|
commitdiff
2012-04-24
Campbell Barton
workaround for vertex bevel modifier failing since...
tree
|
commitdiff
2012-04-24
Campbell Barton
- remove unneeded len_v3v3 in bevel code
tree
|
commitdiff
2012-04-23
Campbell Barton
fix own error with subdivision (broke icosphere), also...
tree
|
commitdiff
2012-04-23
Campbell Barton
- fix for python freeing its own bmesh clearing the...
tree
|
commitdiff
2012-04-23
Campbell Barton
code cleanup: bmesh subdivide code - BM_mesh_esubdivide...
tree
|
commitdiff
2012-04-23
Campbell Barton
code cleanup: better use of BLI_array_* (grow in larger...
tree
|
commitdiff
2012-04-23
Campbell Barton
code cleanup: change C naming convention (so py and...
tree
|
commitdiff
2012-04-22
Campbell Barton
style cleanup: comments
tree
|
commitdiff
2012-04-21
Campbell Barton
style cleanup: correct typos
tree
|
commitdiff
2012-04-21
Campbell Barton
fix [#31049] New Faces (F) always solid shaded
tree
|
commitdiff
2012-04-20
Campbell Barton
fix for error using uninitialized variable with shape...
tree
|
commitdiff
2012-04-20
Campbell Barton
code cleanup: prefer BM_face/edge/vert_select_set(...
tree
|
commitdiff
2012-04-20
Campbell Barton
knife tool alpha values where being set to zero (inters...
tree
|
commitdiff
2012-04-19
Campbell Barton
rip tool wasnt working on a single edge selection in...
tree
|
commitdiff
2012-04-19
Campbell Barton
add asserts for invalid iteratpr values so we can catch...
tree
|
commitdiff
2012-04-19
Campbell Barton
bmesh: improve rip tool
tree
|
commitdiff
2012-04-19
Joseph Eagar
Fixed crash in iter api, triggered by calling index_upd...
tree
|
commitdiff
2012-04-19
Campbell Barton
bmesh inset: add depth option (make use of relative...
tree
|
commitdiff
2012-04-19
Campbell Barton
code cleanup: remove unused BMesh args.
tree
|
commitdiff
2012-04-19
Campbell Barton
remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH...
tree
|
commitdiff
2012-04-19
Campbell Barton
code cleanup: first step to replace BM_ITER BM_ITER_IND...
tree
|
commitdiff
2012-04-19
Bastien Montagne
BMESH_TODO: xsort of vertices working again.
tree
|
commitdiff
2012-04-19
Campbell Barton
style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITER
tree
|
commitdiff
2012-04-19
Campbell Barton
bmesh api function: BM_edge_face_tangent()
tree
|
commitdiff
2012-04-19
Brecht Van Lommel
Fix #31009: edge split did not split non-manifold edges...
tree
|
commitdiff
2012-04-19
Campbell Barton
fix bevel edge angle (wasnt hooked up to new code)...
tree
|
commitdiff
2012-04-19
Campbell Barton
style cleanup: bevel code, also remove unneeded flag...
tree
|
commitdiff
2012-04-18
Campbell Barton
improve recent commit to copy loop data on extrude
tree
|
commitdiff
2012-04-18
Campbell Barton
fix [#30994] Extruding faces gives bad UV's
tree
|
commitdiff
2012-04-18
Campbell Barton
add missing NULL check for BM_vert_collapse_faces(...
tree
|
commitdiff
2012-04-18
Campbell Barton
fix [#30921] Bevel modifier's is not work correctly...
tree
|
commitdiff
2012-04-18
Campbell Barton
bmesh: fix own bug in BM_vert_collapse_faces() with...
tree
|
commitdiff
2012-04-18
Campbell Barton
more replacement for BM_edge_face_count() use.
tree
|
commitdiff
2012-04-18
Campbell Barton
code cleanup: replace use of BM_edge_face_count with...
tree
|
commitdiff
2012-04-18
Campbell Barton
fix error in last commit. Misunderstood BM_vert_is_mani...
tree
|
commitdiff
2012-04-18
Campbell Barton
fix for own error in recent scanfill updates, scanfill...
tree
|
commitdiff
2012-04-18
Campbell Barton
code cleanup: minor edits to bmesh_jfke(), move simple...
tree
|
commitdiff
2012-04-18
Campbell Barton
bmesh api: minor simplify & cleanup
tree
|
commitdiff
2012-04-17
Campbell Barton
bmesh api: adjust bmesh_vert_separate() not to set...
tree
|
commitdiff
2012-04-17
Campbell Barton
code cleanup: remove/comment some unused code.
tree
|
commitdiff
2012-04-16
Campbell Barton
minor speedup for scanfill, dont calculate the normal...
tree
|
commitdiff
2012-04-16
Campbell Barton
inline function for "Newell's Method" used for normal...
tree
|
commitdiff
2012-04-16
Sergey Sharybin
Port multires_topology_changed to new bmesh api
tree
|
commitdiff
2012-04-16
Campbell Barton
bmesh todo: remove unused code.
tree
|
commitdiff
2012-04-16
Campbell Barton
bmesh todos:
tree
|
commitdiff
2012-04-16
Campbell Barton
make scanfill threadsafe (wasnt threadsafe before BMesh...
tree
|
commitdiff
2012-04-16
Campbell Barton
code cleanup: avoid confusion with incorrectly named...
tree
|
commitdiff
2012-04-15
Francisco De La...
Fix [#30943] Crash when edge mode enabled and use the...
tree
|
commitdiff
2012-04-15
Campbell Barton
make ngon_perimeter into a public api function and...
tree
|
commitdiff
2012-04-14
Sergey Sharybin
Merging r44227 through r45619 from trunk into soc-2011...
tree
|
commitdiff
2012-04-13
Campbell Barton
fix [#30936] Face Inset gives bad UV's
tree
|
commitdiff
2012-04-13
Campbell Barton
bmesh api changes:
tree
|
commitdiff
2012-04-13
Campbell Barton
fix for UV reveal (wasnt selecting all verts because...
tree
|
commitdiff
2012-04-12
Antony Riakiotakis
Minor code cleanup: Don't reference previous BMwEdgerin...
tree
|
commitdiff
2012-04-12
Antony Riakiotakis
Fix: loopcut didn't stop on hidden faces
tree
|
commitdiff
2012-04-12
Campbell Barton
code cleanup: remove unused KeyBlock.adrcode
tree
|
commitdiff
2012-04-12
Campbell Barton
bmesh shape key conversion.
tree
|
commitdiff
2012-04-12
Campbell Barton
bmesh exit editmode: when a mesh shape-key customdata...
tree
|
commitdiff
2012-04-12
Campbell Barton
fix [#30907] Inset tool with Select Outer disabled...
tree
|
commitdiff
2012-04-12
Campbell Barton
doxygen docs explaining whats going on with shape-key...
tree
|
commitdiff
2012-04-11
Campbell Barton
fix [#30771] Shapekeys: Basis shapekey is not kept...
tree
|
commitdiff
2012-04-11
Campbell Barton
bmesh shape key conversion on exiting editmode.
tree
|
commitdiff
2012-04-11
Campbell Barton
bmesh exit editmode shape key conversion - split out...
tree
|
commitdiff
2012-04-11
Campbell Barton
bmesh shape key conversion when exiting editmode.
tree
|
commitdiff
2012-04-11
Campbell Barton
code cleanup: mselect conversion when creating a bmesh...
tree
|
commitdiff
2012-04-11
Campbell Barton
code cleanup: float formatting was confusing in some...
tree
|
commitdiff
2012-04-10
Joseph Eagar
Fix related to #30859: bmesh face splitting would set...
tree
|
commitdiff
2012-04-09
Campbell Barton
fix [#30852] Wrong Material ID applied for the new...
tree
|
commitdiff
2012-04-08
Campbell Barton
style cleanup: pep8 some C/style
tree
|
commitdiff
2012-04-08
Campbell Barton
code cleanup:
tree
|
commitdiff
2012-04-07
Francisco De La...
Fix [#30855] Vertex Slide not using the active vertex
tree
|
commitdiff
2012-04-07
Campbell Barton
fix for vertex slide not taking object transformation...
tree
|
commitdiff
2012-04-07
Campbell Barton
code cleanup: no functional changes
tree
|
commitdiff
2012-04-07
Francisco De La...
Added Vertex Slide: Slides a vertex along a selected...
tree
|
commitdiff
2012-04-06
Campbell Barton
bmesh minor change - avoid increasing array sizes one...
tree
|
commitdiff
2012-04-06
Campbell Barton
code cleanup: add doxygen headers to bmesh operator...
tree
|
commitdiff
2012-04-05
Campbell Barton
fix for memory leak when using the bmesh python api...
tree
|
commitdiff
2012-04-05
Bastien Montagne
Small improvement to bmo icosphere primitive: instead...
tree
|
commitdiff
2012-04-05
Campbell Barton
adjust limited dissolve to take face angle into account...
tree
|
commitdiff
2012-04-04
Campbell Barton
fix [#30809] Limited dissolve leaves edges behind
tree
|
commitdiff
2012-04-04
Campbell Barton
add option not to delete edges/verts when joining faces...
tree
|
commitdiff
2012-04-04
Joseph Eagar
Changed BM_mesh_bm_from_me to copy customdata layout...
tree
|
commitdiff
2012-04-04
Campbell Barton
fix [#30797] Shape keys on linked duplicate get corrupted
tree
|
commitdiff
2012-04-04
Campbell Barton
fix for reconstructing shape keys (found when looking...
tree
|
commitdiff
2012-04-03
Brecht Van Lommel
Fix #30791: BMEdge.is_manifold also returned true for...
tree
|
commitdiff
2012-04-03
Campbell Barton
fix/workaround an error related to [#30735]
tree
|
commitdiff
2012-04-03
Campbell Barton
fix [#30735] bmesh: loop-cut cuts faces isolated by...
tree
|
commitdiff
2012-04-03
Campbell Barton
BM_mesh_esubdivideflag was adjusting the totedgesel...
tree
|
commitdiff
2012-04-03
Campbell Barton
fix [#30772] No more than two subdivions give correct...
tree
|
commitdiff
2012-04-03
Campbell Barton
bmesh iterators were passing the BMesh as data argument...
tree
|
commitdiff
2012-04-02
Campbell Barton
code cleanup: BM_select_mode_set had loops over verts...
tree
|
commitdiff
next