﻿<?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%3AEnjalot%2FCreating_a_custom_modifier</id>
	<title>利用者・トーク:Enjalot/Creating a custom modifier - 版の履歴</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%3AEnjalot%2FCreating_a_custom_modifier"/>
	<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:Enjalot/Creating_a_custom_modifier&amp;action=history"/>
	<updated>2026-07-29T01:18:15Z</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:Enjalot/Creating_a_custom_modifier&amp;diff=101135&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:Enjalot/Creating_a_custom_modifier&amp;diff=101135&amp;oldid=prev"/>
		<updated>2018-06-28T19:40:01Z</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=%E5%88%A9%E7%94%A8%E8%80%85%E3%83%BB%E3%83%88%E3%83%BC%E3%82%AF:Enjalot/Creating_a_custom_modifier&amp;diff=101134&amp;oldid=prev</id>
		<title>wiki&gt;Ilent2: /* Do all modifiers require a isEnabled function? */ new section</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:Enjalot/Creating_a_custom_modifier&amp;diff=101134&amp;oldid=prev"/>
		<updated>2014-01-25T11:02:40Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Do all modifiers require a isEnabled function?: &lt;/span&gt; new section&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Error in Python code ==&lt;br /&gt;
&lt;br /&gt;
I believe there is an error in the last Python def.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
    def ENJA(self, layout, ob, md, wide_ui):&lt;br /&gt;
        layout.label(text=&amp;quot;Coming soon.&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
should be written without '''wide_ui''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
    def ENJA(self, layout, ob, md):&lt;br /&gt;
        layout.label(text=&amp;quot;Coming soon.&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--[[User:Shinjin|Shinjin]] 12:16, 19 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Do all modifiers require a isEnabled function? ==&lt;br /&gt;
&lt;br /&gt;
Is the segment &amp;lt;code&amp;gt;int modifiers_isEnjaEnabled(struct Object *ob);&amp;lt;/code&amp;gt; required for all modifiers?  Since none of the other modifiers I can see have similar definitions, I would think not.  Is this just something tricky that the SoftBody modifier was doing?  Hmm...???&lt;br /&gt;
&lt;br /&gt;
[[User:Ilent2|Ilent2]] 12:02, 25 January 2014 (CET)&lt;/div&gt;</summary>
		<author><name>wiki&gt;Ilent2</name></author>
		
	</entry>
</feed>