Comments submitted by: cgul
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/**
|
/*
|
||||||
* $Id$
|
* $Id$
|
||||||
*
|
*
|
||||||
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
|
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
|
||||||
@@ -29,13 +29,33 @@
|
|||||||
*
|
*
|
||||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||||
*/
|
*/
|
||||||
/* DataToC output of file <B_blend> */
|
|
||||||
|
/**
|
||||||
|
* \file B.blend.c
|
||||||
|
* \brief DataToC output of file <B_blend>
|
||||||
|
*
|
||||||
|
* Contains the data to create the default initial .blend file that
|
||||||
|
* is loaded. It contains the default user preferences and initial
|
||||||
|
* blend screen with the plane and the camera.
|
||||||
|
*
|
||||||
|
* Referenced in usiblender.c
|
||||||
|
* \ingroup defaultconfig
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Array size.
|
||||||
|
* This is generated automatically, and should not be changed.
|
||||||
|
*/
|
||||||
int datatoc_B_blend_size= 32472;
|
int datatoc_B_blend_size= 32472;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The is an array of characters which creates the .blend file.
|
||||||
|
* This is generated automatically, and should not be changed.
|
||||||
|
*/
|
||||||
char datatoc_B_blend[]= {
|
char datatoc_B_blend[]= {
|
||||||
66, 76, 69, 78, 68, 69, 82, 95,118, 50, 49, 50, 82, 69, 78, 68, 32, 0, 0, 0,136,237,255,191,
|
66, 76, 69, 78, 68, 69, 82, 95,118, 50, 49, 50, 82, 69, 78, 68, 32, 0, 0, 0,136,237,255,191,
|
||||||
0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0,250, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0,250, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/**
|
/*
|
||||||
* $Id$
|
* $Id$
|
||||||
*
|
*
|
||||||
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
|
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
|
||||||
@@ -29,11 +29,27 @@
|
|||||||
*
|
*
|
||||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||||
*/
|
*/
|
||||||
/* DataToC output of file <blenderbuttons_png> */
|
/**
|
||||||
|
* \file blenderbuttons.c
|
||||||
/* DataToC output of file <blenderbuttons_png> */
|
* \brief DataToC output of file <blenderbuttons_png>
|
||||||
|
*
|
||||||
|
* Contains an array of image data used to create the buttons used in the
|
||||||
|
* blender gui.
|
||||||
|
*
|
||||||
|
* Referenced in resources.c
|
||||||
|
* \ingroup defaultconfig
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Array size.
|
||||||
|
* This is generated automatically, and should not be changed.
|
||||||
|
*/
|
||||||
int datatoc_blenderbuttons_size= 42002;
|
int datatoc_blenderbuttons_size= 42002;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The is an array of characters which creates the icon file.
|
||||||
|
* This is generated automatically, and should not be changed.
|
||||||
|
*/
|
||||||
char datatoc_blenderbuttons[]= {
|
char datatoc_blenderbuttons[]= {
|
||||||
137, 80, 78, 71, 13, 10, 26, 10, 0, 0, 0, 13, 73, 72, 68, 82, 0, 0,
|
137, 80, 78, 71, 13, 10, 26, 10, 0, 0, 0, 13, 73, 72, 68, 82, 0, 0,
|
||||||
1,190, 0, 0, 0,242, 8, 2, 0, 0, 0,189, 2, 55, 29, 0, 0, 0, 9,112, 72, 89,115, 0, 0, 11, 19, 0, 0, 11, 19, 1,
|
1,190, 0, 0, 0,242, 8, 2, 0, 0, 0,189, 2, 55, 29, 0, 0, 0, 9,112, 72, 89,115, 0, 0, 11, 19, 0, 0, 11, 19, 1,
|
||||||
|
Reference in New Issue
Block a user