Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
This comment was removed by Dalai Felinto (dfelinto).
This comment was removed by Dalai Felinto (dfelinto).
| source/blender/editors/mesh/editmesh_loopcut.c | ||
|---|---|---|
| 118 | not so sure about this one, don't we have a way to pass the entire vertex pointer in one go? @Mike Erwin (merwin)? | |
| source/blender/editors/mesh/editmesh_loopcut.c | ||
|---|---|---|
| 118 | The batch API has that, but is overkill for this function. immBegin/End is good here :) | |