Yes. I was looking for such a paper. Have you guys ever thought about writing such a material? Something like the one they wrote about numpy:
https://www.nature.com/articles/s41586-020-2649-2
Search found 7 matches
- Thu Nov 26, 2020 5:05 pm
- Forum: User Support
- Topic: How to cite LuxCoreRender?
- Replies: 4
- Views: 2733
- Wed Nov 25, 2020 3:20 pm
- Forum: User Support
- Topic: How to cite LuxCoreRender?
- Replies: 4
- Views: 2733
Re: How to cite LuxCoreRender?
Perfect. Thanks!
- Wed Nov 25, 2020 2:45 pm
- Forum: User Support
- Topic: How to cite LuxCoreRender?
- Replies: 4
- Views: 2733
How to cite LuxCoreRender?
I used LCR in my thesis. What is the preferred way to cite it?
Also, can I download the LCR logo in vector format (pdf or svg) somewhere? I would like to add it to some slides.
Also, can I download the LCR logo in vector format (pdf or svg) somewhere? I would like to add it to some slides.
- Wed May 27, 2020 4:05 pm
- Forum: User Support
- Topic: Rendering freezing
- Replies: 5
- Views: 3174
Re: Rendering freezing
Hi Dade,
Interesting here, using v2.3, I can run on background without problems. But I'll try to run it on foreground to see if something changes.
Regarding the function definition error, I'm sorry. I've made some last minutes changes on the code to make it more readable before posting here. But I ...
Interesting here, using v2.3, I can run on background without problems. But I'll try to run it on foreground to see if something changes.
Regarding the function definition error, I'm sorry. I've made some last minutes changes on the code to make it more readable before posting here. But I ...
- Wed May 27, 2020 7:36 am
- Forum: User Support
- Topic: Rendering freezing
- Replies: 5
- Views: 3174
Re: Rendering freezing
I noticed a pattern:
This freezing happens always when I'm doing something else that is CPU intensive (In my case, running CFD simulations).
During the freeze, the Blender process is highly demanding the CPU and the GPUs are almost blowing fire out the air oulets. Nevertheless, no rendering ...
This freezing happens always when I'm doing something else that is CPU intensive (In my case, running CFD simulations).
During the freeze, the Blender process is highly demanding the CPU and the GPUs are almost blowing fire out the air oulets. Nevertheless, no rendering ...
- Tue May 26, 2020 7:37 am
- Forum: User Support
- Topic: Rendering freezing
- Replies: 5
- Views: 3174
Re: Rendering freezing
Hi, @Dade. Thanks for the reply.
I also suspect of a memory leak. Maybe I'm not deleting everything that is necessary after using the object. But I don't know what that would be.
I've tried running the script on another machine with just one GPU. Same problem.
I haven't tried 2.4 yet. Thanks for ...
I also suspect of a memory leak. Maybe I'm not deleting everything that is necessary after using the object. But I don't know what that would be.
I've tried running the script on another machine with just one GPU. Same problem.
I haven't tried 2.4 yet. Thanks for ...
- Mon May 25, 2020 7:02 pm
- Forum: User Support
- Topic: Rendering freezing
- Replies: 5
- Views: 3174
Rendering freezing
Hi guys, I've written a script to render a bunch of .ply files (between 300 and 500). It is a loop that does basically this:
1 - Create an object from a .ply
2 - Render the scene
3 - Save it as .png
4 - Delete the object create in step 1
5 - Go back to step 1
(If anyone wants to see the script, it ...
1 - Create an object from a .ply
2 - Render the scene
3 - Save it as .png
4 - Delete the object create in step 1
5 - Go back to step 1
(If anyone wants to see the script, it ...