[DiscordArchive] in what kind weird?
[DiscordArchive] in what kind weird?
Archived author: Skarn • Posted: 2019-06-18T19:03:15.226000+00:00
Original source
<@138006906915651585> found the reason
Archived author: Skarn • Posted: 2019-06-18T19:03:36.597000+00:00
Original source
signals are not blocked on updating rotation editor boxes
Archived author: Skarn • Posted: 2019-06-18T19:03:49.305000+00:00
Original source
QSignalBlocker const block_rotation_x (_rotation_x);
QSignalBlocker const block_rotation_y (_rotation_y);
QSignalBlocker const block_rotation_z (_rotation_z);
QSignalBlocker const block_position_x (_position_x);
QSignalBlocker const block_position_y (_position_y);
QSignalBlocker const block_position_z (_position_z);
Archived author: Skarn • Posted: 2019-06-18T19:03:55.597000+00:00
Original source
all are blocked but scale
Archived author: Skarn • Posted: 2019-06-18T19:04:09.833000+00:00
Original source
I think you sent me some older revision if you could not reproduce, since the bug is here.
Archived author: Kaev • Posted: 2019-06-18T19:08:20.606000+00:00
Original source
you're right, for whatever reason i deleted the scale block in my last commit, must have been by accident.. probably never saw this bug because my test models never had such a huge difference in scale
Archived author: Kaev • Posted: 2019-06-18T19:08:43.163000+00:00
Original source
only thing i can think of rn
Archived author: Skarn • Posted: 2019-06-18T19:09:55.447000+00:00
Original source
anyway fixed
Archived author: Kaev • Posted: 2019-06-18T19:10:08.786000+00:00
Original source
good job
Archived author: Skarn • Posted: 2019-06-18T19:10:17.992000+00:00
Original source
still great job sticking multiselect into the architecture where you have to code things twice without bloat