[LYN-3457] Removed the LensFlareEditor.
This commit is contained in:
@@ -163,7 +163,7 @@ struct IVariable
|
||||
DT_LIGHT_ANIMATION, // Light Animation Node in the global Light Animation Set
|
||||
DT_PARTICLE_EFFECT,
|
||||
DT_GEOM_CACHE, // Geometry cache
|
||||
DT_FLARE,
|
||||
DT_DEPRECATED, // formerly DT_FLARE
|
||||
DT_AUDIO_TRIGGER,
|
||||
DT_AUDIO_SWITCH,
|
||||
DT_AUDIO_SWITCH_STATE,
|
||||
|
||||
@@ -58,7 +58,6 @@ namespace Prop
|
||||
{ IVariable::DT_USERITEMCB, "User", ePropertyUser, -1 },
|
||||
{ IVariable::DT_SEQUENCE_ID, "SequenceId", ePropertySequenceId, -1 },
|
||||
{ IVariable::DT_LIGHT_ANIMATION, "LightAnimation", ePropertyLightAnimation, -1 },
|
||||
{ IVariable::DT_FLARE, "Flare", ePropertyFlare, 7 },
|
||||
{ IVariable::DT_PARTICLE_EFFECT, "ParticleEffect", ePropertyParticleName, 3 },
|
||||
{ IVariable::DT_GEOM_CACHE, "Geometry Cache", ePropertyGeomCache, 5 },
|
||||
{ IVariable::DT_AUDIO_TRIGGER, "Audio Trigger", ePropertyAudioTrigger, 6 },
|
||||
|
||||
@@ -50,7 +50,7 @@ enum PropertyType
|
||||
ePropertyUser,
|
||||
ePropertySequenceId,
|
||||
ePropertyLightAnimation,
|
||||
ePropertyFlare,
|
||||
ePropertyDeprecated1, // formerly ePropertyFlare
|
||||
ePropertyParticleName,
|
||||
ePropertyGeomCache,
|
||||
ePropertyAudioTrigger,
|
||||
|
||||
Reference in New Issue
Block a user