Search found 4 matches

by bknight-i3drobotics
16 Dec 2019, 11:10
Forum: Feature requests
Topic: UI Toggle for enabling user parameters
Replies: 1
Views: 23974

UI Toggle for enabling user parameters

Hi, Currently to enable/disable the user parameter tool for an object is done using the following function in the Lua command console: sim.setUserParameter(objectHandle,'@enable','') The feature request is to have this ability with a tick box in the object properties dialogue. Or some other UI way o...
by bknight-i3drobotics
16 Dec 2019, 11:09
Forum: Bug reports
Topic: Missing user parameters icon for child scripts
Replies: 9
Views: 7004

Re: Missing user parameters icon for child scripts

Also is there a way to disable it again?

I have tried:

Code: Select all

sim.setUserParameter(objectHandle,'@disable','')
But this didn't work.
by bknight-i3drobotics
16 Dec 2019, 11:05
Forum: Bug reports
Topic: Missing user parameters icon for child scripts
Replies: 9
Views: 7004

Re: Missing user parameters icon for child scripts

Perfect, thanks!

Would be nice if there was a UI way of enabling this like a tick box in the object properties. I will post this to feature requests.
by bknight-i3drobotics
13 Dec 2019, 11:44
Forum: Bug reports
Topic: Missing user parameters icon for child scripts
Replies: 9
Views: 7004

Missing user parameters icon for child scripts

I recently updated to the new coppeliaSim. Since the update, I have been unable to see user parameter icon for models/objects when adding new scripts. In previous versions when a script was added the icon appeared along with the script. Previously created scenes with scripts have the icon visible. T...