﻿<?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=Dev%3APy%2FScripts%2F3D_interaction%2FPanel_Measure</id>
	<title>Dev:Py/Scripts/3D interaction/Panel Measure - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3APy%2FScripts%2F3D_interaction%2FPanel_Measure"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Py/Scripts/3D_interaction/Panel_Measure&amp;action=history"/>
	<updated>2026-09-06T09:35:19Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Py/Scripts/3D_interaction/Panel_Measure&amp;diff=107655&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Py/Scripts/3D_interaction/Panel_Measure&amp;diff=107655&amp;oldid=prev"/>
		<updated>2018-06-28T19:46:47Z</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:46時点における版&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=Dev:Py/Scripts/3D_interaction/Panel_Measure&amp;diff=107654&amp;oldid=prev</id>
		<title>wiki&gt;Brecht: moved Dev:2.5/Py/Scripts/3D interaction/Panel Measure to Dev:Py/Scripts/3D interaction/Panel Measure: remove version namespace</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Py/Scripts/3D_interaction/Panel_Measure&amp;diff=107654&amp;oldid=prev"/>
		<updated>2015-12-27T19:24:31Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Dev:2.5/Py/Scripts/3D_interaction/Panel_Measure&quot; class=&quot;mw-redirect&quot; title=&quot;Dev:2.5/Py/Scripts/3D interaction/Panel Measure&quot;&gt;Dev:2.5/Py/Scripts/3D interaction/Panel Measure&lt;/a&gt; to &lt;a href=&quot;/Dev:Py/Scripts/3D_interaction/Panel_Measure&quot; title=&quot;Dev:Py/Scripts/3D interaction/Panel Measure&quot;&gt;Dev:Py/Scripts/3D interaction/Panel Measure&lt;/a&gt;: remove version namespace&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Version history (up to 0.8.0) ==&lt;br /&gt;
Since I removed the changelog from the script file itself - here's the original text up until version 0.8.0.&lt;br /&gt;
&lt;br /&gt;
v0.8.0&lt;br /&gt;
* Volume calculation&lt;br /&gt;
v0.7.15&lt;br /&gt;
* Measurement of face normals by TNae + extended to cover all cases.&lt;br /&gt;
* Grouped measured values inside boxes.&lt;br /&gt;
v0.7.14&lt;br /&gt;
* Fixed matrix calculation order.&lt;br /&gt;
* Replaced region3d_get_2d_coordinates with location_3d_to_region_2d&amp;quot; from bpy_extras.view3d_utils.&lt;br /&gt;
v0.7.13&lt;br /&gt;
* Moved property definitions to registration function.&lt;br /&gt;
* Changed automatic callback adding to manual, the current API doesn't seem to allow this top be automatically yet.&lt;br /&gt;
* Various API fixes.&lt;br /&gt;
v0.7.12&lt;br /&gt;
* Moved setting of properties to callback function (it is bad practise to set it in the draw code).&lt;br /&gt;
* Fixed distance calculation of parented objects.&lt;br /&gt;
* API change: add_modal_handler -&amp;gt; modal_handler_add&lt;br /&gt;
* Regression: Had to disable area display for selection with more than 2 meshes.&lt;br /&gt;
* Fixed Local/Global vert-loc calculations in EditMode.&lt;br /&gt;
v0.7.11&lt;br /&gt;
* Applied patch by Filiciss Muhgue that fixes the text in quad view.&lt;br /&gt;
v0.7.10&lt;br /&gt;
* Applied patch by Filiciss Muhgue that (mostly) fixes the quad view.&lt;br /&gt;
* Patch link: https://projects.blender.org/tracker/?func=detail&amp;amp;atid=127&amp;amp;aid=24932&amp;amp;group_id=9&lt;br /&gt;
* Thanks for that!&lt;br /&gt;
* Removed (now) unneeded &amp;quot;attr&amp;quot; setting for properties.&lt;br /&gt;
v0.7.9&lt;br /&gt;
* Updated scene properties for changes in property API.&lt;br /&gt;
* See http://lists.blender.org/pipermail/bf-committers/2010-September/028654.html&lt;br /&gt;
* Synced API changes in/from local copy.&lt;br /&gt;
v0.7.8&lt;br /&gt;
* Various Py API changes by Campbell ...&lt;br /&gt;
* bl_default_closed -&amp;gt; bl_options = {'DEFAULT_CLOSED'}&lt;br /&gt;
* x.verts -&amp;gt; x.vertices&lt;br /&gt;
* @classmethod    def poll(cls, context)&lt;br /&gt;
* No &amp;quot;location&amp;quot; in bl_info-&amp;gt;name&lt;br /&gt;
* bl_info-&amp;gt;api&lt;br /&gt;
v0.7.7&lt;br /&gt;
* One more change to the callback registration code.&lt;br /&gt;
* Now it should finally work as intended.&lt;br /&gt;
v0.7.6&lt;br /&gt;
* API changes (r885, r886) - register &amp;amp; unregister function&lt;br /&gt;
v0.7.5.3&lt;br /&gt;
* Small fix for bug in v0.7.5.1 (location was off when object was moved)&lt;br /&gt;
v0.7.5.2&lt;br /&gt;
* Changed callback registration back to original code &amp;amp; fixed bug in there (use bl_idname instead of bl_label)&lt;br /&gt;
v0.7.5.1&lt;br /&gt;
* Global mode is now taking rotation into account properly.&lt;br /&gt;
v0.7.5&lt;br /&gt;
* Fixed lagging and drawing issues.&lt;br /&gt;
v0.7.4&lt;br /&gt;
* Fixed the modal_handler_add and callback_add code. Thanks to jesterKing for pointing that out :-)&lt;br /&gt;
v0.7.3.1&lt;br /&gt;
* Fixed bug that made all lines in Blender stippled :-)&lt;br /&gt;
v0.7.3&lt;br /&gt;
* Added display of delta x/y/z value in 3d view.&lt;br /&gt;
* Inspired by warpi's patch here: http://blenderartists.org/forum/showpost.php?p=1671033&amp;amp;postcount=47&lt;br /&gt;
* Also added display of dx,dy,dz lines&lt;br /&gt;
* Changed the &amp;quot;dist&amp;quot; colors to something not already used by x/y/z axes.&lt;br /&gt;
v0.7.2&lt;br /&gt;
* Merged changes from trunk (scripts_addons r847):&lt;br /&gt;
* obj.matrix -&amp;gt; obj.matrix_world&lt;br /&gt;
* vert.selected -&amp;gt; vert.select&lt;br /&gt;
* face.selected -&amp;gt; face.select&lt;br /&gt;
* bl_info: warning, wiki_url, tracker_url&lt;br /&gt;
* removed __bpydoc__&lt;br /&gt;
* Use fontid=0 for blf functions. 0 is the default font.&lt;br /&gt;
v0.7.1&lt;br /&gt;
* Merged changes by Campbell:&lt;br /&gt;
* Fix for API change: Collections like context.selected_objects no longer return None for empty lists.&lt;br /&gt;
* Update for mathutils, also stripped some redundant conversions (Mostly &amp;quot;Vector()&amp;quot; stuff)&lt;br /&gt;
v0.7&lt;br /&gt;
* Initial support for drawing lines. (Thanks to Algorith for applying my perspective_matrix patch.)&lt;br /&gt;
* The distance value (in BUs) is also drawn in the 3D view now.&lt;br /&gt;
* Also fixed some wrong calculations of global/local distances.&lt;br /&gt;
* Now it's really &amp;quot;what you see is what is calculated&amp;quot;.&lt;br /&gt;
* Use bl_info for Add-On information.&lt;br /&gt;
* Use &amp;quot;3D View&amp;quot; in category &amp;amp; name&lt;br /&gt;
* Renamed reenter_editmode to view3d.reenter_editmode.&lt;br /&gt;
* Renamed panel_measure.py into space_view3d_panel_measure.py&lt;br /&gt;
* Active object is only used for edit-mode now. Measurement with exactly one sel. (but not necessarily active) object now gets the obj via the sel-object array.&lt;br /&gt;
* API change Mathutils -&amp;gt; mathutils (r557)&lt;br /&gt;
* Deselecting 1 of 2 objects now works correctly (active object is ignored).&lt;br /&gt;
* Force a redraw of the area so disabling the &amp;quot;measure_panel_draw&amp;quot; checkbox will clear the line/text.&lt;br /&gt;
* Only calculate area (CPU heavy) if a &amp;quot;area&amp;quot; checkbox is enabled.&lt;br /&gt;
v0.6.4&lt;br /&gt;
* Fixed unneeded meshdata duplication (sometimes crashes Blender).&lt;br /&gt;
* The script now correctly calculated the surface area (faceAreaGlobal) of scaled meshes.&lt;br /&gt;
* http://projects.blender.org/tracker/?func=detail&amp;amp;atid=453&amp;amp;aid=21913&amp;amp;group_id=153&lt;br /&gt;
v0.6.3&lt;br /&gt;
* Added register &amp;amp; unregister functions.&lt;br /&gt;
v0.6.2&lt;br /&gt;
* Fixed precision of second area property.&lt;br /&gt;
* Reduced display precision to 5 (instead of 6).&lt;br /&gt;
* Added (commented out code) for shortcut [F5] for updating EditMode selection &amp;amp; calculation.&lt;br /&gt;
* Changed the script so it can be managed from the &amp;quot;Add-Ons&amp;quot; tab in the user preferences.&lt;br /&gt;
* Corrected FSF address.&lt;br /&gt;
v0.6.1&lt;br /&gt;
* Updated reenter_editmode operator description.&lt;br /&gt;
* Fixed search for selected mesh objects.&lt;br /&gt;
* Added &amp;quot;BU^2&amp;quot; after values that are not yet translated via &amp;quot;unit&amp;quot;.&lt;br /&gt;
v0.6&lt;br /&gt;
* Fix:  Removed EditMode/ObjectMode toggle stuff. This causes all the crashes and is generally not stable.&lt;br /&gt;
* Instead I've added a manual &amp;quot;refresh&amp;quot; button.&lt;br /&gt;
* I registered a new operator OBJECT_OT_reenter_editmode for this.&lt;br /&gt;
* Use &amp;quot;unit&amp;quot; settings (i.e. none/metric/imperial)&lt;br /&gt;
* Fix: Only display surface area (&amp;gt;=3 objects) if return value is &amp;gt;=0.&lt;br /&gt;
* Minor: Renamed objectFaceArea to objectSurfaceArea&lt;br /&gt;
* Updated Vector() and tuple() usage.&lt;br /&gt;
* Fixed some comments.&lt;br /&gt;
v0.5&lt;br /&gt;
* Global surface area (object mode) is now calculated as well.&lt;br /&gt;
* Support area calculation for face selection.&lt;br /&gt;
* Also made measurement panel closed by default. (Area calculation may use up a lot of CPU/RAM in extreme cases)&lt;br /&gt;
v0.4.1&lt;br /&gt;
* Various cleanups.&lt;br /&gt;
* Using the shorter &amp;quot;scene&amp;quot; instead of &amp;quot;context.scene&amp;quot;&lt;br /&gt;
* New functions measureGlobal() and measureLocal() for user-friendly access to the &amp;quot;space&amp;quot; setting.&lt;br /&gt;
v0.4&lt;br /&gt;
* Calculate &amp;amp; display the surface area of mesh objects (local space only right now).&lt;br /&gt;
* Expanded global/local switch.&lt;br /&gt;
* Made &amp;quot;local&amp;quot; option for 3Dcursor-only in edit mode actually work.&lt;br /&gt;
* Fixed local/global calculation for 3Dcursor&amp;lt;-&amp;gt;vertex in edit mode.&lt;br /&gt;
v0.3.2&lt;br /&gt;
* Fixed calculation &amp;amp; display of local/global coordinates.&lt;br /&gt;
* The user can now select via dropdown which space is wanted/needed&lt;br /&gt;
* Basically this is a bugfix and new feature at the same time :-)&lt;br /&gt;
v0.3.1&lt;br /&gt;
* Fixed bug where &amp;quot;measure_panel_dist&amp;quot; wasn't defined before it was used.&lt;br /&gt;
* Also added the distance calculation &amp;quot;origin -&amp;gt; 3D cursor&amp;quot; for edit mode.&lt;br /&gt;
v0.3&lt;br /&gt;
* Support for mesh edit mode (1 or 2 selected vertices)&lt;br /&gt;
v0.2.1&lt;br /&gt;
* Small fix (selecting nothing didn't calculate the distance of the cursor from the origin anymore)&lt;br /&gt;
v0.2&lt;br /&gt;
* Distance value is now displayed via a FloatProperty widget (and therefore saved to file too right now [according to ideasman42].&lt;br /&gt;
* The value is save inside the scene right now.)&lt;br /&gt;
    Thanks goes to ideasman42 (Campbell Barton) for helping me out on this.&lt;br /&gt;
v0.1 - Initial revision. Seems to work fine for most purposes.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Brecht</name></author>
		
	</entry>
</feed>