Commit graph

3909 commits

Author SHA1 Message Date
Fabien Castan
d922d447b2
Merge pull request #2417 from alicevision/fix/imageProcessingNodeImprovement
[nodes] ImageProcessing : use keepImageFilename attribute
2024-05-31 18:12:56 +02:00
Aurore LAFAURIE
01a811d703 [nodes] ImageProcessing : use keepImageFilename attribute 2024-05-31 17:32:19 +02:00
Fabien Castan
a243ac3de2 [tests] Add a specific name for each graph 2024-05-29 23:01:41 +02:00
Fabien Castan
400246a529 [core] Attribute: fix initialization of attributes value 2024-05-29 23:01:41 +02:00
Fabien Castan
b76a3a3d25 [core] desc.Attribute: lambda are expressions 2024-05-29 23:01:41 +02:00
Aurore LAFAURIE
840ed3a8b8 [Node] Show all outputs of node in Graph 2024-05-28 18:07:31 +02:00
Aurore LAFAURIE
796493417d [Node] Fix visible property usage for nodes output in Graph 2024-05-28 18:06:35 +02:00
Fabien Castan
dcb2f672aa
Merge pull request #2379 from alicevision/Fix3DViewerZoom
Fix 3D Viewer zooming problem
2024-05-28 08:37:30 +02:00
Fabien Castan
e445fb2e21
Merge pull request #2413 from alicevision/dev/sphereDetectionAutoDetection
[ui] Viewer2D: Display lighting circle with auto detected sphere
2024-05-27 22:34:34 +02:00
Fabien Castan
d2ad818b2c [core] all parameter types could now be used as output attribute 2024-05-27 22:03:43 +02:00
Fabien Castan
f1d0211758 [core] desc.Attribute: new isExpression property 2024-05-27 22:03:43 +02:00
Fabien Castan
5a60d92a09 [core] desc.ChoiceParam: more strict type checking and conversion 2024-05-27 22:03:43 +02:00
Fabien Castan
520c25349f [core] GroupAttr: no error for empty value and more explicit error message 2024-05-27 22:03:42 +02:00
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
Grégoire De Lillo
f2b7912d7a [ui] Viewer2D: Read Json from SphereDetection folder if auto detection 2024-05-27 00:20:24 +02:00
Grégoire De Lillo
28db112f85 [ui] Viewer2D: Change displayLightingCircleLoader icon 2024-05-27 00:15:07 +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
Aurore LAFAURIE
0899900c6e [nodes] <FILESTEM> added and changed in nodes values 2024-05-23 12:30:00 +02:00
Aurore LAFAURIE
f6332efa7e [ui] uvCenterOffset set according to principal point corrected or not + undistorted image path resolve according to output value of node 2024-05-23 12:30:00 +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
663b6b66d4 [ui/core] Order last node of type according to node's depth and name 2024-05-17 10:27:32 +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