<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rhino For Film.</title>
	<atom:link href="http://www.filmcad.com/Rhino/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.filmcad.com/Rhino</link>
	<description>all the cool tools to make our Film jobs easier!!</description>
	<lastBuildDate>Thu, 15 Apr 2010 16:05:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>All Points On</title>
		<link>http://www.filmcad.com/Rhino/?p=78</link>
		<comments>http://www.filmcad.com/Rhino/?p=78#comments</comments>
		<pubDate>Thu, 15 Apr 2010 15:58:54 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.filmcad.com/Rhino/?p=78</guid>
		<description><![CDATA[Just a quick little script to unify Rhino 5's SolidPtOn and the traditional PointsOn command. As it is now, you have to differentiate which command to used based on the geometry, and that bugged me so this script will let you use one command on all object types. As it is a quickie, it isn't [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick little script to unify Rhino 5's SolidPtOn and the traditional PointsOn command. As it is now, you have to differentiate which command to used based on the geometry, and that bugged me so this script will let you use one command on all object types. As it is a quickie, it isn't drag and drop, and it doesn't add any commands. So you need to add it to your Scripts to load when Rhino starts list, and make an alias for it yourself (the alias should be _NoEcho _-runscript allPointsOn )</p>
<p>Grab it here: <a href="http://www.filmcad.com/Rhino/wp-content/uploads/2010/04/PointsOn_100415.rvb">PointsOn_100415<br />
</a><span style="margin: 0px; padding: 0px; outline-width: 0px; vertical-align: baseline; background-color: transparent;"><span style="margin: 0px; padding: 0px; outline-width: 0px; vertical-align: baseline; background-color: transparent;">created by: Sam Page .<br />
release date: 04-15-2010<br />
<strong><span style="color: #888888;">works in:  v5 only</span></strong></span></span><a href="http://www.filmcad.com/Rhino/wp-content/uploads/2010/04/PointsOn_100415.rvb"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filmcad.com/Rhino/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hatch Tools plug-in WIP: ver.20100113</title>
		<link>http://www.filmcad.com/Rhino/?p=74</link>
		<comments>http://www.filmcad.com/Rhino/?p=74#comments</comments>
		<pubDate>Tue, 12 Jan 2010 01:34:37 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[plug-in]]></category>

		<guid isPermaLink="false">http://www.filmcad.com/Rhino/?p=74</guid>
		<description><![CDATA[HatchTools plug-in WIP: ver.20100113
Still a little bare bones, but a lot better.
This plug-in will allow you to select lines, polylines, and curves to convert into a hatch pattern.  No help file (and a pretty nasty warning if you do hit F1 when running the command), but it SHOULD (hopefully) give you a hatch pattern which [...]]]></description>
			<content:encoded><![CDATA[<p><span style="margin: 0px; padding: 0px; outline-width: 0px; vertical-align: baseline; background-color: transparent; font-family: Arial,Helvetica,sans-serif; color: #666666; font-size: medium;"><strong>HatchTools plug-in <span style="color: #ff0000;">WIP</span>:</strong></span> <span style="margin: 0px; padding: 0px; outline-width: 0px; vertical-align: baseline; background-color: transparent;">ver.20100113</span></p>
<p>Still a little bare bones, but a lot better.</p>
<p>This plug-in will allow you to select lines, polylines, and curves to convert into a hatch pattern.  No help file (and a pretty nasty warning if you do hit F1 when running the command), but it SHOULD (hopefully) give you a hatch pattern which you then can import back into Rhino using File-&gt;Import-&gt;*.pat. It adds one command htMakeHatch and the options are as follows:</p>
<p>The only command added at this point is htMakeHatch (ht is for Hatch Tools, hopefully there will be other commands that this plug-in enables down the line)<br />
<strong>XPadding</strong> - This adds room to the overall bounding box of the hatch in the current CPlane X direction<br />
<strong>YPadding </strong>- This adds room to the overall bounding box of the hatch in the current CPlane Y direction<br />
<strong>Decimation Tolerance </strong>-  Similar to the Rhino Convert command. Because all hatches are made up of straight line segments, this option lets to set how crude that conversion to polylines will be<br />
<strong>MaxBboxGap </strong>- This may just end up replacing DecimationTolerance entirely as it is a bit more important to the overall quality. This is the maximum distance gap that any single line in a hatch definition can have. Not only are hatches all made up of straight lines, the are all infinite lines, so this lets you set how long a gap you can have relative to the bounding box of the curves selected to convert into a hatch. The higher the number, the longer the definition is, so I have been finding between 5 - 10 seems to be working.<br />
<span style="margin: 0px; padding: 0px; outline-width: 0px; vertical-align: baseline; background-color: transparent;"><br />
Download it <a href="http://www.filmcad.com/Rhino/wp-content/uploads/2010/01/HatchTools1.rhp"><strong><span style="color: #333399;">HERE</span></strong>.</a><br />
<span style="margin: 0px; padding: 0px; outline-width: 0px; vertical-align: baseline; background-color: transparent;">created by: Sam Page .<br />
release date: 01-11-2010<br />
<strong><span style="color: #888888;">works in:  v4 and v5 32 bit only<br />
</span></strong></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filmcad.com/Rhino/?feed=rss2&amp;p=74</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Motion Picture script update</title>
		<link>http://www.filmcad.com/Rhino/?p=72</link>
		<comments>http://www.filmcad.com/Rhino/?p=72#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:26:53 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[aspect]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[lens]]></category>
		<category><![CDATA[ratio]]></category>
		<category><![CDATA[sam page]]></category>
		<category><![CDATA[scott schneider]]></category>

		<guid isPermaLink="false">http://www.filmcad.com/Rhino/?p=72</guid>
		<description><![CDATA[Motion Picture Script and ToolBar:ver.091013
This update includes the 2/3" camera system, which is used on a few HD broadcast cameras
Motion Picture Script and ToolBar is a script that gives you preset buttons for standard camera lens that are used in Hollywood, as well as lets you set the viewport aspect ratio to match common ratios. [...]]]></description>
			<content:encoded><![CDATA[<p><span style="margin: 0px; padding: 0px; outline-width: 0px; vertical-align: baseline; background-color: transparent; font-family: Arial,Helvetica,sans-serif; color: #666666; font-size: medium;"><strong>Motion Picture Script and ToolBar:</strong></span>ver.091013<br />
This update includes the 2/3" camera system, which is used on a few HD broadcast cameras</p>
<p>Motion Picture Script and ToolBar is a script that gives you preset buttons for standard camera lens that are used in Hollywood, as well as lets you set the viewport aspect ratio to match common ratios. The script adds 3 commands:<br />
Lens - change the lens length of a camera<br />
Aspect - set the aspect ratio of a viewport (keeps the current width of the viewport, changes the hight)<br />
Change_Camera - changes the camera system to match what type of camera you are shooting with (if in doubt, pick DIN 35)</p>
<p>If using the toolbar to run these commands you will need to set the camera system once before you begin (if you don't you will get a little message asking you to do so)</p>
<p>Download it <a href="http://www.filmcad.com/Rhino/wp-content/uploads/2009/10/Cam_Lens_091013.zip">HERE</a>.<br />
created by: Sam Page, Scott Schneider.<br />
release date: 01-20-2009<br />
works in: v4, v5</p>
]]></content:encoded>
			<wfw:commentRss>http://www.filmcad.com/Rhino/?feed=rss2&amp;p=72</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>the rob woodruff plug-in.</title>
		<link>http://www.filmcad.com/Rhino/?p=65</link>
		<comments>http://www.filmcad.com/Rhino/?p=65#comments</comments>
		<pubDate>Sun, 04 Oct 2009 01:17:39 +0000</pubDate>
		<dc:creator>j.andre.</dc:creator>
				<category><![CDATA[Tip]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[david rutten]]></category>
		<category><![CDATA[delaunay]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[points]]></category>
		<category><![CDATA[pointset]]></category>
		<category><![CDATA[reconstruction]]></category>
		<category><![CDATA[voronoi]]></category>

		<guid isPermaLink="false">http://www.filmcad.com/Rhino/?p=65</guid>
		<description><![CDATA[This is a handy link to some mesh and point cloud tools.
Pointset Reconstruction Toolbar can take a point cloud of data, and turn it into a mesh surface.  Set Designer (and Form-Z user) Rob Woodruff has a device that shoots survey points and digitally captures them.  He often looks for Rhino Peep's to convert his point cloud data [...]]]></description>
			<content:encoded><![CDATA[<p>This is a handy link to some <a href="http://en.wiki.mcneel.com/default.aspx/McNeel/PointsetReconstruction.html" target="_blank"><span style="color: #333399;"><strong>mesh and point cloud tools</strong></span></a>.<a href="http://www.filmcad.com/Rhino/wp-content/uploads/2009/10/DelaunayExample.jpg"><img class="size-full wp-image-66 alignright" title="DelaunayExample" src="http://www.filmcad.com/Rhino/wp-content/uploads/2009/10/DelaunayExample.jpg" alt="DelaunayExample" width="163" height="148" /></a><br />
Pointset Reconstruction Toolbar can take a point cloud of data, and turn it into a mesh surface.  Set Designer (and Form-Z user) Rob Woodruff has a device that shoots survey points and digitally captures them.  He often looks for Rhino Peep's to convert his point cloud data into a mesh surface. This is the tool to do that.</p>
<p>there are also some other cool tools described and included on the web page.</p>
<p>Download it <strong><a href="http://www.filmcad.com/Rhino/wp-content/uploads/2009/10/PointSetReconstructionTools.zip"><span style="color: #333399;">HERE</span></a></strong><span style="color: #333399;">.   <span style="color: #000000;">(or grab it from the link above.)</span></span><br />
created by: David Rutten.<br />
release date: 03-06-2007<br />
<strong><span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; color: #888888; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">works in: v4, v5</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filmcad.com/Rhino/?feed=rss2&amp;p=65</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motion Picture ToolBar: ver.090120</title>
		<link>http://www.filmcad.com/Rhino/?p=60</link>
		<comments>http://www.filmcad.com/Rhino/?p=60#comments</comments>
		<pubDate>Wed, 30 Sep 2009 18:49:36 +0000</pubDate>
		<dc:creator>j.andre.</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[aspect]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[lens]]></category>
		<category><![CDATA[ratio]]></category>
		<category><![CDATA[sam page]]></category>
		<category><![CDATA[scott schneider]]></category>

		<guid isPermaLink="false">http://www.filmcad.com/Rhino/?p=60</guid>
		<description><![CDATA[ Motion Picture Script and ToolBar: ver.090120
Motion Picture Script and ToolBar is a script that gives you preset  buttons for standard camera lens that are used in Hollywood, as well as lets you set the viewport aspect ratio to match common ratios. The script adds 3 commands:
Lens - change the lens length of a [...]]]></description>
			<content:encoded><![CDATA[<p><span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: medium; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;"><strong> Motion Picture Script and ToolBar:</strong></span> ver.090120<br />
Motion Picture Script and ToolBar is a script that gives you preset  buttons for standard camera lens that are used in Hollywood, as well as lets you set the viewport aspect ratio to match common ratios. The script adds 3 commands:<br />
<strong>Lens</strong> - change the lens length of a camera<br />
<strong>Aspect</strong> - set the aspect ratio of a viewport (keeps the current width of the viewport, changes the hight)<br />
<strong>Change_Camera</strong> - changes the camera system to match what type of camera you are shooting with (if in doubt, pick DIN 35)</p>
<p>If using the toolbar to run these commands you will need to set the camera system once before you begin (if you don't you will get a little message asking you to do so)</p>
<p>Download it  <a href="http://www.filmcad.com/Rhino/wp-content/uploads/2009/09/Cam_Lens_090120.zip"><strong><span style="color: #ff9900;"><span style="text-decoration: none;"><span style="color: #333399;">HERE</span></span></span></strong></a>.<br />
created by: Sam Page, Scott Schneider.<br />
release date: 01-20-2009<br />
<strong><span style="color: #888888;"> works in: v4, v5</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filmcad.com/Rhino/?feed=rss2&amp;p=60</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hatch Tools plug-in first WIP: ver.090915</title>
		<link>http://www.filmcad.com/Rhino/?p=54</link>
		<comments>http://www.filmcad.com/Rhino/?p=54#comments</comments>
		<pubDate>Wed, 30 Sep 2009 13:56:48 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[plug-in]]></category>
		<category><![CDATA[hatch]]></category>
		<category><![CDATA[sam page]]></category>

		<guid isPermaLink="false">http://www.filmcad.com/Rhino/?p=54</guid>
		<description><![CDATA[HatchTools plug-in WIP: ver.090915
Updated 10.05.09 - rebuilt to fix loading issues, no usability changes
Here is the very bare bones version of the hatch tools plug-in, please use with caution as this is my first C++ plug-in. I would like however to start getting some feedback as to bugs found and features you want to see.
This [...]]]></description>
			<content:encoded><![CDATA[<p><span style="margin: 0px; padding: 0px; outline-width: 0px; vertical-align: baseline; background-color: transparent; font-family: Arial,Helvetica,sans-serif; color: #666666; font-size: medium;"><strong>HatchTools plug-in <span style="color: #ff0000;">WIP</span>:</strong></span> <span style="margin: 0px; padding: 0px; outline-width: 0px; vertical-align: baseline; background-color: transparent;">ver.090915</span></p>
<h3><span style="color: #999999;">Updated 10.05.09 - rebuilt to fix loading issues, no usability changes</span></h3>
<p>Here is the very bare bones version of the hatch tools plug-in, please use with caution as this is my first C++ plug-in. I would like however to start getting some feedback as to bugs found and features you want to see.</p>
<p>This plug-in will allow you to select lines, polylines, and curves to convert into a hatch pattern. It is pretty limited in its current state, no preview, no help file (and a pretty nasty warning if you do hit F1 when running the command), but it SHOULD (hopefully) give you a hatch  pattern which you then can import back into Rhino using  File-&gt;Import-&gt;*.pat. It adds one command htMakeHatch and the options are as follows:</p>
<p>The only command added at this point is htMakeHatch (ht is for Hatch Tools, hopefully there will be other commands that this plug-in enables down the line)<br />
<strong>XPadding</strong> - This adds room to the overall bounding box of the hatch in the current CPlane X direction<br />
<strong>YPadding </strong>- This adds room to the overall bounding box of the hatch in the current CPlane Y direction<br />
<strong>DecimatioTolerance </strong>- (First bug, this should be DecimationTolerance <img src='http://www.filmcad.com/Rhino/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) - Similar to the Rhino Convert command. Because all hatches are made up of straight line segments, this option lets to set how crude that conversion to polylines will be<br />
<strong>MaxBboxGap </strong>- This may just end up replacing DecimationTolerance entirely as it is a bit more important to the overall quality. This is the maximum distance gap that any single line in a hatch definition can have. Not only are hatches all made up of straight lines, the are all infinite lines, so this lets you set how long a gap you can have relative to the bounding box of the curves selected to convert into a hatch. The higher the number, the longer the definition is, so I have been finding between 5 - 10 seems to be working.<br />
<span style="margin: 0px; padding: 0px; outline-width: 0px; vertical-align: baseline; background-color: transparent;"><br />
Download it <a href="http://www.filmcad.com/Rhino/wp-content/uploads/2009/09/HatchTools.rhp"><strong><span style="color: #333399;">HERE</span></strong></a>.<br />
<span style="margin: 0px; padding: 0px; outline-width: 0px; vertical-align: baseline; background-color: transparent;">created by: Sam Page .<br />
release date: 09-15-2009<br />
<strong><span style="color: #888888;">works in:  v4 and v5 32 bit only<br />
</span></strong></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filmcad.com/Rhino/?feed=rss2&amp;p=54</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Smart Target Script: ver.092409</title>
		<link>http://www.filmcad.com/Rhino/?p=50</link>
		<comments>http://www.filmcad.com/Rhino/?p=50#comments</comments>
		<pubDate>Wed, 30 Sep 2009 01:35:26 +0000</pubDate>
		<dc:creator>j.andre.</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[sam page]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.filmcad.com/Rhino/?p=50</guid>
		<description><![CDATA[Smart Target Script: ver.09.24.09 
Smart Target Script will add two commands, smartTarget and setTargetPlane. SmartTarget refocus your camera to center its view on any point you pick.  Great for keyframing, and if you find that you are running into your target (zooming has become very sluggish).  setTargetPlane resets the target depth to a chosen point. [...]]]></description>
			<content:encoded><![CDATA[<p><span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: medium; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;"><strong>Smart Target Script:</strong></span> <span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">ver.09.24.09 </span><br />
<span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">Smart Target Script will add two commands, smartTarget and setTargetPlane. SmartTarget refocus your camera to center its view on any point you pick.  Great for keyframing, and if you find that you are running into your target (zooming has become very sluggish).  setTargetPlane resets the target depth to a chosen point. Its main use is for when you have set and locked down your camera view, but want to do a rendering with depth of field and have to set the in focus area.</span></p>
<p>Download it <strong><a href="http://www.filmcad.com/Rhino/wp-content/uploads/2009/09/smarttarget_092409.zip"><span style="color: #333399;">HERE</span></a></strong>.<br />
<span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">created by: Sam Page .<br />
release date: 09-24-2009<br />
<strong><span style="color: #888888;">works in:  v4, v5</span></strong> </span></p>
<p><span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;"><span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">Updates:     This version fixes a bug that made it behave very badly when in parallel views.  This cleans it up a bit, but there are still some bugs when setting the target in parallel view in which the CPlane is not perpendicular to camera (or world).   There also seems to be a bug where the script may not stay loaded between sessions. Better, but not perfect.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filmcad.com/Rhino/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Named View Manager: ver.090902</title>
		<link>http://www.filmcad.com/Rhino/?p=41</link>
		<comments>http://www.filmcad.com/Rhino/?p=41#comments</comments>
		<pubDate>Sun, 27 Sep 2009 03:53:35 +0000</pubDate>
		<dc:creator>j.andre.</dc:creator>
				<category><![CDATA[plug-in]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[mattias d'hoogh]]></category>
		<category><![CDATA[named]]></category>
		<category><![CDATA[named view manager]]></category>
		<category><![CDATA[pascal golay]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.filmcad.com/Rhino/?p=41</guid>
		<description><![CDATA[Named  View Manager: ver.090902
Named View Manager is a script that helps manage keyframe views and  presents your model in a presentation like view.
It lets you: add, rename  and delete Named Views; restore Named Views in quick and fancy ways; attach  Layer States to Named Views; attach "CPlanes" to Named Views; create [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: medium;"><strong>Named  View Manager:</strong></span> ver.090902<br />
Named View Manager is a script that helps manage keyframe views and  presents your model in a presentation like view.<br />
It lets you: add, rename  and delete Named Views; restore Named Views in quick and fancy ways; attach  Layer States to Named Views; attach "CPlanes" to Named Views; create live  slideshow presentations.</p>
<p>Download it <strong><span style="color: #333399;"><span style="color: #333399;"><a href="http://www.filmcad.com/Rhino/wp-content/uploads/2009/09/NamedViewMgr_v5-Pascal_v090902.zip"><span style="color: #333399;">HERE</span></a></span></span></strong><span style="color: #333399;">.</span><br />
Updated by:  Pascal Golay.<br />
release date: 09-02-2009<br />
<strong><span style="color: #888888;">works in:  v5 only<br />
<span style="color: #333399; font-weight: normal;"><span style="color: #000000;"><br />
Download it <a href="http://www.filmcad.com/Rhino/wp-content/uploads/2009/09/NamedViewMgr072.zip"><span style="color: #333399;"><strong>HERE</strong></span></a></span><strong><span style="color: #333399;">.</span><br />
<span style="color: #000000; font-weight: normal;">created by:  Mattias D'Hoogh.<br />
release date:  06-16-2005<br />
<strong><span style="color: #888888;">works in:  v4 only</span><br />
</strong></span></strong></span></span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filmcad.com/Rhino/?feed=rss2&amp;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camera Height: ver.090609</title>
		<link>http://www.filmcad.com/Rhino/?p=39</link>
		<comments>http://www.filmcad.com/Rhino/?p=39#comments</comments>
		<pubDate>Sun, 27 Sep 2009 03:52:09 +0000</pubDate>
		<dc:creator>j.andre.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.filmcad.com/Rhino/?p=39</guid>
		<description><![CDATA[ Camera Height: ver.090924
Ever have a director or  Production Designer ask, "how high is your camera?" well, push this button and  give them the answer. The script will give you a height above the first object below camera.  If there is nothing below the camera, then the script will give the height above [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: medium;"><strong> Camera Height:</strong></span> ver.090924<br />
Ever have a director or  Production Designer ask, "how high is your camera?" well, push this button and  give them the answer. The script will give you a height above the first object below camera.  If there is nothing below the camera, then the script will give the height above the current active CPlane. Left click on the toolbar provided to set the height and level the camera, right click for setting height only.</p>
<p>Download it <a href="http://www.filmcad.com/Rhino/wp-content/uploads/2009/09/Camera_Height_090325.zip"><strong><span style="color: #333399;">HERE</span></strong></a>.<br />
created by: Sam Page.<br />
release date:  06-09-2009<br />
<strong><span style="color: #808080;">works in:  v4, v5</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filmcad.com/Rhino/?feed=rss2&amp;p=39</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Level Camera: ver.070620</title>
		<link>http://www.filmcad.com/Rhino/?p=53</link>
		<comments>http://www.filmcad.com/Rhino/?p=53#comments</comments>
		<pubDate>Sat, 26 Sep 2009 02:05:20 +0000</pubDate>
		<dc:creator>j.andre.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.filmcad.com/Rhino/?p=53</guid>
		<description><![CDATA[Level  Camera: ver.070620
Level Camera is a script that takes out  any roll that is in the camera, and set the target z value equal to the camera z  value.
Download it HERE.
created by: Sam  Page.
release date: 06-20-2007
works in:  v4, v5 
]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: medium;"><strong>Level  Camera:</strong></span> ver.070620<br />
Level Camera is a script that takes out  any roll that is in the camera, and set the target z value equal to the camera z  value.</p>
<p>Download it <a href="http://www.filmcad.com/Rhino/wp-content/uploads/2009/09/levelcamera.zip"><strong><span style="color: #333399;">HERE</span></strong></a>.<br />
created by: Sam  Page.<br />
release date: 06-20-2007<br />
<strong><span style="color: #808080;">works in:  v4, v5 </span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filmcad.com/Rhino/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
