Commit graph

3738 commits

Author SHA1 Message Date
Aurore LAFAURIE
5101530b89 [tests] Add test for upgrade of nodes without computation 2024-05-27 22:03:42 +02:00
Aurore LAFAURIE
99023841a4 [Viewer] Adjust outputAttributes displayable in Viewer2D according to node computable or not 2024-05-27 22:03:42 +02:00
Aurore LAFAURIE
927f261a93 [ui] NodeEditor index tabBar updated for nonComputing nodes 2024-05-27 22:03:42 +02:00
Aurore LAFAURIE
3a199d7973 [core] Computing and submitting take nonComputing into account + Comment
When computing or submitting a graph, if nodes are not computable they do not send warning that nodes had trouble.
2024-05-27 22:03:42 +02:00
Aurore LAFAURIE
671b3ff128 [ui] InputNode behavior for menu and display 2024-05-27 22:03:42 +02:00
Aurore LAFAURIE
82dc3fb294 [core] Implementation of InputNode that doesn't need computation 2024-05-27 22:03:42 +02:00
Fabien Castan
7f2c65dbd1
Merge pull request #2414 from alicevision/dev/lastSavedDate
[core] Compare last saved date before saving to prevent overwrite
2024-05-27 19:39:13 +02:00
Fabien Castan
a913fd4d32
Merge pull request #2412 from alicevision/dev/absolutePaths
[ui] Conversion of relative paths to absolute ones
2024-05-27 19:31:34 +02:00
Aurore LAFAURIE
e63c2df2a8 Compare last saved date before saving to prevent overwrite 2024-05-27 16:43:00 +02:00
Aurore LAFAURIE
104e1ae31d [ui] Project, import and import recursive in meshroom command now absolute paths
Prevent from having some files gone
2024-05-27 11:27:30 +02:00
Fabien Castan
bc139d13e7
Merge pull request #2406 from alicevision/dev/updateTracks
Add track coordinates
2024-05-27 09:56:34 +02:00
Fabien Castan
f7e612caa4
Merge pull request #2386 from alicevision/fix/iconMappingBbox
[ui] Fix BoundingBox visibility icon because of mapping name
2024-05-25 17:25:07 +02:00
Fabien Castan
d5d2ee3095
Merge pull request #2366 from alicevision/dev/copyPasteAttributeEditor
[ui] Right click on text element in AttributeEditor open Copy/Paste menu
2024-05-25 14:28:21 +02:00
Fabien Castan
00acdb5a88 [ui] GraphEditor: Add Copy/Paste on the attribute label too 2024-05-25 14:04:03 +02:00
Fabien Castan
02ab2ef931 [ui] GraphEditor: attribute now loses focus when Enter or Escape is pressed 2024-05-25 14:03:26 +02:00
Fabien Castan
49c0d0feea [ui] GraphEditor: manage selection for text copy/paste 2024-05-25 14:00:41 +02:00
Aurore LAFAURIE
dd7e19dd2c [ui] Selection of text for copy of text attribute fixed
If there is no text selected, then it copies all the attribute, otherwise it copies only the selected text.
2024-05-23 16:55:29 +02:00
Fabien Castan
958f2edc99
Merge pull request #2395 from alicevision/dev/updateIntrinsicsWhileRemovingImages
[ui] Remove intrinsic if not used by any viewpoint
2024-05-23 14:28:13 +02:00
Aurore LAFAURIE
82548735a6 [ui] Remove removeAllImages call when all viewpoints are cleared 2024-05-23 14:21:22 +02:00
Fabien Castan
b5d1f98d1a
Merge pull request #2401 from alicevision/dev/nodeHeaderSelectedColor
[ui] Selected node header set to base color
2024-05-22 22:12:34 +02:00
Fabien Castan
8c242cbbec [ui] GraphEditor: update color/width of node's border
Avoid ambiguities between mainSelected/selected/hover.
2024-05-22 21:34:33 +02:00
Fabien Castan
4a4839aaa4
Merge pull request #2405 from alicevision/dependabot/pip/requests-2.32.0
Bump requests from 2.27.1 to 2.32.0
2024-05-21 23:34:55 +02:00
Fabien Servant
2416407165 Upgrade nodes versions 2024-05-21 18:38:21 +02:00
Fabien Servant
e1c98886b5 Add track coordinates 2024-05-21 15:40:32 +02:00
dependabot[bot]
3dc5d6ec5b
---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 02:31:39 +00:00
Fabien Castan
9f1f97912a
Merge pull request #2389 from alicevision/fix/featureViewerOnExternalImage
[ui] Prevent Feature Points to display on external images
2024-05-20 23:59:10 +02:00
Fabien Castan
de1938e55c
Merge pull request #2384 from alicevision/dev/internalAttributeColorPickerDisabled
[GraphEditor] Internal Custom Color Picker disabled when node is locked
2024-05-20 21:56:47 +02:00
Fabien Castan
bab2fa910e
Merge pull request #2383 from alicevision/dev/displayCameraInitLabel
[ImageGallery] Display CameraInit label and defaultLabel to avoid confusion
2024-05-20 21:55:16 +02:00
Fabien Castan
d9b4b26a69
Merge pull request #2382 from alicevision/dev/pushButtonAttribute
[core/ui] Add support for PushButton attribute
2024-05-17 20:11:40 +02:00
Aurore LAFAURIE
862c5506a9 [core] Remove of saving PushButton behavior 2024-05-15 17:15:46 +02:00
Aurore LAFAURIE
f38154b109 [ui] Selected node header set to base color 2024-05-14 18:13:41 +02:00
Aurore LAFAURIE
155a9e3bd9 [ui] Update of accessor for intrinsics in removeImage 2024-05-14 11:53:00 +02:00
Aurore LAFAURIE
3f0e3e00c7 [core] Add iteration accessor on ListAttribute 2024-05-14 11:52:22 +02:00
Aurore LAFAURIE
c50d3cc9e7 [ui] Add removeImage function in Python to check for intrinsic still used 2024-05-13 09:48:24 +02:00
Fabien Castan
bfea635eb0
Merge pull request #2385 from alicevision/Viewer3DBoundingBox
Viewer3D: Adjust bounding-box by moving faces
2024-05-12 23:35:09 +02:00
Fabien Castan
11daec0166
Merge pull request #2388 from alicevision/SequencePlayerFrameNumber
SequencePlayer: Forbid "selecting" an invalid frame number
2024-05-12 22:56:46 +02:00
Fabien Castan
6e9a6eaaac
Merge pull request #2390 from alicevision/dev/copyInternalAttributes
[core] Set internal attributes when copy/pasting nodes
2024-05-12 22:12:26 +02:00
Fabien Castan
13f2e2ad9d
Merge pull request #2399 from alicevision/dev/cutNodeGraphEditor
[ui] Cut option available in GraphEditor
2024-05-12 21:58:19 +02:00
Aurore LAFAURIE
697a8a562f [ui] Change order and put getSelectedNodes function outside specific action 2024-05-10 11:52:26 +02:00
Aurore LAFAURIE
f0e18e6db9 [ui] Add of Cut option in Edit menu 2024-05-07 13:42:36 +02:00
Fabien Castan
f6b731b22f
Merge pull request #2391 from alicevision/dev/useBoundingBoxInOtherNodes
[ui] Bounding Box are usable in other nodes, not only Meshing
2024-05-07 08:38:24 +01:00
Fabien Castan
7b691a05dd
Merge pull request #2380 from alicevision/fix/upgradeDynamicChoiceParam
[core] BugFix : Upgrade of Dynamic Choice Param fixed
2024-05-06 21:18:38 +02:00
Fabien Castan
b391675648
Merge pull request #2368 from alicevision/dev/updateMaxRansacIterations
[nodes] FeatureMatching: Update default value for the maximum number of Ransac iterations
2024-05-06 21:17:25 +02:00
Aurore LAFAURIE
c3ab36deb0 [ui] Cut option available in GraphEditor 2024-05-06 17:11:54 +02:00
Elyas Benyamina
631d388893 SequencePlayer: Forbid "selecting" an invalid frame number 2024-05-03 17:14:27 +02:00
Aurore LAFAURIE
561e9b806c [ui] Remove intrinsic if not used by any viewpoint 2024-04-29 15:58:15 +02:00
Elyas Benyamina
d376accf81 [UI][BoundingBox] Viewer3D: Adjust bounding-box by moving faces 2024-04-29 11:25:56 +01:00
Aurore LAFAURIE
5d70a51285 [core] Set internal attributes when copy/pasting nodes 2024-04-26 15:56:26 +02:00
Aurore LAFAURIE
762bcddf41 [ui] Prevent Feature Points to display on external images 2024-04-26 15:05:01 +02:00
Aurore LAFAURIE
9b0de32930 [ui] Bounding Box are usable in other nodes, not only Meshing 2024-04-26 11:18:04 +02:00