Files
Mujoco_WASM/python/mujoco
Alessio Quaglino 4bb6aeb19f Change site and frame attach API.
Old API:
```
site.attach(child_spec)
frame.attach(child_spec)
```

New API:
```
parent_spec.attach(child_spec, frame=frame_name_or_object)
parent_spec.attach(site_spec, site=site_name_or_object)
```

This enables accessing the parent object during attach, which will be used in a follow-up CL to automatically append the child assets to the parent.

PiperOrigin-RevId: 717908589
Change-Id: I0fb27e99694c954cb8ba8a8c98484ffd53a4d6db
2025-01-21 07:29:27 -08:00
..
2024-11-19 14:07:21 -08:00
2022-05-25 07:01:59 -07:00
2024-10-04 11:23:18 +03:00
2022-05-23 01:08:49 -07:00
2023-10-13 16:13:24 -07:00
2024-10-24 08:31:15 -07:00
2024-12-16 09:57:08 -08:00
2024-12-16 09:57:08 -08:00
2025-01-21 07:29:27 -08:00
2024-12-16 09:57:08 -08:00
2024-12-16 09:57:08 -08:00