sorry, but how can i load pyhon scripts to blender? need I down load the python? please descibe the procedure for me. thanx.
Murmur
no offense, but this was posted recently. Please search for your answer before you ask. *
Ok, to load a python script into blender you first open a text window (it has a notepad-like icon), and then press the - button on the header (not the key, there is a button, kinda like adding a new material) and choose open new.
python comes with blender, and scripts are loaded in the above manner. some python modules (for example the socket module used for network connections) do not come with blender and require a full python installation. (blender would be a lot larger if it came with a full python installation too)
*(or your question is not clearly a new question to me which is why it recieves that response. A clearer question would be nice too. )
thanks for now, i am newbie i’ll try what can i do
(btw i exactly mean the export import script from scorpius)
i make the procedure exactly, but nothing hapens, what can be wrong?
Get and use Blender 2.23
Get Python 2.0.1. Install it on C drive.
Set your Python Path. See top of this board.
Load the script in the text window in Blender.
With your cursor in the text window hit Alt-P
Check your console window if nothing happens and if you can’t work the problem out from there post the error message here.
%<
err, you shoudn’t need python always, so modifying fligh%'s post results in
Load the script in the text window in Blender. (I said how)
With your cursor in the text window hit Alt-P
Check your console window if nothing happens and if you can’t work the problem out from there post the error message here.