Yuting-Chen
  • Joined on 2024-03-11
Yuting-Chen pushed to gsoc-demo at Yuting-Chen/blender 2024-04-01 17:24:35 +02:00
8c7b845a5f add supported type for sorting function
Yuting-Chen renamed repository from opacity_tooltips to Yuting-Chen/blender 2024-04-01 11:42:03 +02:00
Yuting-Chen pushed to gsoc-demo at Yuting-Chen/blender 2024-04-01 11:41:06 +02:00
961aef6ab5 add new feature
362d381a5a Cleanup: pass GPUStateMutable as a const reference
e7abad23e0 Fix #118696: Nested override libraries can cause persistent resync warning.
b4517ca148 Cleanup: replace suspicious use of "&" with "&&"
0ef033750f Cleanup: pass arguments by const reference
Compare 10 commits »
Yuting-Chen created branch gsoc-demo in Yuting-Chen/blender 2024-04-01 11:41:06 +02:00
Yuting-Chen commented on pull request blender/blender#119415 2024-03-28 09:25:36 +01:00
Fix #119296 : Image object data - opacity tooltips text make no sense

Excuse me if I overexplain this a bit.

The central problem here is that we are using the object "color" in two different ways as far as the user is concerned, which results in confusion…

Yuting-Chen pushed to my-feature at Yuting-Chen/blender 2024-03-28 09:07:08 +01:00
0137602c22 update solution to generate a float property
6a82eef5c2 update solution for Python properties_data_empty.py
Compare 2 commits »
Yuting-Chen pushed to my-feature at Yuting-Chen/blender 2024-03-14 12:53:47 +01:00
94cb257468 make format of changed code
Yuting-Chen created pull request blender/blender#119415 2024-03-13 11:09:34 +01:00
Fix #119296 : Image object data - opacity tooltips text make no sense
Yuting-Chen pushed to my-feature at Yuting-Chen/blender 2024-03-13 10:46:54 +01:00
04ec9a213b change to new rna
Yuting-Chen pushed to my-feature at Yuting-Chen/blender 2024-03-13 10:36:44 +01:00
cbae48d8d5 define a new property rna for empty image
d4af0f251b change layout prop to new defined rna
Compare 2 commits »
Yuting-Chen created branch my-feature in Yuting-Chen/blender 2024-03-13 10:36:44 +01:00
Yuting-Chen created repository Yuting-Chen/blender 2024-03-11 18:37:25 +01:00
Yuting-Chen commented on issue blender/blender#119296 2024-03-11 10:25:19 +01:00
Image object data - opacity tooltips text make no sense

hi, i'd like to try this as my first issue.