﻿<?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=%E5%88%A9%E7%94%A8%E8%80%85%E3%83%BB%E3%83%88%E3%83%BC%E3%82%AF%3AKhughes</id>
	<title>利用者・トーク:Khughes - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%E3%83%BB%E3%83%88%E3%83%BC%E3%82%AF%3AKhughes"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85%E3%83%BB%E3%83%88%E3%83%BC%E3%82%AF:Khughes&amp;action=history"/>
	<updated>2026-06-03T23:54:19Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85%E3%83%BB%E3%83%88%E3%83%BC%E3%82%AF:Khughes&amp;diff=47198&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85%E3%83%BB%E3%83%88%E3%83%BC%E3%82%AF:Khughes&amp;diff=47198&amp;oldid=prev"/>
		<updated>2018-06-28T17:47:39Z</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日 (木) 17:47時点における版&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=%E5%88%A9%E7%94%A8%E8%80%85%E3%83%BB%E3%83%88%E3%83%BC%E3%82%AF:Khughes&amp;diff=47197&amp;oldid=prev</id>
		<title>wiki&gt;M.e: x86_64</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85%E3%83%BB%E3%83%88%E3%83%BC%E3%82%AF:Khughes&amp;diff=47197&amp;oldid=prev"/>
		<updated>2007-04-29T06:10:48Z</updated>

		<summary type="html">&lt;p&gt;x86_64&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Hi Khughes,&lt;br /&gt;
&lt;br /&gt;
I was trying to run the second example &amp;quot;Or to print all the constraints attached to each bone in a pose&amp;quot; on [[BlenderDev/Constraints|Python Constrants API]].&lt;br /&gt;
&lt;br /&gt;
I was getting a &amp;quot;NameError: name 'pose' is not defined&amp;quot; error message until I added&lt;br /&gt;
the line :&lt;br /&gt;
&lt;br /&gt;
'''pose = ob.getPose()''' to the script.  It seems to be working now.   I updated that page to include that code.&lt;br /&gt;
&lt;br /&gt;
Also the original code had &lt;br /&gt;
&lt;br /&gt;
'''print bone.name,'=&amp;gt;'const.type'''&lt;br /&gt;
&lt;br /&gt;
which was also getting an error (missing &amp;quot;,&amp;quot; between '=&amp;gt;' and 'const.type'.&lt;br /&gt;
&lt;br /&gt;
And finally 'const.type' just prints a 'cryptic' number, while&lt;br /&gt;
&lt;br /&gt;
''''print const''''  &lt;br /&gt;
&lt;br /&gt;
actually prints out the english description of the constraint, so I changed the code to that, thinking it might be more useful :)&lt;br /&gt;
&lt;br /&gt;
Also  'print const'  actually prints :&lt;br /&gt;
&lt;br /&gt;
   [Constraint &amp;quot;Const.001&amp;quot;, Type &amp;quot;IK Solver&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
in my test script.   I was trying to isolate the description (second item).&lt;br /&gt;
&lt;br /&gt;
I tried &lt;br /&gt;
&lt;br /&gt;
 '''print const[1]'''&lt;br /&gt;
&lt;br /&gt;
but I get a &amp;quot;KeyError: 'key not found'&amp;quot; message.&lt;br /&gt;
&lt;br /&gt;
Is there a way to print or get at the second value in that 'list'  ?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Mstram|Mstram]] 11:38, 13 May 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
The output is not a list but a string.  Just happens to look somewhat like a list.  It is generated by an internal Blender function which is used to print the constraint name for the UI.&lt;br /&gt;
&lt;br /&gt;
While the {{literal|print}} output is more readable than the integer in the {{literal|const.type}} attribute, it usually will be the case that this value is compared to one of the constants in {{literal|Constraint.Types}}, so the code itself will be readable.&lt;br /&gt;
&lt;br /&gt;
--[[User:Khughes|khughes]] 7:23, 13 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ok, thx, someone else on BlenderArtists also mentioned the {{literal|Constraint.Types}}, do you mean the python object?  If so, in my CVS Windows build it's listed as {{literal|Blender.Constraint.Type}}  (no '''s''').&lt;br /&gt;
&lt;br /&gt;
--[[User:Mstram|Mstram]] 19:58, 13 May 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
== x86_64 ==&lt;br /&gt;
&lt;br /&gt;
As you are involved with the 64 bit version, you may be able to help with some questions: What is the current x86_64 situation? Is there a web page? Is there a stable build somewhere? There is nothing on the official website, or at least I cannot find anything. If I search the forums, all I can find is an old reference saying that 64-bit build output incorrect &amp;lt;code&amp;gt;.build&amp;lt;/code&amp;gt; files, which I know is no longer true. Also, should we use the 32 bit version instead? Will that cope with a 64 bit Python? [[User:M.e|M.e]] 08:10, 29 April 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>wiki&gt;M.e</name></author>
		
	</entry>
</feed>