I started implementing this earlier, but had to return to life duties after an hour or so! You’ll see that once I detect a quadbezier table I set the gen routine to 999. I did this so I can continue to query gen numbers rather than strings further down the line. I’ve also put in some place holders in table.cpp for places that need bezier attention. When I had to leave it I was at the point of generating the handles for the table here:
https://github.com/rorywalsh/cabbage/blob/develop/Source/Table.cpp#L867-L880
But the handles are not appearing in the correct place. I’m sure it’s something simple. Just remember to use the active(1) identifier with the table to display the handles. I’m just letting you know in case you want to follow developments, or have a go at it yourself Although every time I go over old code I’m shocked at how I’ve over complicated things!
[edit] I’m not finding te correct range of values in the table…just spotted that now…