﻿<?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.4%2FPy%2FScripts%2FAnimation%2FBake_Constraints</id>
	<title>Extensions:2.4/Py/Scripts/Animation/Bake Constraints - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.4%2FPy%2FScripts%2FAnimation%2FBake_Constraints"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/Animation/Bake_Constraints&amp;action=history"/>
	<updated>2026-07-30T00:01:40Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/Animation/Bake_Constraints&amp;diff=59170&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/Animation/Bake_Constraints&amp;diff=59170&amp;oldid=prev"/>
		<updated>2018-06-28T17:54: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:54時点における版&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.4/Py/Scripts/Animation/Bake_Constraints&amp;diff=59169&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Robot, removing unnecessary nav links; cosmetic changes</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/Animation/Bake_Constraints&amp;diff=59169&amp;oldid=prev"/>
		<updated>2011-11-18T02:52:17Z</updated>

		<summary type="html">&lt;p&gt;Robot, removing unnecessary nav links; cosmetic changes&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name=Bake Constraints&lt;br /&gt;
|tooltip=Create unconstrained objects with motion curves that mimic the motion of a constrained object. For Armatures, create an Action that mimics each bone's movement.&lt;br /&gt;
|menu=Group: Animation&lt;br /&gt;
|version=0.7 - 2008.07.18&lt;br /&gt;
|blender=2.47&lt;br /&gt;
|author=Roger Wickes&lt;br /&gt;
|license=N/A&lt;br /&gt;
|link=[http://blenderartists.org/forum/showthread.php?p=1115246 BlenderArtists forum thread]&lt;br /&gt;
[http://mocap.cs.cmu.edu/ Motion Capture lab at Carnegie Mellon University]&lt;br /&gt;
|exe=Animation Bake_Constraints.py&lt;br /&gt;
|modules=BPyArmature.py (be sure to delete BPyArmature.pyc after updating)&lt;br /&gt;
|data=&lt;br /&gt;
|deps=&lt;br /&gt;
|usage=Modular, easy to read on creating/editing Ipo Curves.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
&lt;br /&gt;
* [http://blenderartists.org/forum/forumdisplay.php?f=11 Python &amp;amp; Plugins forum] at Blender Artists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
When using C3D Motion Capture, you import a set of empties that move where the markers moved on the actor. You then create a rig that is constrained to follow the empties. In order to work with or change that motion, you need a rig that has Ipo Curves directly associated with the armature itself, and does not depend on the empties. In general, it is useful to be able to 'record' the motion of an object, when that motion is derived from other object's locations and rotations, track to constraints, follow paths etc. &lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Use this script to create a clone and Ipo curves that match the actual location and rotation of the selected object. If the object is an armature, it also creates an Action that copies all the bones locrot and applies that as a locrot curve to the cloned bone.&lt;br /&gt;
=== Instructions ===&lt;br /&gt;
To install the script, extract the the Animation_Bake_Constraints.py file to your Blender Scripts folder, and the updated BPyArmature.py file to your bpymodules folder located just beneath the Scripts folder. As when replacing/updating any bpymodules script, delete the pre-compiled version (in this case BPyArmature.pyc). &lt;br /&gt;
&lt;br /&gt;
Select the constrained object(s) to be baked.&lt;br /&gt;
Set the frame range to bake&lt;br /&gt;
Optionally, load the script and change usrDelta to change to offset of the clones, presently set to 1 x and 1 y unit from the original&lt;br /&gt;
Run the script by &lt;br /&gt;
:a) loading it in your text editor and running it as a python script, or, &lt;br /&gt;
:b) if you put it in your scripts directory, re-registering your menus via the User Prefs button and then selecting it from a scripts menu in the Animation section.&lt;br /&gt;
&lt;br /&gt;
Briefly, you:&lt;br /&gt;
&lt;br /&gt;
   1. . Load your cleaned, constrained armature file (BVH or C3D)&lt;br /&gt;
   2. . Set your animation range to the focus area of interest (for example, frames 1300-1420)&lt;br /&gt;
   3. . Select the Constrained Armature in Object Mode&lt;br /&gt;
   4. . Run the Bake Constraints script. While it is baking, the oven light may go off (your Blender Screen may go black). Don't be alarmed, just watch the console window for progress and updates. Blender is just concentrating on running the script as fast as possible.&lt;br /&gt;
   5. . The script clones the Armature, removes all the constraints on the clone (making it a free man)&lt;br /&gt;
   6. . The script then creates an Action that copies the original motion, offset to begin at frame 1.&lt;br /&gt;
   7. . You can now delete the cloud, ik targets, and constrained armature to free up memory &lt;br /&gt;
&lt;br /&gt;
The Action contains LocRot Ipo curves for each bone for each frame of the animation, so it can take some time to process. The action is named after the clone; you can immediately change this to better reflect what the clone is doing by clicking in the Action Editor header, in the name field of the Action selector (the name will get a red background), and typing in the new name. The Action keys are relative to the T-pose of the character, sometimes called the rest or edit position. This is the orientation that the armature assumes when you tab into edit mode.&lt;br /&gt;
&lt;br /&gt;
The clone should follow the original around,&lt;br /&gt;
&lt;br /&gt;
    * offset in space (by the location-rotation vector usrDelta, by default set to (10,10,0)) and&lt;br /&gt;
    * offset in time by usrACTION (if True, the clone will start the action at frame 1, otherwise it will start the action simultaneous with the cloud). &lt;br /&gt;
&lt;br /&gt;
The clone should perform the same motion as the original. TClones, offset from the original by usrDelta in space and back to frame 1 in time (by default), are created and have an Ipo curve that matches the selected object's constrained/computed motion. If the object is an armature, then every bone will have an Ipo curve, and an Action is created that groups all the bone's curves together. &lt;br /&gt;
&lt;br /&gt;
The cloned objects are selected after script completion. Note that Actions will be offset to start at frame 1.&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
*[[Media: Bake Constraints.zip]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Softbodies, cloth and other objects that are &amp;quot;moved&amp;quot; by simulations are not actually moved. The object center stays were it is and the object's mesh vertices are displaced, almost like shape keys. Therefore, this script will not &amp;quot;clone&amp;quot; one of these type objects. Simply duplicate them through the UI. To bake the loc/rot of objects moved by the Blender Game Engine, use the {{Literal|Game-&amp;gt;Record Game Physics}} to IPO menu selection. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This is temporary hide-tab for rest of the text&lt;br /&gt;
*link 2&lt;br /&gt;
&lt;br /&gt;
=== Shortcuts ===&lt;br /&gt;
&lt;br /&gt;
No UI (yet) ''Editor info:'' List of shortcuts used by the script, if any. Mostly relevant for scripts with uis. We should of course standardize basic ones: ESC to cancel, ESC and q to quit, etc. Follow the rules in [[Meta/Templates]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
''Editor info:'' Config options available in the script's gui or via the Scripts Config Editor.&lt;br /&gt;
{{ConfigOptions&lt;br /&gt;
|name=Option name&lt;br /&gt;
|type=TYPE&lt;br /&gt;
|default=Default value&lt;br /&gt;
|explanation=Short explanation.&lt;br /&gt;
}}&lt;br /&gt;
{{ConfigOptions&lt;br /&gt;
|name=Option name&lt;br /&gt;
|type=TYPE&lt;br /&gt;
|default=Default value&lt;br /&gt;
|explanation=Short explanation.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Compatibility ==&lt;br /&gt;
&lt;br /&gt;
''Editor info:'' Relevant for IO scripts, note how complete they are in regards to the file format specification and/or compatiblity with other programs that can read the same format.&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
''Editor info:'' What doesn't work but should.&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
&lt;br /&gt;
''Editor info:'' placeholder for additional information.&lt;br /&gt;
&lt;br /&gt;
=== To-Do list ===&lt;br /&gt;
* the first&lt;br /&gt;
* the ..&lt;br /&gt;
&lt;br /&gt;
=== Credits ===&lt;br /&gt;
Thanks go to:&lt;br /&gt;
* Name (AKA nickname) for what...&lt;br /&gt;
* Name ...&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
:0.1: initial release&lt;br /&gt;
:0.2: bakes Loc and Rot for the bones within Armature object&lt;br /&gt;
:0.3: add manual to script library&lt;br /&gt;
:0.4: bake multiple objects&lt;br /&gt;
:0.5: bakes armatures&lt;br /&gt;
:0.6: cleanup svn submission. &lt;br /&gt;
:0.7: cloned children are linked to their cloned parents. If the parents are not cloned, the clone children are optionally linked to the original parents (usrParent flag). &lt;br /&gt;
=== Editor Info ===&lt;br /&gt;
: Editor's note: use http://wiki.blender.org/index.php?title=Special:Upload&amp;amp;wpDestFile=Bake_Constraints.zip to update file&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>