The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 752 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 752 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(959) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(959) : eval()'d code 34 errorHandler->error
/global.php 959 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1024 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 1024 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5308 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5308 errorHandler->error
/global.php 1024 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1474 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1474 errorHandler->error
/inc/functions.php 1429 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forums
Blender Import-Export Problem - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5)
+--- Thread: Blender Import-Export Problem (/showthread.php?tid=1696)



Blender Import-Export Problem - slickx - 02-21-2013

I can't make the python scripts work in Blender 2.65 . I tried them in Blender 4.1 and 5 but still no luck. In blender 2.65 even if i put the scripts in scripts/addons they are not visible in File/User preferences/Add-Ons/Import-Export as they should .What can i do to make it work?(i need them to make some cool cars and wheels)


RE: Blender Import-Export Problem - NaN - 02-21-2013

Hi slickx,

1. Download script: https://github.com/VDrift/blender-scripts
2. Download blender: http://www.blender.org/download/get-blender/
3. Put script (vdrift.py) into <blender>/2.65/scripts/addons
[Image: 89871341.jpg]


RE: Blender Import-Export Problem - slickx - 02-22-2013

I am using windows 7 and after i tried again and again to make it work it is not working.I even installed Python 26 on my computer and still the plugin doesn't show in the addons Import-Export list.What can i do to make it work?


RE: Blender Import-Export Problem - NaN - 02-23-2013

(02-22-2013, 07:14 PM)slickx Wrote: I am using windows 7 and after i tried again and again to make it work it is not working.I even installed Python 26 on my computer and still the plugin doesn't show in the addons Import-Export list.What can i do to make it work?
Are you using the correct vdrift.py (the one for blender26)?

Check system console output: Blender->Window->Toggle System Console

You don't need to install python for blender2.5-2.6, it's included.


RE: Blender Import-Export Problem - slickx - 02-23-2013

(02-23-2013, 01:36 PM)NaN Wrote:
(02-22-2013, 07:14 PM)slickx Wrote: I am using windows 7 and after i tried again and again to make it work it is not working.I even installed Python 26 on my computer and still the plugin doesn't show in the addons Import-Export list.What can i do to make it work?
Are you using the correct vdrift.py (the one for blender26)?

Check system console output: Blender->Window->Toggle System Console

You don't need to install python for blender2.5-2.6, it's included.

i tried all the vdrift.py files and did not work.It is very frustrating and i attached Print Screen of the Console.


RE: Blender Import-Export Problem - NaN - 02-23-2013

How did you download the vdrift.py and from where? According to your console output it has been saved in utf-8 format, while it should be ascii.

Open it in a text editor. It should look like this https://raw.github.com/VDrift/blender-scripts/master/blender26/vdrift.py


RE: Blender Import-Export Problem - slickx - 02-23-2013

(02-23-2013, 04:49 PM)NaN Wrote: How did you download the vdrift.py and from where? According to your console output it has been saved in utf-8 format, while it should be ascii.

Open it in a text editor. It should look like this https://raw.github.com/VDrift/blender-scripts/master/blender26/vdrift.py

I downloaded the files from https://github.com/VDrift/blender-scripts and tried them all with different versions of blender and they won't work.With the link you gave me now https://raw.github.com/VDrift/blender-scripts/master/blender26/vdrift.py i copied the text and pasted it into the vdrift.py script using Notepad and it worked like a charm.i also tried the files from svn>trunk>tools witch did not work in blender.Thank you very much for the help and patience!