CGCookie / script-bakery

A collection of scripts written by members of CG Cookie to improve their Blender workflow.
124 stars 65 forks source link

Session Editing #32

Open patmo141 opened 11 years ago

patmo141 commented 11 years ago

take advantage of bmesh.from_edit_mesh on the retopo (low poly) mesh because this operation is cheap to allow constant retopo sessions while in edit mode on the retopo mesh. Basically, this prevents having to re-derive the bmesh of the original form over and over each call...making work much faster on high poly meshes. We can even potentially pass through all the key strokes to allow actual mesh editing on the retopo mesh (eg....adding in edge loops, edge slides and vert slides to teak results).

Goal....after first release and firs round of end user feedback and $ support

carter2422 commented 11 years ago

Sounds good to me. Allowing the constant edit mesh work would be fantastic.