﻿<?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%3AAligorith%2F250_AnimSys_Patches</id>
	<title>利用者:Aligorith/250 AnimSys Patches - 版の履歴</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%3AAligorith%2F250_AnimSys_Patches"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Aligorith/250_AnimSys_Patches&amp;action=history"/>
	<updated>2026-04-29T08:10:50Z</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:Aligorith/250_AnimSys_Patches&amp;diff=56266&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:Aligorith/250_AnimSys_Patches&amp;diff=56266&amp;oldid=prev"/>
		<updated>2018-06-28T17:52:25Z</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:52時点における版&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:Aligorith/250_AnimSys_Patches&amp;diff=56265&amp;oldid=prev</id>
		<title>2007年11月30日 (金) 11:54にwiki&gt;Aligorithによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Aligorith/250_AnimSys_Patches&amp;diff=56265&amp;oldid=prev"/>
		<updated>2007-11-30T11:54:24Z</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;== Disclaimer ==&lt;br /&gt;
These patches are provided here for entertainment purposes only (currently). They only serve a few purposes currently: 1) act as backup for my work, 2) allow others to view what has been done so far. At no stage do I guarantee that anything is meant to work.&lt;br /&gt;
&lt;br /&gt;
== Current Patch ==&lt;br /&gt;
=== Link ===&lt;br /&gt;
http://aligorith.googlepages.com/animsystem_20071130.patch&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
* Code reshuffled, reformatted. Currently doesn't compile due to old code not yet replaced.&lt;br /&gt;
** IpoCurve and IpoDriver stuff has been moved from DNA_curve_types.h to DNA_ipo_types.h as they really belong there instead&lt;br /&gt;
* Replaced ''adrcode'' system with ''bKeyableType'' system&lt;br /&gt;
** Only some types have been prepared... currently this is a hardcoded system for default keyable values, then allow for additional things that can be added flexibly at runtime&lt;br /&gt;
** sdna2kt is now complete! This PyScript is run to automagically generate the keyabletypes.c file, which contains the keyable-type definitions.&lt;br /&gt;
** A few files have already had a bit of cleanup done to allow the parser to read them - DNA_object_types.h, DNA_material_types.h, DNA_action_types.h, DNA_constraint_types.h, although they haven't been completely converted yet.&lt;br /&gt;
** The whole access to keyabletypes needs to be checked again after reshuffle (was a bit rushed)&lt;br /&gt;
* Implemented 'euler' curves for pose-channel interpolation (quat curves are still around, and will be improved once some ideas about that are made. This will be slower due to overhead of quat-&amp;gt;eul-&amp;gt;quat conversions)&lt;br /&gt;
* Clumped set of animation-data that blocktypes can have together in a struct&lt;br /&gt;
** Many blocktypes can have their own set of nla tracks + action + ipo&lt;br /&gt;
* Piecewise interpolation of ipo-curves halfway done... now just need to fix tools that depended on some things&lt;br /&gt;
** A function has been added, which sets the interpolation mode for all BezTriples in a curve.&lt;br /&gt;
* Keyframing code half-recoded. insert_key (+ visual/smarter keyframing) recoded. &lt;br /&gt;
** common_insertkey and helpers implementation started. It will generate a menu displaying the &amp;quot;keying sets&amp;quot; that are available, using BLI_dynstr to help build that menu-string.&lt;br /&gt;
* Begun work on NLA-system (but not included in the patch yet)&lt;br /&gt;
* Code to provide backwards compatability now partially exists&lt;br /&gt;
** Not all old types are converted yet... only a few have been implemented so far as a test&lt;br /&gt;
** Bitfields will need special handling... I've yet to decide how to approach this&lt;br /&gt;
&lt;br /&gt;
== Previous Patches ==&lt;br /&gt;
* http://aligorith.googlepages.com/animsystem_20071127.patch&lt;br /&gt;
* http://aligorith.googlepages.com/animsystem_20071120.patch&lt;br /&gt;
* http://aligorith.googlepages.com/animsystem_20071111.patch&lt;br /&gt;
* http://aligorith.googlepages.com/animsystem_20071104.patch&lt;/div&gt;</summary>
		<author><name>wiki&gt;Aligorith</name></author>
		
	</entry>
</feed>