Home
last modified time | relevance | path

Searched defs:blenderContext (Results 1 – 25 of 69) sorted by relevance

123

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
DArmatureHelper.java94 … Matrix4f arbt, final Map<Long, Structure> bonesPoseChannels, BlenderContext blenderContext) throw… in buildBones()
126 …ToBoneIndexMap(Structure defBaseStructure, Skeleton skeleton, BlenderContext blenderContext) throw… in getGroupToBoneIndexMap()
145 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) { in shouldBeLoaded()
161 …ack[] getTracks(Structure actionStructure, Skeleton skeleton, BlenderContext blenderContext) throw… in getTracks()
182 …[] getTracks250(Structure actionStructure, Skeleton skeleton, BlenderContext blenderContext) throw… in getTracks250()
223 …[] getTracks249(Structure actionStructure, Skeleton skeleton, BlenderContext blenderContext) throw… in getTracks249()
DIpoHelper.java49 …public Ipo fromIpoStructure(Structure ipoStructure, BlenderContext blenderContext) throws BlenderF… in fromIpoStructure()
84 …public Ipo fromAction(Structure actionStructure, BlenderContext blenderContext) throws BlenderFile… in fromAction()
112 public int getCurveType(Structure structure, BlenderContext blenderContext) { in getCurveType()
152 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) { in shouldBeLoaded()
DBoneContext.java64 …ArmatureMatrix, final Map<Long, Structure> bonesPoseChannels, BlenderContext blenderContext) throw… in BoneContext()
85 …ArmatureMatrix, final Map<Long, Structure> bonesPoseChannels, BlenderContext blenderContext) throw… in BoneContext()
167 public Bone buildBone(List<Bone> bones, Map<Bone, Long> boneOMAs, BlenderContext blenderContext) { in buildBone()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraintHelper.java63 public ConstraintHelper(String blenderVersion, BlenderContext blenderContext, boolean fixUpAxis) { in ConstraintHelper()
77 …public void loadConstraints(Structure objectStructure, BlenderContext blenderContext) throws Blend… in loadConstraints()
166 BlenderContext blenderContext) throws BlenderFileException { in createConstraint()
189 … String getConstraintClassName(Structure constraintStructure, BlenderContext blenderContext) throw… in getConstraintClassName()
200 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) { in shouldBeLoaded()
DFeature.java31 protected BlenderContext blenderContext; field in Feature
45 public Feature(Space space, Long oma, BlenderContext blenderContext) { in Feature()
63 public Feature(Spatial spatial, Space space, Long oma, BlenderContext blenderContext) { in Feature()
80 public Feature(Bone bone, Space space, Long oma, BlenderContext blenderContext) { in Feature()
DConstraint.java34 protected final BlenderContext blenderContext; field in Constraint
52 Ipo influenceIpo, BlenderContext blenderContext) throws BlenderFileException { in Constraint()
DConstraintNull.java30 Ipo influenceIpo, BlenderContext blenderContext) in ConstraintNull()
DConstraintPivot.java34 BlenderContext blenderContext) throws BlenderFileException { in ConstraintPivot()
DConstraintPython.java33 Ipo influenceIpo, BlenderContext blenderContext) throws BlenderFileException { in ConstraintPython()
DConstraintTransform.java33 Ipo influenceIpo, BlenderContext blenderContext) throws BlenderFileException { in ConstraintTransform()
DConstraintChildOf.java33 Ipo influenceIpo, BlenderContext blenderContext) throws BlenderFileException { in ConstraintChildOf()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DStructure.java48 private BlenderContext blenderContext; field in Structure
67 …private Structure(Structure structure, BlenderContext blenderContext) throws CloneNotSupportedExce… in Structure()
90 …enderInputStream inputStream, String[] names, String[] types, BlenderContext blenderContext) throw… in Structure()
175 …public List<Structure> evaluateListBase(BlenderContext blenderContext) throws BlenderFileException… in evaluateListBase()
305 …public static DataType getDataType(String type, BlenderContext blenderContext) throws BlenderFileE… in getDataType()
DPointer.java46 private BlenderContext blenderContext; field in Pointer
63 public Pointer(int pointerLevel, boolean function, BlenderContext blenderContext) { in Pointer()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
DModifierHelper.java81 …public Collection<Modifier> readModifiers(Structure objectStructure, BlenderContext blenderContext in readModifiers()
120 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) { in shouldBeLoaded()
137 …private Modifier readAnimationModifier249(Structure objectStructure, BlenderContext blenderContext in readAnimationModifier249()
179 …private Modifier readAnimationModifier250(Structure objectStructure, BlenderContext blenderContext in readAnimationModifier250()
DModifier.java37 public abstract Node apply(Node node, BlenderContext blenderContext); in apply()
46 protected boolean validate(Structure modifierStructure, BlenderContext blenderContext) { in validate()
DParticlesModifier.java45 …public ParticlesModifier(Structure modifierStructure, BlenderContext blenderContext) throws Blende… in ParticlesModifier()
57 public Node apply(Node node, BlenderContext blenderContext) { in apply()
DObjectAnimationModifier.java48 …Modifier(Ipo ipo, String objectAnimationName, Long objectOMA, BlenderContext blenderContext) throw… in ObjectAnimationModifier()
64 public Node apply(Node node, BlenderContext blenderContext) { in apply()
DArmatureModifier.java85 …ifier(Structure objectStructure, Structure modifierStructure, BlenderContext blenderContext) throw… in ArmatureModifier()
120 …nebase.get(i), null, bonesList, objectToArmatureTransformation, bonesPoseChannels, blenderContext); in ArmatureModifier() local
171 public Node apply(Node node, BlenderContext blenderContext) { in apply()
232 … objectStructure, Structure meshStructure, Skeleton skeleton, BlenderContext blenderContext) throw… in readVerticesWeightsData()
275 …ger>> vertexReferenceMap, Map<Integer, Integer> groupToBoneIndexMap, BlenderContext blenderContext) in getBoneWeightAndIndexBuffer()
DMirrorModifier.java50 public MirrorModifier(Structure modifierStructure, BlenderContext blenderContext) { in MirrorModifier()
62 public Node apply(Node node, BlenderContext blenderContext) { in apply()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/lights/
DLightHelper.java69 …public Light toLight(Structure structure, BlenderContext blenderContext) throws BlenderFileExcepti… in toLight()
117 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) { in shouldBeLoaded()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
DAbstractBlenderHelper.java152 …protected Properties loadProperties(Structure structure, BlenderContext blenderContext) throws Ble… in loadProperties()
175 public abstract boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext); in shouldBeLoaded()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
DAbstractTextureBlender.java30 …terialColor, float[] pixelColor, float blendFactor, int blendtype, BlenderContext blenderContext) { in blendPixel()
137 …dHSV(int type, float[] materialRGB, float fac, float[] pixelColor, BlenderContext blenderContext) { in blendHSV()
DTextureBlenderLuminance.java33 …re, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext) { in blend()
122 …color, float textureIntensity, float textureFactor, int blendtype, BlenderContext blenderContext) { in blendPixel()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
DCurvesHelper.java63 …public List<Geometry> toCurve(Structure curveStructure, BlenderContext blenderContext) throws Blen… in toCurve()
218 BlenderContext blenderContext) throws BlenderFileException { in loadBezierCurve()
271 BlenderContext blenderContext) throws BlenderFileException { in loadNurb()
389 boolean smooth, BlenderContext blenderContext) { in applyBevelAndTaper()
545 …protected Curve loadTaperObject(Structure taperStructure, BlenderContext blenderContext) throws Bl… in loadTaperObject()
586 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) { in shouldBeLoaded()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
DMeshHelper.java98 …public List<Geometry> toMesh(Structure structure, BlenderContext blenderContext) throws BlenderFil… in toMesh()
483 …public List<byte[]> getVerticesColors(Structure meshStructure, BlenderContext blenderContext) thro… in getVerticesColors()
513 …private Vector3f[] getVertices(Structure meshStructure, BlenderContext blenderContext) throws Blen… in getVertices()
537 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) { in shouldBeLoaded()

123