Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -129,7 +129,6 @@ namespace EMotionFX
|
||||
if (behaviorContext)
|
||||
{
|
||||
behaviorContext->EBus<ActorComponentRequestBus>("ActorComponentRequestBus")
|
||||
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::Preview)
|
||||
->Event("GetJointIndexByName", &ActorComponentRequestBus::Events::GetJointIndexByName)
|
||||
->Event("GetJointTransform", &ActorComponentRequestBus::Events::GetJointTransform)
|
||||
->Event("AttachToEntity", &ActorComponentRequestBus::Events::AttachToEntity)
|
||||
|
||||
@@ -509,7 +509,6 @@ namespace EMotionFX
|
||||
if (auto behaviorContext = azrtti_cast<AZ::BehaviorContext*>(context))
|
||||
{
|
||||
behaviorContext->EBus<EMotionFX::Integration::AnimAudioComponentRequestBus>("AnimAudioComponentRequestBus")
|
||||
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::ExcludeFlags::Preview)
|
||||
->Attribute(AZ::Script::Attributes::Category, "Animation")
|
||||
->Event("AddTriggerEvent", &AnimAudioComponentRequestBus::Events::AddTriggerEvent)
|
||||
->Event("ClearTriggerEvents", &AnimAudioComponentRequestBus::Events::ClearTriggerEvents)
|
||||
|
||||
@@ -144,7 +144,6 @@ namespace EMotionFX
|
||||
behaviorContext->Constant("InvalidParameterIndex", BehaviorConstant(static_cast<AZ::u32>(MCORE_INVALIDINDEX32)));
|
||||
|
||||
behaviorContext->EBus<AnimGraphComponentRequestBus>("AnimGraphComponentRequestBus")
|
||||
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::Preview)
|
||||
// General API
|
||||
->Event("FindParameterIndex", &AnimGraphComponentRequestBus::Events::FindParameterIndex)
|
||||
->Event("FindParameterName", &AnimGraphComponentRequestBus::Events::FindParameterName)
|
||||
@@ -192,7 +191,6 @@ namespace EMotionFX
|
||||
;
|
||||
|
||||
behaviorContext->EBus<AnimGraphComponentNetworkRequestBus>("AnimGraphComponentNetworkRequestBus")
|
||||
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::ExcludeFlags::Preview)
|
||||
->Attribute(AZ::Script::Attributes::Category, "Animation")
|
||||
->Event("IsAssetReady", &AnimGraphComponentNetworkRequestBus::Events::IsAssetReady)
|
||||
->Event("HasSnapshot", &AnimGraphComponentNetworkRequestBus::Events::HasSnapshot)
|
||||
@@ -451,7 +449,6 @@ namespace EMotionFX
|
||||
AnimGraphInstancePostCreate();
|
||||
|
||||
// Apply parameter defaults.
|
||||
EMotionFX::AnimGraph* animGraph = cfg.m_animGraphAsset.Get()->GetAnimGraph();
|
||||
for (AZ::ScriptProperty* parameter : cfg.m_parameterDefaults.m_parameters)
|
||||
{
|
||||
const char* paramName = parameter->m_name.c_str();
|
||||
|
||||
@@ -84,7 +84,6 @@ namespace EMotionFX
|
||||
if (behaviorContext)
|
||||
{
|
||||
behaviorContext->EBus<SimpleMotionComponentRequestBus>("SimpleMotionComponentRequestBus")
|
||||
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::Preview)
|
||||
->Event("LoopMotion", &SimpleMotionComponentRequestBus::Events::LoopMotion)
|
||||
->Event("GetLoopMotion", &SimpleMotionComponentRequestBus::Events::GetLoopMotion)
|
||||
->Attribute("Hidden", AZ::Edit::Attributes::PropertyHidden)
|
||||
|
||||
Reference in New Issue
Block a user