Balázs Füvesi fuvesib
  • Joined on 2022-12-09
Balázs Füvesi commented on issue blender/blender#118267 2024-02-15 09:29:25 +01:00
Linux: unsupported platfrom

I tried a few other things in the meantime, I hope they help.

I run Blender 4.1 from the command line: blender -b ~/example.blend -f 1 -- --cycles-device CPU did work `blender -b ~/example.b…

Balázs Füvesi commented on issue blender/blender#118267 2024-02-15 08:57:26 +01:00
Linux: unsupported platfrom

Yes, I connect to the computer through a noVNC remote desktop.

Balázs Füvesi opened issue blender/blender#118267 2024-02-14 13:33:58 +01:00
Linux: unsupported platfrom
Balázs Füvesi commented on pull request blender/blender#116856 2024-02-13 20:04:30 +01:00
Fix #116809: Geometry nodes UV map of UV Sphere

Maybe I'm misunderstanding something, but with the current fix and versioning all three (UVMap, index and position) are the same, see the picture below. With the added benefit that the vertex…

Balázs Füvesi opened issue blender/blender#118104 2024-02-11 14:33:28 +01:00
Geometry nodes Menu type: Menu Switch output shows up as input suggestion to Menu type sockets
Balázs Füvesi pushed to gn-uvsphere-uvsegmentfix at fuvesib/blender 2024-01-11 20:01:29 +01:00
11134ea3f9 Correct blender version
Balázs Füvesi pushed to gn-uvsphere-uvsegmentfix at fuvesib/blender 2024-01-11 19:53:27 +01:00
Balázs Füvesi pushed to gn-uvsphere-uvsegmentfix at fuvesib/blender 2024-01-10 00:06:34 +01:00
ba9a7c57ec Correct code according to comments
ea5d64e03d Merge remote-tracking branch 'refs/remotes/me/gn-uvsphere-uvsegmentfix'
ed8f6a113b Merge branch 'main' into gn-uvsphere-uvsegmentfix
797013b7f4 Fix #116866: crash when adding volume
e983e47616 Cleanup: remove unused simplify level from volume runtime data
Compare 14 commits »
Balázs Füvesi commented on pull request blender/blender#116856 2024-01-08 21:40:55 +01:00
Fix #116809: Geometry nodes UV map of UV Sphere

Fix UV map of UV sphere to match cone's and cylinder's UV map by rotating vertex positions and matching them with cone's and cylinder's vertex positions (Small icosphere marks 1st vertex):

Balázs Füvesi pushed to gn-uvsphere-uvsegmentfix at fuvesib/blender 2024-01-08 21:32:39 +01:00
2b682c8e3b Correct blender version
Balázs Füvesi pushed to gn-uvsphere-uvsegmentfix at fuvesib/blender 2024-01-08 21:25:18 +01:00
000d2b1da7 Correct version check
Balázs Füvesi pushed to gn-uvsphere-uvsegmentfix at fuvesib/blender 2024-01-08 21:09:35 +01:00
b1dc2ba8e1 Add common segments integer input node
Balázs Füvesi pushed to gn-uvsphere-uvsegmentfix at fuvesib/blender 2024-01-08 16:29:05 +01:00
9f179705f7 Add nodes until common segments integer
Balázs Füvesi pushed to gn-uvsphere-uvsegmentfix at fuvesib/blender 2024-01-08 16:22:47 +01:00
d2096ba536 Add version_cycles_node_socket_int_value function
Balázs Füvesi pushed to gn-uvsphere-uvsegmentfix at fuvesib/blender 2024-01-08 16:22:00 +01:00
aa525dd931 Add version_cycles_node_socket_int_value function
Balázs Füvesi pushed to gn-uvsphere-uvsegmentfix at fuvesib/blender 2024-01-08 00:13:54 +01:00
452b2f2090 Add nodes until segment input
Balázs Füvesi pushed to gn-uvsphere-uvsegmentfix at fuvesib/blender 2024-01-08 00:09:50 +01:00
9f81894ea2 Add dummy version check
Balázs Füvesi pushed to gn-uvsphere-uvsegmentfix at fuvesib/blender 2024-01-08 00:03:14 +01:00
fe92ce299e Fix vertex position instead of UV shift
Balázs Füvesi commented on issue blender/blender#116809 2024-01-07 00:58:39 +01:00
Geometry Nodes: The UV of the UV Sphere are rotated for one extra segment

I made a fix where I moved the UV map.

I think the problem is caused by the order of the vertices, which is different in the case of UV Sphere compared to the other primitives. ![Screenshot…

Balázs Füvesi created pull request blender/blender#116856 2024-01-07 00:46:47 +01:00
Fix #116809: Geometry nodes UV map of UV Sphere