<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Beginner&#8217;s tutorial: Using video textures in the Blender Game Engine</title>
	<atom:link href="http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game-engine/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 08:15:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: jim</title>
		<link>http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game-engine/comment-page-1/#comment-81741</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Sun, 31 Jul 2011 18:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=362#comment-81741</guid>
		<description>How do I loop the buck bunny movie so that it just keeps playing over and over again?</description>
		<content:encoded><![CDATA[<p>How do I loop the buck bunny movie so that it just keeps playing over and over again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adding constellations to 3D space &#171; Will Donohoe&#039;s Blog</title>
		<link>http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game-engine/comment-page-1/#comment-61571</link>
		<dc:creator>Adding constellations to 3D space &#171; Will Donohoe&#039;s Blog</dc:creator>
		<pubDate>Tue, 10 May 2011 16:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=362#comment-61571</guid>
		<description>[...] was visible were the stars (which were UVSpheres).  The video script, I found from this blog: http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game.... So this a quick look at what the project looks like now with the constellations in [...]</description>
		<content:encoded><![CDATA[<p>[...] was visible were the stars (which were UVSpheres).  The video script, I found from this blog: http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game&#8230;. So this a quick look at what the project looks like now with the constellations in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game-engine/comment-page-1/#comment-57719</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Sat, 16 Apr 2011 21:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=362#comment-57719</guid>
		<description>now that we have the video playing nice,....how do we launch the next level?</description>
		<content:encoded><![CDATA[<p>now that we have the video playing nice,&#8230;.how do we launch the next level?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Brackett</title>
		<link>http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game-engine/comment-page-1/#comment-52978</link>
		<dc:creator>Christian Brackett</dc:creator>
		<pubDate>Mon, 07 Mar 2011 08:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=362#comment-52978</guid>
		<description>Well, I figured out how to solve this error message (in case anyone is still looking for an answer) if you&#039;re only looking to play animation (and not sound):

Open your movie file in both the UV window and under &quot;Image&quot; in the texture panel.

Your python script should refer to the name of the MATERIAL you&#039;re using, not the image.  For example, I named the material I was using on my plane (the one containing the movie texture) &quot;invite&quot;:

	# -- Get the material that is using our texture
	matID = VideoTexture.materialID(obj, &#039;MAinvite&#039;)   &lt;---changed this

This enabled the video to play at least the animation.  Now my problem is, it&#039;s not playing the audio for some reason.  My way around this was to trigger the audio and video as separate files, at the same time.  This probably wouldn&#039;t work too well if you need to sync up audio &amp; video close together.  In my case I didn&#039;t need it so exact.

If anyone out there in the internet void knows how to solve my problem, please let me know.  Thanks.</description>
		<content:encoded><![CDATA[<p>Well, I figured out how to solve this error message (in case anyone is still looking for an answer) if you&#8217;re only looking to play animation (and not sound):</p>
<p>Open your movie file in both the UV window and under &#8220;Image&#8221; in the texture panel.</p>
<p>Your python script should refer to the name of the MATERIAL you&#8217;re using, not the image.  For example, I named the material I was using on my plane (the one containing the movie texture) &#8220;invite&#8221;:</p>
<p>	# &#8212; Get the material that is using our texture<br />
	matID = VideoTexture.materialID(obj, &#8216;MAinvite&#8217;)   &lt;&#8212;changed this</p>
<p>This enabled the video to play at least the animation.  Now my problem is, it&#039;s not playing the audio for some reason.  My way around this was to trigger the audio and video as separate files, at the same time.  This probably wouldn&#039;t work too well if you need to sync up audio &amp; video close together.  In my case I didn&#039;t need it so exact.</p>
<p>If anyone out there in the internet void knows how to solve my problem, please let me know.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Brackett</title>
		<link>http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game-engine/comment-page-1/#comment-52956</link>
		<dc:creator>Christian Brackett</dc:creator>
		<pubDate>Mon, 07 Mar 2011 02:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=362#comment-52956</guid>
		<description>Why is it there&#039;s always something missing from these tutorials?  Obviously people want to use their own video, but you don&#039;t mention how to do that--sort of an intrinsic part of this tutorial&#039;s purpose.  I assume I replace your video and image names in the text with my own, which I&#039;ve put in the same directory as the .blend file.  I get that same message that other people are getting, which no one in two years has bothered to respond to.  I also can&#039;t find anywhere what video file types blender is limited to...the original tutorial states &quot;includes but not limited to...&quot; etc.  I created a video using blender and the only one that would actually produce a video with animation and sound was a quicktime .mov.  I have xvid and other codecs but none of the other options worked...so can I use a .mov file for this?  Who knows?  Everything having to do with blender takes days and days and days to figure out, because a third of the time it doesn&#039;t work and there&#039;s no one to ask.  (Try searching on blenderartists.org--the search engine sucks.)  I am so tired of this!</description>
		<content:encoded><![CDATA[<p>Why is it there&#8217;s always something missing from these tutorials?  Obviously people want to use their own video, but you don&#8217;t mention how to do that&#8211;sort of an intrinsic part of this tutorial&#8217;s purpose.  I assume I replace your video and image names in the text with my own, which I&#8217;ve put in the same directory as the .blend file.  I get that same message that other people are getting, which no one in two years has bothered to respond to.  I also can&#8217;t find anywhere what video file types blender is limited to&#8230;the original tutorial states &#8220;includes but not limited to&#8230;&#8221; etc.  I created a video using blender and the only one that would actually produce a video with animation and sound was a quicktime .mov.  I have xvid and other codecs but none of the other options worked&#8230;so can I use a .mov file for this?  Who knows?  Everything having to do with blender takes days and days and days to figure out, because a third of the time it doesn&#8217;t work and there&#8217;s no one to ask.  (Try searching on blenderartists.org&#8211;the search engine sucks.)  I am so tired of this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Brackett</title>
		<link>http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game-engine/comment-page-1/#comment-52944</link>
		<dc:creator>Christian Brackett</dc:creator>
		<pubDate>Mon, 07 Mar 2011 01:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=362#comment-52944</guid>
		<description>I see many people here have the same question, including me.  Can we get someone to answer why we&#039;re getting this message:

Python script error from controller ”cont#CONTR#1”=
Traceback :
File “LoadingVideo”, line 13, in
RunTimeError: VideoTexture.materialID: Object doesn’t have material with given name</description>
		<content:encoded><![CDATA[<p>I see many people here have the same question, including me.  Can we get someone to answer why we&#8217;re getting this message:</p>
<p>Python script error from controller ”cont#CONTR#1”=<br />
Traceback :<br />
File “LoadingVideo”, line 13, in<br />
RunTimeError: VideoTexture.materialID: Object doesn’t have material with given name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game-engine/comment-page-1/#comment-38050</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Fri, 03 Sep 2010 12:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=362#comment-38050</guid>
		<description>Thank you Dennis for the tutorial. i&#039;s very informative and easy to understand. worked for me first time.
cheers</description>
		<content:encoded><![CDATA[<p>Thank you Dennis for the tutorial. i&#8217;s very informative and easy to understand. worked for me first time.<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Futch</title>
		<link>http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game-engine/comment-page-1/#comment-36368</link>
		<dc:creator>Futch</dc:creator>
		<pubDate>Fri, 23 Jul 2010 15:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=362#comment-36368</guid>
		<description>I did everything according to the tutorial, but i keep getting the error message:

Python script error from controller ”cont#CONTR#1”=
Traceback :
File “LoadingVideo”, line 13, in
RunTimeError: VideoTexture.materialID: Object doesn’t have material with given name

Any Ideas?</description>
		<content:encoded><![CDATA[<p>I did everything according to the tutorial, but i keep getting the error message:</p>
<p>Python script error from controller ”cont#CONTR#1”=<br />
Traceback :<br />
File “LoadingVideo”, line 13, in<br />
RunTimeError: VideoTexture.materialID: Object doesn’t have material with given name</p>
<p>Any Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Importing Videos as Textures &#124; Summer Football Project</title>
		<link>http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game-engine/comment-page-1/#comment-36224</link>
		<dc:creator>Importing Videos as Textures &#124; Summer Football Project</dc:creator>
		<pubDate>Tue, 20 Jul 2010 10:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=362#comment-36224</guid>
		<description>[...] http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game... [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game.." rel="nofollow">http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis F.</title>
		<link>http://www.rozengain.com/blog/2009/06/11/beginners-tutorial-using-video-textures-in-the-blender-game-engine/comment-page-1/#comment-34161</link>
		<dc:creator>Dennis F.</dc:creator>
		<pubDate>Fri, 04 Jun 2010 10:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=362#comment-34161</guid>
		<description>Great!
Is it possible to make this working for the regular 3D-View?
So i can see animated textures on a plane while playing the the timeline - WITHOUT GameEngine???</description>
		<content:encoded><![CDATA[<p>Great!<br />
Is it possible to make this working for the regular 3D-View?<br />
So i can see animated textures on a plane while playing the the timeline &#8211; WITHOUT GameEngine???</p>
]]></content:encoded>
	</item>
</channel>
</rss>

