Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge detect radius is not transferred #152

Closed
don570 opened this issue Aug 6, 2024 · 0 comments
Closed

Edge detect radius is not transferred #152

don570 opened this issue Aug 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@don570
Copy link

don570 commented Aug 6, 2024

Blender 4.2
Ucupaint 2.0.1
Linux

When selecting the option for a solid color layer mask 'Edge detect'
the radius can be set in a field, however when I look at the panel value
it is different. See image.

So I assume that the number is not being transferred.

edge-detect-number

@ucupumar ucupumar added the bug Something isn't working label Aug 7, 2024
Kareemov03 pushed a commit to Kareemov03/ucupaint that referenced this issue Sep 1, 2024
Kareemov03 added a commit to Kareemov03/ucupaint that referenced this issue Sep 1, 2024
commit 7d153c7
Merge: 3f2fd5a 080ea83
Author: kareemov03 <[email protected]>
Date:   Mon Sep 2 00:23:06 2024 +0300

    Merge branch 'Duplicate_on_OS'

commit 3f2fd5a
Merge: 232dc29 4152edb
Author: kareemov03 <[email protected]>
Date:   Sun Sep 1 23:41:13 2024 +0300

    Merge branch 'master' of https://github.com/Kareemov03/ucupaint

commit 232dc29
Author: kareemov03 <[email protected]>
Date:   Tue Aug 13 22:38:12 2024 +0300

    fixed all

commit 93959e6
Author: Kareemov03 <[email protected]>
Date:   Tue Aug 13 17:17:43 2024 +0300

    .

commit 0c55c40
Author: Kareemov03 <[email protected]>
Date:   Mon Aug 12 16:27:27 2024 +0300

    .

commit 4f5a1c9
Author: kareemov03 <[email protected]>
Date:   Sun Aug 11 23:35:18 2024 +0300

    duplicate on disk start

commit 4152edb
Author: Yusuf Umar <[email protected]>
Date:   Tue Aug 13 14:23:49 2024 +0700

    Fix UI alignment

commit 4a03667
Author: Yusuf Umar <[email protected]>
Date:   Tue Aug 13 14:15:26 2024 +0700

    Add more description to channel displacement setup toggle and use clamp toggle

commit 63d35a5
Author: Yusuf Umar <[email protected]>
Date:   Tue Aug 13 00:31:49 2024 +0700

    Baked displacement image will be a priority when opening images from material since it has no problem with decal mapping.

commit 8b8bdf2
Author: Yusuf Umar <[email protected]>
Date:   Mon Aug 12 23:43:47 2024 +0700

    Also search for yp baked images when trying to open images from material

commit 9131742
Author: Yusuf Umar <[email protected]>
Date:   Mon Aug 12 19:51:00 2024 +0700

    Use float image for baked displacement if displacement setup is on

commit 0f0780b
Author: Yusuf Umar <[email protected]>
Date:   Mon Aug 12 19:28:00 2024 +0700

    Fix: Using transition bump with add blend type will produce wrong max height value

commit ddcb16f
Author: Yusuf Umar <[email protected]>
Date:   Mon Aug 12 15:27:20 2024 +0700

    Make transition ramp works again

commit fd78b79
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 23:31:59 2024 +0700

    Automatically remove appended material if it's from asset library

commit c0fc858
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 23:17:46 2024 +0700

    Forgot to return True on check function

commit 40287ad
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 23:05:34 2024 +0700

    Forgot to add operator check function

commit 71e0930
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 22:58:41 2024 +0700

    Use syntax that more compatible with older version of blenders

commit bd321b1
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 22:52:16 2024 +0700

    Clean up descriptions and unused codes

commit caf5d7b
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 22:29:55 2024 +0700

    Add open images from material operator

commit a6e4179
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 19:04:30 2024 +0700

    Always use Non-color colorspace for custom bake target images to make sure the baked image displayed correctly on blender image editor. Fix ucupumar#140.

commit 1cd0fe1
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 15:46:24 2024 +0700

    Expand vector UI if decal texcoord is used

commit c5eeaba
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 15:30:18 2024 +0700

    Some old blender versions does not have bpy_prop_collection

commit 5034611
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 15:20:02 2024 +0700

    Dealing with empty icon on Blender 2.79

