Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-07-03 05:42:00 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-07-03 05:42:00 +0400
commitdfa7a48407cd77e49204480337b7e85d49edc594 (patch)
tree4760b3276305f61c73d2f1338b23a2c17bc4c6df /source/blender/python/api2_2x/Lamp.c
parent1b726ba0805236f0253c6fc7ac3de24ba88c2cd0 (diff)
- exppython now can import modules contained in Blender Texts:
The Python import function was substituted by our own one (like done in the old bpython) to also check Blender Texts upon importing.
Diffstat (limited to 'source/blender/python/api2_2x/Lamp.c')
-rw-r--r--source/blender/python/api2_2x/Lamp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/Lamp.c b/source/blender/python/api2_2x/Lamp.c
index ad023352644..a5abfb5ebd3 100644
--- a/source/blender/python/api2_2x/Lamp.c
+++ b/source/blender/python/api2_2x/Lamp.c
@@ -72,8 +72,6 @@ static PyObject *M_Lamp_New(PyObject *self, PyObject *args, PyObject *keywords)
Lamp *bl_lamp; /* for actual Lamp Data we create in Blender */
char buf[21];
- printf ("In Lamp_New()\n");
-
if (!PyArg_ParseTupleAndKeywords(args, keywords, "|ss", kwlist,
&type_str, &name_str))
return (EXPP_ReturnPyObjError (PyExc_AttributeError,