OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:actionStructure
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ModifierHelper.java
186
Structure
actionStructure
= pAction.fetchData(blenderContext.getInputStream()).get(0);
188
Ipo ipo = ipoHelper.fromAction(
actionStructure
, blenderContext);
189
result = new ObjectAnimationModifier(ipo,
actionStructure
.getName(), objectStructure.getOldMemoryAddress(), blenderContext);
ArmatureModifier.java
136
Structure
actionStructure
= header.getStructure(blenderContext);
137
String actionName =
actionStructure
.getName();
139
BoneTrack[] tracks = armatureHelper.getTracks(
actionStructure
, skeleton, blenderContext);
Completed in 2112 milliseconds