commit bb570f4
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 15:11:59 2024 +0700

    Dealing with empty display type on Blender 2.79

commit 4c12818
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 15:02:45 2024 +0700

    Add more credits on __init__.py

commit a48f0e5
Author: ucupumar <[email protected]>
Date:   Sun Aug 11 14:55:58 2024 +0700

    Add decal vector mapping (ucupumar#154)

    * Initial implementation of decal texture coordinate, currently only works with layer

    * Implement mask decal

    * Dealing with decal and smooth bump

    * Remove all decal objects that referenced in entity texcoord node

commit 7960915
Author: Yusuf Umar <[email protected]>
Date:   Fri Aug 9 11:03:33 2024 +0700

    Fix: Cannot create UDIM layer/mask with a material that has curve using it

commit 4e6b4cb
Author: Yusuf Umar <[email protected]>
Date:   Wed Aug 7 14:19:39 2024 +0700

    Fix ucupumar#152

commit 4dcff19
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 4 23:01:16 2024 +0700

    Tidying up node arrangements

commit f09c341
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 4 22:14:33 2024 +0700

    Remove layer tree input and output node if layer is disabled

commit ead7826
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 4 18:25:26 2024 +0700

    Use layer tree start node as default texcoord node and clean up some labels and node positions.

commit 1a69d15
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 4 17:24:17 2024 +0700

    Mapping is not inside the source tree anymore

commit e90f5e2
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 4 15:12:39 2024 +0700

    Use tomllib instead of toml since some linux distribution does not have them. Related to ucupumar#149

commit 9198816
Author: kareemov03 <[email protected]>
Date:   Tue Aug 13 22:38:12 2024 +0300

    fixed all

commit 5e19617
Author: Kareemov03 <[email protected]>
Date:   Tue Aug 13 17:17:43 2024 +0300

    .

commit beac071
Author: Kareemov03 <[email protected]>
Date:   Mon Aug 12 16:27:27 2024 +0300

    .

commit 644dd0c
Author: kareemov03 <[email protected]>
Date:   Sun Aug 11 23:35:18 2024 +0300

    duplicate on disk start

commit 6858802
Author: Yusuf Umar <[email protected]>
Date:   Fri Aug 2 23:55:23 2024 +0700

    Make mask channels toggle dimmer if the layer don't use them

commit f2878dc
Author: Yusuf Umar <[email protected]>
Date:   Fri Aug 2 23:06:12 2024 +0700

    Fix: Cannot update some older node setup with smooth bump on
Kareemov03 added a commit to Kareemov03/ucupaint that referenced this issue Sep 2, 2024
commit 4152edb
Author: Yusuf Umar <[email protected]>
Date:   Tue Aug 13 14:23:49 2024 +0700

    Fix UI alignment

commit 4a03667
Author: Yusuf Umar <[email protected]>
Date:   Tue Aug 13 14:15:26 2024 +0700

    Add more description to channel displacement setup toggle and use clamp toggle

commit 63d35a5
Author: Yusuf Umar <[email protected]>
Date:   Tue Aug 13 00:31:49 2024 +0700

    Baked displacement image will be a priority when opening images from material since it has no problem with decal mapping.

commit 8b8bdf2
Author: Yusuf Umar <[email protected]>
Date:   Mon Aug 12 23:43:47 2024 +0700

    Also search for yp baked images when trying to open images from material

commit 9131742
Author: Yusuf Umar <[email protected]>
Date:   Mon Aug 12 19:51:00 2024 +0700

    Use float image for baked displacement if displacement setup is on

commit 0f0780b
Author: Yusuf Umar <[email protected]>
Date:   Mon Aug 12 19:28:00 2024 +0700

    Fix: Using transition bump with add blend type will produce wrong max height value

commit ddcb16f
Author: Yusuf Umar <[email protected]>
Date:   Mon Aug 12 15:27:20 2024 +0700

    Make transition ramp works again

commit fd78b79
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 23:31:59 2024 +0700

    Automatically remove appended material if it's from asset library

commit c0fc858
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 23:17:46 2024 +0700

    Forgot to return True on check function

commit 40287ad
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 23:05:34 2024 +0700

    Forgot to add operator check function

commit 71e0930
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 22:58:41 2024 +0700

    Use syntax that more compatible with older version of blenders

commit bd321b1
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 22:52:16 2024 +0700

    Clean up descriptions and unused codes

commit caf5d7b
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 22:29:55 2024 +0700

    Add open images from material operator

commit a6e4179
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 19:04:30 2024 +0700

    Always use Non-color colorspace for custom bake target images to make sure the baked image displayed correctly on blender image editor. Fix ucupumar#140.

commit 1cd0fe1
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 15:46:24 2024 +0700

    Expand vector UI if decal texcoord is used

commit c5eeaba
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 15:30:18 2024 +0700

    Some old blender versions does not have bpy_prop_collection

commit 5034611
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 15:20:02 2024 +0700

    Dealing with empty icon on Blender 2.79

commit bb570f4
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 15:11:59 2024 +0700

    Dealing with empty display type on Blender 2.79

commit 4c12818
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 11 15:02:45 2024 +0700

    Add more credits on __init__.py

commit a48f0e5
Author: ucupumar <[email protected]>
Date:   Sun Aug 11 14:55:58 2024 +0700

    Add decal vector mapping (ucupumar#154)

    * Initial implementation of decal texture coordinate, currently only works with layer

    * Implement mask decal

    * Dealing with decal and smooth bump

    * Remove all decal objects that referenced in entity texcoord node

commit 7960915
Author: Yusuf Umar <[email protected]>
Date:   Fri Aug 9 11:03:33 2024 +0700

    Fix: Cannot create UDIM layer/mask with a material that has curve using it

commit 4e6b4cb
Author: Yusuf Umar <[email protected]>
Date:   Wed Aug 7 14:19:39 2024 +0700

    Fix ucupumar#152

commit 4dcff19
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 4 23:01:16 2024 +0700

    Tidying up node arrangements

commit f09c341
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 4 22:14:33 2024 +0700

    Remove layer tree input and output node if layer is disabled

commit ead7826
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 4 18:25:26 2024 +0700

    Use layer tree start node as default texcoord node and clean up some labels and node positions.

commit 1a69d15
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 4 17:24:17 2024 +0700

    Mapping is not inside the source tree anymore

commit e90f5e2
Author: Yusuf Umar <[email protected]>
Date:   Sun Aug 4 15:12:39 2024 +0700

    Use tomllib instead of toml since some linux distribution does not have them. Related to ucupumar#149

commit 9198816
Author: kareemov03 <[email protected]>
Date:   Tue Aug 13 22:38:12 2024 +0300

    fixed all

commit 5e19617
Author: Kareemov03 <[email protected]>
Date:   Tue Aug 13 17:17:43 2024 +0300

    .

commit beac071
Author: Kareemov03 <[email protected]>
Date:   Mon Aug 12 16:27:27 2024 +0300

    .

commit 644dd0c
Author: kareemov03 <[email protected]>
Date:   Sun Aug 11 23:35:18 2024 +0300

    duplicate on disk start

commit 6858802
Author: Yusuf Umar <[email protected]>
Date:   Fri Aug 2 23:55:23 2024 +0700

    Make mask channels toggle dimmer if the layer don't use them

commit f2878dc
Author: Yusuf Umar <[email protected]>
Date:   Fri Aug 2 23:06:12 2024 +0700

    Fix: Cannot update some older node setup with smooth bump on

commit 21e9653
Author: kareem <[email protected]>
Date:   Fri Aug 2 23:15:21 2024 +0300

    kareemov is here

commit 7cdd9e4
Author: kareem <[email protected]>
Date:   Fri Aug 2 18:31:59 2024 +0300

    Added Arabic Localization

commit 4e7328c
Author: kareem <[email protected]>
Date:   Fri Aug 2 11:43:15 2024 +0300

    Arabic Localization

commit 8a4ae86
Author: kareem <[email protected]>
Date:   Thu Aug 1 20:20:45 2024 +0300

    first line test

commit 78b1c10
Author: Kareemov03 <[email protected]>
Date:   Thu Aug 1 12:29:43 2024 +0300

     test

commit 3bcdeca
Author: Kareemov03 <[email protected]>
Date:   Thu Aug 1 12:04:55 2024 +0300

    starting arabic localization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants