wasd wrote: Mon Aug 13, 2018 9:36 am
Oh, only 4 years since then. Maybe a little later. It took only 24 years for them to get cube defined not by radius, but by edge length and sphere (haha) not by "size", but like it used to be for cube, by radius. Wait... They didn't do it yet.
Blender Foundation's priority number one seems to be the grease pencil these days. I'm just glad we got the datablock ID properties after only 5 years (a feature that almost every advanced addon will use).
Another feature request! I'd like HDRI Settings - Z Axis Rotation to be not limited to 0-360°. It's convenient to be able to rotate hdri -30° for example. It's not that hard for cpu to calculate that -30° is the same as 330° and 720° is 0° as it for me.
wasd wrote: Mon Aug 13, 2018 5:16 pm
Another feature request! I'd like HDRI Settings - Z Axis Rotation to be not limited to 0-360°. It's convenient to be able to rotate hdri -30° for example. It's not that hard for cpu to calculate that -30° is the same as 330° and 720° is 0° as it for me.
wasd wrote: Mon Aug 13, 2018 5:16 pm
Another feature request! I'd like HDRI Settings - Z Axis Rotation to be not limited to 0-360°. It's convenient to be able to rotate hdri -30° for example. It's not that hard for cpu to calculate that -30° is the same as 330° and 720° is 0° as it for me.
I have a question about material library: if I remember right, there was feature in old lux to add material as link to a file. Is it possible to add such feature to luxcore? So I would store my materials in a files and to add material to an object I'd have to just pick a file.
wasd wrote: Wed Sep 12, 2018 11:08 am
I have a question about material library: if I remember right, there was feature in old lux to add material as link to a file. Is it possible to add such feature to luxcore? So I would store my materials in a files and to add material to an object I'd have to just pick a file.
It is possible (and easy to add) however the question is more how to integrate this feature with Blender
Support LuxCoreRender project with salts and bounties
You can make a .blend file where you create your materials.
Then you can link or append these materials into other .blend files.
If you link them, they will be automatically updated in all "child files" when you edit a material in the "parent file" (i.e. your material library).
So you can just use the Blender asset system in this case.
B.Y.O.B. wrote: Wed Sep 12, 2018 11:40 am
You can make a .blend file where you create your materials.
Then you can link or append these materials into other .blend files.
If you link them, they will be automatically updated in all "child files" when you edit a material in the "parent file" (i.e. your material library).
So you can just use the Blender asset system in this case.
Thank you for the tip. Didn't know one can link materials. However, I'd like to avoid blender's linking system as much as possible.
I really liked that feature from old lux.
You see, there's a bunch of problems with .blend files and nodes right now and likely will persist in next few tens of years. Most annoying for me is ctrl+c crush and sss bug. I've commented on last one here recently https://github.com/LuxCoreRender/LuxCore/issues/113 The problem is within .blend file. I didn't manage to find certain steps to reproduce the bug though.
wasd wrote: Wed Sep 12, 2018 11:08 am
I have a question about material library: if I remember right, there was feature in old lux to add material as link to a file. Is it possible to add such feature to luxcore? So I would store my materials in a files and to add material to an object I'd have to just pick a file.
It is possible (and easy to add) however the question is more how to integrate this feature with Blender
I just thought of one way: there's a "custom properties" feature in blender. Maybe it's possible to add some property like LuxcoreMaterial = ./somfile.lxm? Then, add field to Properties/Material tab to choose file instead of node tree?