[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [44769] trunk/blender/source/blender/ makesdna/DNA_sound_types.h: Fix makesdna error due to poor comment parsing, should be fixed in makesdna

Brecht Van Lommel brechtvanlommel at pandora.be
Fri Mar 9 20:01:38 CET 2012


Revision: 44769
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44769
Author:   blendix
Date:     2012-03-09 19:01:30 +0000 (Fri, 09 Mar 2012)
Log Message:
-----------
Fix makesdna error due to poor comment parsing, should be fixed in makesdna
ideally but for now just tweak code in case it causes issues.

ERROR: still 1 structs unknown
*** Unknown structs: bSound

Modified Paths:
--------------
    trunk/blender/source/blender/makesdna/DNA_sound_types.h

Modified: trunk/blender/source/blender/makesdna/DNA_sound_types.h
===================================================================
--- trunk/blender/source/blender/makesdna/DNA_sound_types.h	2012-03-09 18:28:30 UTC (rev 44768)
+++ trunk/blender/source/blender/makesdna/DNA_sound_types.h	2012-03-09 19:01:30 UTC (rev 44769)
@@ -75,8 +75,9 @@
 	int flags;
 	int pad;
 
-//	currently	int type;
-//	struct bSound *child_sound;*/
+	/* unused currently
+	int type;
+	struct bSound *child_sound; */
 
 	/**
 	 * The audaspace handle for cache.
@@ -94,8 +95,8 @@
 	 */
 	void *playback_handle;
 
-//	XXX unused currently	// SOUND_TYPE_LIMITER
-//	float start, end;*/
+	/* XXX unused currently	(SOUND_TYPE_LIMITER) */
+	/* float start, end; */
 } bSound;
 
 /* XXX unused currently */




More information about the Bf-blender-cvs mailing list