﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FImport-Export%2FHiRISE_DTM_from_PDS_IMG</id>
	<title>Extensions:2.6/Py/Scripts/Import-Export/HiRISE DTM from PDS IMG - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FImport-Export%2FHiRISE_DTM_from_PDS_IMG"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/HiRISE_DTM_from_PDS_IMG&amp;action=history"/>
	<updated>2026-07-10T00:02:03Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/HiRISE_DTM_from_PDS_IMG&amp;diff=101197&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/HiRISE_DTM_from_PDS_IMG&amp;diff=101197&amp;oldid=prev"/>
		<updated>2018-06-28T19:40:05Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 19:40時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/HiRISE_DTM_from_PDS_IMG&amp;diff=101196&amp;oldid=prev</id>
		<title>2017年12月6日 (水) 08:55にwiki&gt;Lijenstinaによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/HiRISE_DTM_from_PDS_IMG&amp;diff=101196&amp;oldid=prev"/>
		<updated>2017-12-06T08:55:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name=HiRISE DTM from PDS IMG&lt;br /&gt;
|tooltip=Import a HiRISE DTM that is formatted as a PDS IMG file and creates an appropriate mesh&lt;br /&gt;
|menu=File &amp;gt; Import &amp;gt; HiRISE terrain model&lt;br /&gt;
|version=0.2.2&lt;br /&gt;
|blender=2.78&lt;br /&gt;
|author=Nicholas Wolf&lt;br /&gt;
|license=GPLv2&lt;br /&gt;
|link=&lt;br /&gt;
|exe=io_convert_image_to_mesh_img/__init__.py,io_convert_image_to_mesh_img/import_img.py&lt;br /&gt;
|modules=&lt;br /&gt;
|data=&lt;br /&gt;
|deps=&lt;br /&gt;
|download=&lt;br /&gt;
|bugtracker=http://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=24897&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Tutorial ==&lt;br /&gt;
&amp;lt;youtube&amp;gt;pAWWCJlKzOM&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;tableNormal&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This plugin allows you to import a Mars Surface from the [http://www.uahirise.org HiRISE] project directly into Blender.&lt;br /&gt;
&lt;br /&gt;
==== Details ====&lt;br /&gt;
This script imports a standard HiRISE DTM (*.IMG), reads the embedded PDS label and decodes the raster elevations to create a mesh in the current view. The lowest value of the DTM is set to Z=0 in blender coordinates and the upper left corner of the image is placed at X=0,Y=0 in the Blender world.&lt;br /&gt;
&lt;br /&gt;
==== Different Resolutions ====&lt;br /&gt;
Since HiRISE DTMs are quite large for most machines that Blender runs on today, the script has the ability to sample/average portions of the image into single pixels which effectively reduces the resolution but also reduces the amount of time/memory that Blender needs to work with the DTM. Re-importing a higher resolution later on will place the DTM in exactly the same place that the original DTM was imported to (size/scale matching as well) so that creating animations/previews can be done with much less effort.&lt;br /&gt;
&lt;br /&gt;
This is really useful for prototyping your scene. Import a low-res version, get all of your animation/modeling done and rendered and then import a higher resolution mesh for the final render.&lt;br /&gt;
&lt;br /&gt;
==== A few words on scale ====&lt;br /&gt;
When importing for the first time, leave the scale=0.01 so that the mesh is not huge. Setting scale=1 will map the DTM coordinates 1:1 with Blender units. The result is a very large mesh that can't be viewed easily in the default view.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;tableNormal&amp;quot;&amp;gt;&lt;br /&gt;
1) choose a published HiRISE DTM from [http://www.uahirise.org/dtm/ http://www.uahirise.org/dtm]&lt;br /&gt;
&lt;br /&gt;
[[File:ImportHiRISE_DTM_ChooseWebDTM.jpeg|600px]]&lt;br /&gt;
&lt;br /&gt;
2) download the linked &amp;quot;DTM&amp;quot; image&lt;br /&gt;
Warning: these files can be quite large&lt;br /&gt;
&lt;br /&gt;
[[File:ImportHiRISE_DTM_WebView.jpeg|600px]]&lt;br /&gt;
&lt;br /&gt;
3) Inside of Blender navigate:&lt;br /&gt;
    File -&amp;gt; Import -&amp;gt; HiRISE DTM from PDS IMG (*.IMG)&lt;br /&gt;
&lt;br /&gt;
4) Select the DTM and desired settings&lt;br /&gt;
&lt;br /&gt;
[[File:ImportHiRISE_DTM_Settings.jpeg|600px]]&lt;br /&gt;
&lt;br /&gt;
  a) Select your bin/scale settings.&lt;br /&gt;
&lt;br /&gt;
 {|&lt;br /&gt;
  |+Binning Methods&lt;br /&gt;
  |-&lt;br /&gt;
  |None || This will import the DTM without downsampling. Warning: this can take a lot of memory&lt;br /&gt;
  |-&lt;br /&gt;
  |2x2 || Create one value for each 2x2 region of the DTM by averaging them&lt;br /&gt;
  |-&lt;br /&gt;
  |6x6 || Create one value for each 6x6 region of the DTM by averaging them&lt;br /&gt;
  |-&lt;br /&gt;
  |6x6 Fast || Create one value for each 6x6 region of the DTM by sampling a single value&lt;br /&gt;
  |-&lt;br /&gt;
  |12x12 || Create one value for each 12x12 region of the DTM by averaging them&lt;br /&gt;
  |-&lt;br /&gt;
  |12x12 Fast || Create one value for each 12x12 region of the DTM by sampling a single value&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
  b) Select the DTM you downloaded&lt;br /&gt;
&lt;br /&gt;
  c) Select the &amp;quot;Import HiRISE DTM&amp;quot; button to start the import&lt;br /&gt;
&lt;br /&gt;
5) Now just wait.&lt;br /&gt;
NB: These DTMs are big and take a whole lot of floating point manipulation to import.&lt;br /&gt;
&lt;br /&gt;
6) Enjoy/manipulate/render the surface of mars as you would any other mesh in Blender.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;tableNormal&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1) Download the files into a folder named &amp;quot;io_mesh_img&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
2) Open User Preferences (File -&amp;gt; User Preferences)&lt;br /&gt;
&lt;br /&gt;
3) Select the &amp;quot;Add-Ons&amp;quot; tab&lt;br /&gt;
&lt;br /&gt;
4) Click the &amp;quot;Install Add-On&amp;quot; button at the bottom of the window&lt;br /&gt;
&lt;br /&gt;
5) Navigate to the io_mesh_img folder and click the &amp;quot;Install Add-On&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
6) Type in &amp;quot;HiRISE&amp;quot; into the search field and enable the plugin:&lt;br /&gt;
 Import/Export: HiRISE DTM from PDS IMG&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== The latest plugin ====&lt;br /&gt;
&amp;lt;div class=&amp;quot;tableNormal&amp;quot;&amp;gt;&lt;br /&gt;
Warning: this may be broken from time to time or include features that are new/untested.&lt;br /&gt;
&lt;br /&gt;
[https://pirlwww.lpl.arizona.edu/anon-svn/blender/Scripts/io_mesh_img/ Latest Files in SVN]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
https://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=24897&lt;/div&gt;</summary>
		<author><name>wiki&gt;Lijenstina</name></author>
		
	</entry>
</feed>