Maya Virus Remover (Vaccine Virus)

A tool that will remove the system virus (Vaccine virus) from your maya installation preferences.

Installation

The tool already is equipped with all the needed dependencies, all you need to do is copy the tool’s folder (virusremover) inside C:\Users\[user]\Documents\maya\[version]\scripts then to run the tool inside the maya env, what you could do is create a shelve button containing this code below:

from imp import reload
import virusremover.virus_remover as vremover
reload(vremover)

window = vremover.main()

Create a button for it and name it whatever you want with the properties it has on the shelf.

Untitled

Virus Remover Window

Untitled

Untitled

How to Use?

Simply just press Scan then if it detects a virus (either a file or a line of code) it’ll prompt you to resolve the virus issue

Untitled