i wish to open .BLEND file (blender) from console window.
It gives me error "connect failed: no such file or directory". I type "blender -h test.blend" when i am in folder with that .blend file (checked with LS command)
What's wrong here? thnx
[SOLVED] How to open .BLEND file from CONSOLE? connect faile
-
- Black ninja
- Posts: 42
- Joined: 07 Jan 2013, 16:44
- Distribution: PORTEUS
- Location: slovenia
[SOLVED] How to open .BLEND file from CONSOLE? connect faile
Last edited by testsforknowledge on 19 Mar 2013, 17:44, edited 1 time in total.
Re: How to open .BLEND file from CONSOLE? connect failed
Please try with "dbus-launch blender -h test.blend".
NjVFQzY2Rg==
-
- Black ninja
- Posts: 42
- Joined: 07 Jan 2013, 16:44
- Distribution: PORTEUS
- Location: slovenia
Re: How to open .BLEND file from CONSOLE? connect failed
not working. Connection not found :SHamza wrote:Please try with "dbus-launch blender -h test.blend".
still trying to figure it out how to open .blend file from console ...
Re: How to open .BLEND file from CONSOLE? connect failed
Can you upload somewhere a blend sample file?
NjVFQzY2Rg==
-
- Black ninja
- Posts: 42
- Joined: 07 Jan 2013, 16:44
- Distribution: PORTEUS
- Location: slovenia
Re: How to open .BLEND file from CONSOLE? connect failed
it can be any .blend file, and cannot be opened. But i think problem is with me not knowing how to...Hamza wrote:Can you upload somewhere a blend sample file?
i use Porteus 1.2, Blender 2.64a.
you can open .blend file from console just by typing "blender name_of_blender_file.blend"??? i just get errors ... maybe i need to set some path for loading somewhere?
Re: How to open .BLEND file from CONSOLE? connect failed
Code: Select all
/opt/blender/blender /path/to/file.blend
NjVFQzY2Rg==
-
- Black ninja
- Posts: 42
- Joined: 07 Jan 2013, 16:44
- Distribution: PORTEUS
- Location: slovenia
Re: How to open .BLEND file from CONSOLE? connect failed
yes! this is workingHamza wrote:Code: Select all
/opt/blender/blender /path/to/file.blend

thank you Hamza