Home
last modified time | relevance | path

Searched refs:fx_index (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/object/
H A Dobject_shader_fx.c219 int fx_index = BLI_findindex(&ob->shader_fx, fx); in ED_object_shaderfx_move_to_index() local
220 BLI_assert(fx_index != -1); in ED_object_shaderfx_move_to_index()
221 if (fx_index < index) { in ED_object_shaderfx_move_to_index()
223 for (; fx_index < index; fx_index++) { in ED_object_shaderfx_move_to_index()
231 for (; fx_index > index; fx_index--) { in ED_object_shaderfx_move_to_index()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz4.6/
H A Dcasm_node.h215 int fx_index; member
276 int fx_index; member
286 int fx_index; member
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DFx.cpp737 int fx_index, start_time, max_lapse; in ReadFromSnapshot() local
741 fx_index = gameLocal.ClientRemapDecl( DECL_FX, msg.ReadInt() ); in ReadFromSnapshot()
744 if ( fx_index != -1 && start_time > 0 && !fxEffect && started < 0 ) { in ReadFromSnapshot()
751 …const idDeclFX *fx = static_cast<const idDeclFX *>( declManager->DeclByIndex( DECL_FX, fx_index ) … in ReadFromSnapshot()
753 gameLocal.Error( "FX at index %d not found", fx_index ); in ReadFromSnapshot()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/
H A DFx.cpp767 int fx_index, start_time, max_lapse; in ReadFromSnapshot() local
771 fx_index = gameLocal.ClientRemapDecl( DECL_FX, msg.ReadInt() ); in ReadFromSnapshot()
774 if ( fx_index != -1 && start_time > 0 && !fxEffect && started < 0 ) { in ReadFromSnapshot()
781 …const idDeclFX *fx = static_cast<const idDeclFX *>( declManager->DeclByIndex( DECL_FX, fx_index ) … in ReadFromSnapshot()
783 gameLocal.Error( "FX at index %d not found", fx_index ); in ReadFromSnapshot()