Vasilis-Milios
  • Joined on 2023-09-21
Vasilis-Milios commented on pull request blender/blender#113244 2023-10-04 15:13:21 +02:00
Fix #113194: show the single value for sockets of type field

No worries. That was fun :D. If you need any help with any other simple tickets, feel free to cc me.

Vasilis-Milios commented on pull request blender/blender#113244 2023-10-04 15:01:13 +02:00
Fix #113194: show the single value for sockets of type field

Couldn't think of a way to save the branch 😅 . So deleted it, checked out from v4.0-release and applied the changes there. Hope that's what you meant.

Vasilis-Milios pushed to fix-issue-113194 at Vasilis-Milios/blender 2023-10-04 14:57:07 +02:00
f2945bd4be Fix #113194: show the single value for sockets of type field
Vasilis-Milios commented on pull request blender/blender#113244 2023-10-04 14:30:13 +02:00
Fix #113194: show the single value for sockets of type field

Damnit 😠 . Sorry haven't done this before. Will fix.

Vasilis-Milios pushed to fix-issue-113194 at Vasilis-Milios/blender 2023-10-04 14:26:48 +02:00
5c7860cb2d Adjusting for moved function in main branch
268febe60e Nodes: deduplicate code to create declarations for socket type
b3e8049b72 Cleanup: deduplicate more socket items code
7cdf94b9f5 Cleanup: avoid having to pass in a statically allocated variable
4bc1e1f441 Geometry Nodes: deduplicate code to deal with dynamic socket amounts
Compare 57 commits »
Vasilis-Milios commented on pull request blender/blender#113244 2023-10-04 14:20:20 +02:00
Fix #113194: show the single value for sockets of type field

I am not sure I did it correctly. Lots of file changes and commits I think😓.

Vasilis-Milios pushed to fix-issue-113194 at Vasilis-Milios/blender 2023-10-04 14:15:43 +02:00
7c4700591b Adjusting for moved function in main branch
1e42e41e23 Nodes: deduplicate code to create declarations for socket type
71402f750c Cleanup: deduplicate more socket items code
2fcc7648dd Cleanup: avoid having to pass in a statically allocated variable
010bee2087 Geometry Nodes: deduplicate code to deal with dynamic socket amounts
Compare 57 commits »
Vasilis-Milios commented on pull request blender/blender#113244 2023-10-04 13:47:46 +02:00
Fix #113194: show the single value for sockets of type field

No worries :). Updated!

Vasilis-Milios pushed to fix-issue-113194 at Vasilis-Milios/blender 2023-10-04 13:45:39 +02:00
8686dba17f Adjusting for moved function in main branch
4fd30199f9 Merged main into branch
4ad4690d0a Merge branch 'blender-v4.0-release'
a6ffb82940 Merge branch 'blender-v4.0-release'
93aa1654be Fix crash caused by bl_keymap_validate clearing key-maps
Compare 10 commits »
Vasilis-Milios pushed to fix-issue-113194 at Vasilis-Milios/blender 2023-10-04 12:49:53 +02:00
6f567da59e Cleanup
Vasilis-Milios commented on pull request blender/blender#113244 2023-10-04 12:25:18 +02:00
Fix #113194: show the single value for sockets of type field

Hopefully didn't screw this up 😅

Vasilis-Milios created pull request blender/blender#113244 2023-10-04 12:21:18 +02:00
Fix #113194: show the single value for sockets of type field
Vasilis-Milios pushed to fix-issue-113194 at Vasilis-Milios/blender 2023-10-04 12:20:00 +02:00
5bb683ea92 Fix #113194: show the single value for sockets of type field
Vasilis-Milios created branch fix-issue-113194 in Vasilis-Milios/blender 2023-10-04 11:43:50 +02:00
Vasilis-Milios pushed to fix-issue-113194 at Vasilis-Milios/blender 2023-10-04 11:43:50 +02:00
780477bf4d Show single value only for socket types that can be a field
Vasilis-Milios created repository Vasilis-Milios/blender 2023-10-04 11:37:55 +02:00
Vasilis-Milios commented on issue blender/blender#113194 2023-10-03 17:21:35 +02:00
Geometry Nodes: Show "Single Value" only for socket types that can be a field

@dfelinto Yeap you are right. Can see it now. Mind if I take a stab at it? PS: Still figuring my way around the code so may take me a while.

Vasilis-Milios commented on issue blender/blender#113194 2023-10-03 16:51:14 +02:00
Geometry Nodes: Show "Single Value" only for socket types that can be a field

Hey @dfelinto,

I am using blender 4.0 alpha and the single value field doesn't seem to be there for me. image

Vasilis-Milios commented on issue blender/blender#108111 2023-10-03 13:34:28 +02:00
Update 'dyntopo_detail_size_edit' to support Relative/Brush Detail settings

Hey @JulienKaspar,

I am new to the development of Blender. Have been playing around with the source for the past two weeks. Saw this in the community tasks and was wondering if I could maybe…