Patch is WIP
Details
Diff Detail
- Repository
- rB Blender
- Branch
- snap-draw (branched from master)
- Build Status
Buildable 15474 Build 15474: arc lint + arc unit
Event Timeline
| source/blender/editors/space_sequencer/sequencer_draw.c | ||
|---|---|---|
| 2504 | Making a generic drawing function is useful if you intend to use it in more than one place (like gizmos for example). Otherwise I don't see the problem is to leave the code in the transform operator. | |
| source/blender/editors/transform/transform.c | ||
| 1739 | This is an area I don't remember ever touching before. | |
| source/blender/editors/transform/transform_mode_edge_seq_slide.c | ||
| 266 | A little weird to edit a tsnap member out of place. | |
| source/blender/editors/transform/transform_snap.c | ||
| 723 | Changes in the state of scene properties are best located in saveTransform as this function only runs on success and an undo step is appropriately added. | |