- More renaming all around to follow our conventions

- Implemented partially Blender.Sys
- Worked on issues related to sys, path
- Took away most "debug" printfs
This commit is contained in:
2003-06-28 07:38:21 +00:00
parent 569a32a2ea
commit eaf1cdd383
44 changed files with 1147 additions and 801 deletions

View File

@@ -49,7 +49,7 @@
void initBlenderApi2_2x (void)
{
printf ("initBlenderApi2_2x\n");
//printf ("initBlenderApi2_2x\n");
g_blenderdict = NULL;
M_Blender_Init ();
}
@@ -73,7 +73,7 @@ ScriptLink * setScriptLinks(ID *id, short event)
int obj_id;
obj_id = MAKE_ID2 (id->name[0], id->name[1]);
printf ("In setScriptLinks (id=%s, event=%d)\n",id->name, event);
//printf ("In setScriptLinks (id=%s, event=%d)\n",id->name, event);
switch (obj_id)
{
@@ -83,7 +83,7 @@ ScriptLink * setScriptLinks(ID *id, short event)
{
return NULL;
}
link = M_ObjectCreatePyObject (object);
link = Object_CreatePyObject (object);
scriptlink = &(object->scriptlink);
break;
case ID_LA: