Render Workbench

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
Luixx
Posts: 213
Joined: Thu Jan 25, 2018 9:12 am

Render Workbench

Post by Luixx »

Hi, my use : https://github.com/FreeCAD/FreeCAD-render,

Render used : appleseed,

Generate render -- output error:

Code: Select all

Running the Python command 'Render_Render' failed:
Traceback (most recent call last):
  File "C:\Users\luigi\AppData\Roaming\FreeCAD\Mod\Render\Render.py", line 152, in Activated
    img = project.Proxy.render(project)
  File "C:\Users\luigi\AppData\Roaming\FreeCAD\Mod\Render\Render.py", line 475, in render
    os.remove(fp)

[WinError 32] Impossibile accedere al file. Il file è utilizzato da un altro processo: 'E:\\temp\\AppleseedProject750opodp.appleseed'

FreeCAD version:

Code: Select all

OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.16131 (Git)
Build type: Release
Branch: releases/FreeCAD-0-18
Hash: 3129ae4296e40ed20e7b3d460b86e6969acbe1c3
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Italian/Italy (it_IT)
How to solution ?.

You tutorial for appleseed ?

Thanks.
I'am italian my name luigi .. my english elementary.
good night.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Render Workbench

Post by Kunda1 »

Translated: Unable to access the file. The file is used by another process 'E:\\temp\\AppleseedProject750opodp.appleseed'
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Luixx
Posts: 213
Joined: Thu Jan 25, 2018 9:12 am

Re: Render Workbench

Post by Luixx »

change folder output Project? thanks.
Luixx
Posts: 213
Joined: Thu Jan 25, 2018 9:12 am

Re: Render Workbench

Post by Luixx »

solved problem .. my export in obj .. open blender 2.79b import obj , apply render.

Thanks.
User avatar
furti
Posts: 344
Joined: Mon Nov 27, 2017 5:27 pm

Re: Render Workbench

Post by furti »

As you use windows i think you have to wait until this PR is merged https://github.com/FreeCAD/FreeCAD-render/pull/15

This should fix the problem.
Post Reply