mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-10 06:41:54 +02:00
Merge pull request #1483 from alicevision/dev/masking
New ImageMasking and MeshMasking nodes
This commit is contained in:
commit
66e046c613
11 changed files with 442 additions and 23 deletions
|
@ -53,7 +53,7 @@ The transformation can be based on:
|
|||
label='Transformation',
|
||||
description="Required only for 'transformation' and 'from_single_camera' methods:\n"
|
||||
" * transformation: Align [X,Y,Z] to +Y-axis, rotate around Y by R deg, scale by S; syntax: X,Y,Z;R;S\n"
|
||||
" * from_single_camera: Camera UID or image filename",
|
||||
" * from_single_camera: Camera UID or simplified regular expression to match image filepath (like '*camera2*.jpg')",
|
||||
value='',
|
||||
uid=[0],
|
||||
enabled=lambda node: node.method.value == "transformation" or node.method.value == "from_single_camera",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue