Message 1 of 3
How to change the tick span of the time slider without having to do it from Preference?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
It would be easier to understand if the tick span is displayed on the Time slider when you setkey every 3 frames, for example, 3.6.9. But it's not so easy to change from the Preferences to do this. Is there a way to change the tool (PySide) to do this?
By the way, the structure of the tool is
It consists of a QSpinBox and QSlider that allows you to change TickSpan. It works the same way as Lambert's Attribute Editor such as Diffuse.
I'd like to be able to change it in real-time while QSlider is running.
Image and original site.
https://kiwamiden.com/how-to-make-intslidergrp-modki-with-pyside
When you change the tick span from the Preference, you will get a command like this
timeControl -e -tsp `intFieldGrp -query -value1 timeLabelSpacing` $gPlayBackSlider;
// Result: TimeSlider|MainTimeSliderLayout|formLayout8|frameLayout2|timeControl1 //
I read kiwamiden and Pyside's GitHub but I didn't understand at all.