Matteo Michele Piazzolla

Results 2 comments of Matteo Michele Piazzolla

```python import json with open('data.json', 'r') as file: parsed_data = json.load(file) target_lines = [] current_lines = [] for row in parsed_data.get('diff_output', {}).get('rows', []): base_text = "" current_text = "" if...

IMHO Path3D should return the original curve points and the backed points adjusted for its transform. Otherwise at the moment Path3D is just a container for a Curve3D.