* Fixed bug in BPY_interface.c (exppython):
Found that syntax errors in scripts were giving SIGSEGV, my mistake. * Added new helper type: rgbTuple. This is used to represent and deal with rgb color triplets in modules like Material and Lamp. Updated Lamp module to use it.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "gen_utils.h"
|
||||
|
||||
/* Objects of <type 'constant'> are instanced inside many other Blender Python
|
||||
/* Objects of <type 'constant'> are used inside many other Blender Python
|
||||
* objects, so this header file must contain only 'public' declarations */
|
||||
|
||||
/*****************************************************************************/
|
||||
|
Reference in New Issue
Block a user