Home › Forums › Graphics / Blender › Custom Property Doesn’t work in Verge 3d
- This topic has 6 replies, 3 voices, and was last updated 1 year, 6 months ago by
kdv.
-
AuthorPosts
-
2024-06-12 at 6:01 am #74752
naderus
ParticipantI try to add a custom property to change an object color in Blender as shown in the attached image.
The blender view renders it correctly but in Verge 3d it doesn’t understand this custom property.In the render tab, I check the Export Custom Props as well. So it seems I miss a setting here. Appreciate any help.
Attachments:
2024-06-12 at 6:27 am #74754kdv
ParticipantCustom properties work fine, but the node “Attribute” you are using is not fully supported in Verge3D.
https://www.soft8soft.com/docs/manual/en/blender/Shader-Nodes-Reference.html#Attribute
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2024-06-12 at 5:59 pm #74761naderus
ParticipantSo what is the workaround for that?
2024-06-12 at 6:13 pm #74763kdv
ParticipantDepends on what result you want to get in the end.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2024-06-12 at 10:01 pm #74765
xeonCustomerto change a color of an object in V3D there are a few options:
You can assign the object a new material.
You can assign the object a new texture.
You can use a value node in your shader and adjust the value node via puzzles.
You can use a mix shader node and value shader that influences the factor of the mix shader node.There are other ways…too…just the way you were going about it wasn’t going to work.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2024-06-13 at 10:18 am #74823naderus
ParticipantI want to do this kind of things in Blender and control them via custom property then create asset library and instance it 100 time and finally export it to verge 3d
This way every objects function is calculate inside my modem blender file.
If I don’t do that I need to add those functionality via js one by one which is really hard.2024-06-13 at 10:27 am #74824kdv
ParticipantI understood nothing of what you said ))) But if you want to use only one material for several objects and you want those objects to have different colors then you’d better use “Object info” node in Blender.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
-
AuthorPosts
- You must be logged in to reply to this topic.

