CoolSpy3
CoolSpy3
This issue arises from a discussion occurring on [this StackExchange thread](https://robotics.stackexchange.com/questions/25090/accessing-proto-fields-of-underlying-proto-object-in-webots?noredirect=1) which brings up two main issues: 1) In the current API, there is no way to query the internal...
### Issue type General playback bug ### Bug description If the duration of a note with a fermata on it is changed, the duration of the fermata is not updated...
### Issue type Engraving bug (incorrect score rendering) ### Bug description Occasionally, when editing a score, glissando lines will randomly disappear (IIRC, I've only noticed this occurring across page breaks,...
**Description** Allows accessing the internal fields of a proto hierarchy from a supervisor controller. There's still a lot of work to be done to integrate this into Webots, but now...
**Describe the Bug** It looks like this is a bug in the handling of proto fields with the same names. My best guess is that it's maybe a result of...
**Describe the Bug** This is a bug I discovered while working on #6574 and then forgot to open an issue for. If there is an unconnected `SFNode` or `MFNode` field...
**Describe the Bug** At the moment, Node fields in PROTOs are required to list every type which they can accept (if they are type restricted). However, this us true even...
**Describe the bug** When a WebSocket connection is created, `WSProvider_SimDevice` registers a device created callback so that it can write changes to the network. This is deleted by `SimDeviceSim.resetData()`. Thus,...