Soeren Schmidt-Clausen F_Scociety
Soeren Schmidt-Clausen created repository F_Scociety/blender-addons 2023-05-10 21:35:57 +02:00
Soeren Schmidt-Clausen commented on issue blender/blender#107582 2023-05-10 19:15:07 +02:00
Geometry Node: Error resetting simulations nodes using node wrangler

A problem with Node Wrangler. Maybe it can be updated to keep with the changes introduced by new node types. Not a geometry node specific issue I guess.

So is it a blender-addons's…

Soeren Schmidt-Clausen commented on pull request blender/blender#106970 2023-04-20 14:54:46 +02:00
Geometry Nodes: Is Edit Mode Node

@Antoine_Bagattini

Is it bad, when different nodes return same things? Because then we could do a Is Object Mode Node. And maybe laiter add more properties to the object info node, like in the…

Soeren Schmidt-Clausen commented on pull request blender/blender#106970 2023-04-18 11:30:00 +02:00
Geometry Nodes: Is Edit Mode Node

Hi, I hope this gets through. I have one concern though. Some Geometry Node systems depend on different objects. With this node you can only check for the object, where the modifier is on. For…

Soeren Schmidt-Clausen closed pull request blender/blender#106305 2023-04-18 11:28:32 +02:00
WIP: Object-Mode in Object Info Node
Soeren Schmidt-Clausen reopened pull request blender/blender#106305 2023-04-18 11:28:29 +02:00
WIP: Object-Mode in Object Info Node
Soeren Schmidt-Clausen commented on pull request blender/blender#106305 2023-04-18 11:28:28 +02:00
WIP: Object-Mode in Object Info Node

It's honestly a bit unlikely that we'll allow accessing the mode like this, because it's not really something that the procedural setup should depend on. For the time being I'd recommend people…

Soeren Schmidt-Clausen commented on pull request blender/blender#106970 2023-04-17 22:37:01 +02:00
Geometry Nodes: Is Edit Mode Node

Hi, I hope this gets through. I have one concern though. Some Geometry Node Systems depend on different objects. With this node you can only check for the object, where the modifier lies. For…

Soeren Schmidt-Clausen closed pull request blender/blender#106305 2023-03-31 12:43:51 +02:00
WIP: Object-Mode in Object Info Node
Soeren Schmidt-Clausen commented on pull request blender/blender#106305 2023-03-31 12:43:42 +02:00
WIP: Object-Mode in Object Info Node

It's honestly a bit unlikely that we'll allow accessing the mode like this, because it's not really something that the procedural setup should depend on. For the time being I'd recommend people…

Soeren Schmidt-Clausen reopened pull request blender/blender#106305 2023-03-30 16:13:58 +02:00
WIP: Object-Mode in Object Info Node
Soeren Schmidt-Clausen commented on pull request blender/blender#106305 2023-03-30 16:13:34 +02:00
WIP: Object-Mode in Object Info Node

I don't think this is a good idea. At least this way of representing flags...

I understand. I originaly planed a new node called "is edit mode", inspirered by the "is viewport" node. The…

Soeren Schmidt-Clausen commented on pull request blender/blender#106305 2023-03-30 16:08:38 +02:00
WIP: Object-Mode in Object Info Node

I can't comment on the design, but one thing that comes to my mind:

What value does this return while rendering? I assume the object's mode should always be Object Mode in that case.

If…

Soeren Schmidt-Clausen closed pull request blender/blender#106305 2023-03-30 16:05:19 +02:00
WIP: Object-Mode in Object Info Node
Soeren Schmidt-Clausen reopened pull request blender/blender#106305 2023-03-30 13:28:20 +02:00
WIP: Object-Mode in Object Info Node
Soeren Schmidt-Clausen closed pull request blender/blender#106305 2023-03-30 13:28:15 +02:00
WIP: Object-Mode in Object Info Node
Soeren Schmidt-Clausen created pull request blender/blender#106305 2023-03-30 13:06:54 +02:00
Object-Mode in Object Info Node
Soeren Schmidt-Clausen commented on issue blender/blender-addons#101724 2023-03-14 12:18:42 +01:00
FBX exporter mixes up the material IDs when there are empty material slots

I think this is a duplicate of blender/blender-addons#75982 which was resolved recently.

Yeah youre right. Ive closed it

Soeren Schmidt-Clausen closed issue blender/blender-addons#101724 2023-03-14 12:18:10 +01:00
FBX exporter mixes up the material IDs when there are empty material slots
Soeren Schmidt-Clausen commented on issue blender/blender#66436 2023-02-15 11:23:36 +01:00
EEVEE: User preference settings (anisotropy, texture size limit) affect rendering

Hey, I would like to work on this. Iam a new to the blender code and this would be my first commit.