• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • ray

      [ANSWERED] ​Convert projector position to minutes and seconds
      How To... ? • • ray

      5
      0
      Votes
      5
      Posts
      138
      Views

      ray

      @michel

      Ok,makes sense. We should get together for a beer sometime but not so many as last time! Got a new studio and its the best I've ever had.

    • Z

      Pythoner: problem with numpy 2.5.2 on mac M1 with/-out Rosetta
      Troubleshooting and Bug Reports • • zimt

      4
      0
      Votes
      4
      Posts
      120
      Views

      DusX

      @zimt said:

      is there a reason to run it in Rosetta ?

       The only real reason to run Isadora in Rosetta mode is to use the 'OpenNI Tracker' actor which is EOL.
      The core libraries used for the OpenNI tracker, haven't been and will not be updated for use with Apple Arm processors, so the OpenNI Tracker can't be updated either unfortunately.

      @zimt said:

      is there a way to make numpy and openNI work in ARM mode?

      Maybe, this configuration isn't tested. You may be able to install a python virtual environment via terminal forcing the process to run under x86_64.
      That will give you an 'intel' version of Python, and if the version is exact (it is 3.12.10 currently) Isadora (running under Rosetta) may be able to use it, and when you install the required modules via PIP, you could use something like: 

      arch -x86_64 /path/to/python3 -m pip install --only-binary=:all: numpy==2.5.2

      to force the intel version of numpy to be installed.

      ...As I said, this is untested, and definitely a more advanced install/config. I would avoid it to be honest.

    • craigw

      [ANSWERED] Bin Picker
      How To... ? • • craigw

      3
      1
      Votes
      3
      Posts
      61
      Views

      Woland

      @craigw said:

      I used to be able to have a Videos and Pictures Tab at the top of the bin picker.

      I don't think this was ever possible. I tried with 3.2.6 and 4.0.0 and it wasn't do-able in either of those.

      It also wouldn't make sense functionality-wise because then the same Control ID would be used by Picture Players and Movie Players, but they use different kinds of media and those media have different index numbers that don't matter to the other kind of Player actor.