mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-20 20:46:28 +02:00
[Fix] Fix fisheye center attribute setting
This commit is contained in:
parent
367f763efb
commit
c88f1e8435
1 changed files with 4 additions and 2 deletions
|
@ -439,8 +439,10 @@ FocusScope {
|
|||
onMoved: {
|
||||
if(!useAuto)
|
||||
{
|
||||
_reconstruction.setAttribute(activeNode.attribute("fisheyeCenterOffset.fisheyeCenterOffset_x"), x)
|
||||
_reconstruction.setAttribute(activeNode.attribute("fisheyeCenterOffset.fisheyeCenterOffset_y"), y)
|
||||
_reconstruction.setAttribute(
|
||||
activeNode.attribute("fisheyeCenterOffset"),
|
||||
JSON.stringify([x, y])
|
||||
);
|
||||
}
|
||||
}
|
||||
onIncrementRadius: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue