Home Technical Talk
The BRAWL² Tournament Challenge has been announced!

It starts May 12, and ends Sept 12. Let's see what you got!

https://polycount.com/discussion/237047/the-brawl²-tournament

deleting particle view

polycounter lvl 20
Offline / Send Message
dejawolf polycounter lvl 20
particle view shows up in files i export from 3ds max, and gets imported when i xref objects,
but i can't delete it.
i've tried selecting it through maxscript, but no luck.
and delete doesn't work either.
it just tells me "error loading particle view" then opens it anyways.

Replies

  • dejawolf
    Offline / Send Message
    dejawolf polycounter lvl 20
    oh wait. clever. had to write:
    delete $'btn_particle_view_01'
  • KikiAlex
    Offline / Send Message
    KikiAlex polycounter lvl 18
    1. macroScript Delete_particle_flow
    2. category:"Alex_tools"
    3. toolTip:""
    4. (
    5. fn curata_pflow =
    6.  
    7. (
    8. clase_de_particula = #(Particle_View,PFEngine,PF_Source,RenderParticles,Event,Birth,DisplayParticles,ParticleGroup,Event,Birth_Script,ParticleGroup,DeleteParticles,Force,Keep_Apart,mapping,Material_Dynamic,Material_Frequency,Material_Static,Position_Icon,Position_Object,rotation,ScaleParticles,Script_Operator,ShapeStandard,Shape_Facing,Shape_Instance,Shape_Mark,speed,SpeedByIcon,Speed_By_Surface,spin,Age_Test,Collision,Collision_Spawn,Find_Target,Go_To_Rotation,Scale_Test,Script_Test,Send_Out,Spawn,Speed_Test,Split_Amount,Split_Selected,Split_Source,Cache,Notes,Render,Birth)
    9. for i in objects do
    10. (
    11. if ((findItem clase_de_particula (classof i)) != 0) do
    12. (
    13. delete i
    14. )
    15. )
    16. )
    17.  
    18.  
    19. curata_pflow()
    20. )
  • olmstead007
    Creating scene, create box. Merge scene(Box) with your bloated scene, uncheck everything except Geometry. Merge done, delete Box. Save
Sign In or Register to comment.