Giter Club home page Giter Club logo

atomblend's People

Contributors

echus avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

basharbme

atomblend's Issues

No longer working in Blender 2.9?

I tried to install this add-on in the latest version of Blender but I can't find the panel that is supposed to appear. Is it possible this no longer works in the newer versions of blender and would you consider updating?

analysis/isosurface.py: get_frac returns None for values outside isorange

Raise error instead if this should never happen, otherwise the following happens when the user enters an invalid isorange:

Calculating voxelisation
Calculating isosurface for isorange [0.0, 1.0]
Traceback (most recent call last):
  File "/home/varvara/Blender/2.72/scripts/addons/AtomBlend/operators.py", line 288, in execute
    return opexec.analysis_isosurface_gen(self, context)
  File "/home/varvara/Blender/2.72/scripts/addons/AtomBlend/operatorexec.py", line 34, in analysis_isosurface_gen
    verts, faces = analysis.isosurface.generate(voxarray, isorange)
  File "/home/varvara/Blender/2.72/scripts/addons/AtomBlend/analysis/isosurface.py", line 26, in generate
    verts, faces = get_Lists(voxelarray, isorange)
  File "/home/varvara/Blender/2.72/scripts/addons/AtomBlend/analysis/isosurface.py", line 942, in get_Lists
    raw_faces = march(voxelvolume, isorange)
  File "/home/varvara/Blender/2.72/scripts/addons/AtomBlend/analysis/isosurface.py", line 874, in march
    e6= r1, c0 + _get_frac(v_coord[5], v_coord[6], isorange), d1
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.