OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipoStructure
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
IpoHelper.java
40
* @param
ipoStructure
49
public Ipo fromIpoStructure(Structure
ipoStructure
, BlenderContext blenderContext) throws BlenderFileException {
50
Structure curvebase = (Structure)
ipoStructure
.getFieldValue("curve");
66
blenderContext.addLoadedFeatures(
ipoStructure
.getOldMemoryAddress(),
ipoStructure
.getName(),
ipoStructure
, result);
ArmatureHelper.java
236
Structure
ipoStructure
= p.fetchData(blenderContext.getInputStream()).get(0);
237
Ipo ipo = ipoHelper.fromIpoStructure(
ipoStructure
, blenderContext);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ModifierHelper.java
147
Structure
ipoStructure
= pChannelIpo.fetchData(blenderContext.getInputStream()).get(0);
148
Ipo ipo = ipoHelper.fromIpoStructure(
ipoStructure
, blenderContext);
157
Structure
ipoStructure
= pIpo.fetchData(blenderContext.getInputStream()).get(0);
158
Ipo ipo = ipoHelper.fromIpoStructure(
ipoStructure
, blenderContext);
Completed in 92 milliseconds