i've downloaded the latest version of structure synth and tried importing an example scene into blender (v2.49b) but it didn't work.
seems like that the blender plugin needs to be updated :/
i have 2 general questions about structure synth:
- is it possible to make objects half-transparent? (glass)
- is it possible to apply logical operators on intersections? (and/or/not/xor) - eg. 2 gray objects will intersect -> the "difference" turns white
thx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm afraid I can't help with the Blender plugin, but for the other two questions:
You can make objects transparent using the a (alpha) command: { a 0.5 } sphere
Notice that this is only partly supported in the OpenGL view: objects are not sorted, which is required for proper transparency. The export templates could in principle support transparency, but I don't think many of them do…
It is not posible to apply logical operators.
Regards, Mikael.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i've downloaded the latest version of structure synth and tried importing an example scene into blender (v2.49b) but it didn't work.
seems like that the blender plugin needs to be updated :/
i have 2 general questions about structure synth:
- is it possible to make objects half-transparent? (glass)
- is it possible to apply logical operators on intersections? (and/or/not/xor) - eg. 2 gray objects will intersect -> the "difference" turns white
thx
Hi, I'm afraid I can't help with the Blender plugin, but for the other two questions:
You can make objects transparent using the a (alpha) command: { a 0.5 } sphere
Notice that this is only partly supported in the OpenGL view: objects are not sorted, which is required for proper transparency. The export templates could in principle support transparency, but I don't think many of them do…
It is not posible to apply logical operators.
Regards, Mikael.