hello i read the wiki page and download the update but i don't understand how to install it
Announcement
Collapse
No announcement yet.
install vray-blender update. how ?
Collapse
X
-
Re: install vray-blender update. how ?
How about some information about your system? Or details about the problem?
The export script goes in the blender\2.56\scripts\io\vb25 directory. Replace 2.56 with your version. However using git allows you to automatically download it all, or update it. As the wiki says:
Code:To install: cd <blender-install-dir>/<blender-version>/scripts/io/ git clone --depth=1 git://github.com/bdancer/vb25.git To update: cd <blender-install-dir>/<blender-version>/scripts/io/vb25/ git pull
CoryCory Petkovsek
Corporate Video
-
Re: install vray-blender update. how ?
Hi
i have windows 7 64bits and vray-blender installed in this directry: C:\Program Files (x86)\V-RayBlender-2.56\
and i have Git but i don't know how i can install update files : C:\release\bdancer-vb25-patch-d3d7705\
Comment
-
Re: install vray-blender update. how ?
Ok. So drop to an administrative command prompt (start, type cmd, right-click cmd icon above and run as admin). Then:Code:cd "C:\Program Files (x86)\V-RayBlender-2.56\2.56\scripts\io"
Code:C:\Program Files (x86)\V-RayBlender-2.56\2.56\scripts\io>dir /b netrender vb25
Code:git clone --depth=1 git://github.com/bdancer/vb25.git
Code:cd vb25 git pull
If running "git" says it is not recognized as a command, then it is either not installed, nor in your path. In which case, install it or prepend "git" with the full path name to the executable. On my system it looks like this:
Code:C:\BlenderSVN\_install\blender25-r34630x64\2.56\scripts\io\vb25>"c:\Program Files (x86)\Git\bin\git.exe" pull
CoryCory Petkovsek
Corporate Video
Comment
-
Re: install vray-blender update. how ?
Thank u Cory
i use this method
i open Git than put this commend :
git clone --depth=1 git://github.com/bdancer/vb25.git
than i copied and replaced old files in vray-blender's directry with new files
thank u again
Comment
Comment