Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't see the field modifications #15

Open
otite opened this issue Oct 1, 2019 · 1 comment
Open

Can't see the field modifications #15

otite opened this issue Oct 1, 2019 · 1 comment

Comments

@otite
Copy link

otite commented Oct 1, 2019

Hi there,
I can't see the field being modified by the force fields, when exporting all vectors are zero.
But the particles are affected by the forces fields.
I have no idea where to look...
Sorry if it's not the best place too look for help :)

@otite otite changed the title Can't see the field mofications Can't see the field modifications Oct 1, 2019
@kkaja123
Copy link

kkaja123 commented Nov 18, 2019

I'm assuming your issue has to do with the error that is displayed when trying to display the vector lines and exporting the vector field .fga? As a quick-fix, you'll have to edit the files of the plugin. To do so, navigate to the installed location of the plugin.

To fix the display vector command.
vf_editor.py; line 477:

        # temploc = volmesh.parent.location  # Broken code.
        temploc = volmesh.location

To fix the .fga export error.
vf_io.py; line 120:

      # offsetvect = exportvol.parent.location  # Broken code.
      offsetvect = exportvol.location

@isathar I'm not sure why the volume objects have parent set to NoneType, but getting the location directly from the volume seems to work (at least on my initial attempts, I haven't looked further into this).

Edit: note that in order to see the changes to an addon reflected in Blender, the application must be restarted. After restarting Blender, no further steps need to be taken and you should be able to view the calculated velocities and export the .fga file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants