EnviralDesign / GeoPix

GeoPix is a free and open source real-time lighting control and previz software. It's built in TouchDesigner, with a workflow and UI/UX inspired by 3d animation software.
http://www.geopix.io/
MIT License
312 stars 23 forks source link

Cannot move 3D view #44

Closed gwh14 closed 3 years ago

gwh14 commented 3 years ago

Describe the bug

Log current ======= Newest Errors at the Top ======= SOURCE: COMP : 3 : /UberGui/CustomFixtureEditor/container_Channels ERROR: (1) TypeError: float() argument must be a string or a number, not 'NoneType' Context:(Parameter: Offset)

SOURCE: COMP : 3 : /UberGui/UiMapper/Body/Drivers/driverMaps/driverPoolScrollable/container1_template ERROR: (9) TypeError: float() argument must be a string or a number, not 'NoneType' Context:(Parameter: Background Color)

To Reproduce 1.When I open the software, I can't remove the 3D view,I cannot zoom, move, rotate objects. Expected behavior A clear and concise description of what you expected to happen. 捕获

EnviralDesign commented 3 years ago

I haven't been able to recreate this issue. Do you see any python import errors in the Python Diagnostics? image

Also, when you hold alt, and try to nav camera, do you see any new errors pop up in the System Errors tab? The two errors you linked should not relate to camera movement in the main Viewport.

gwh14 commented 3 years ago

Thank you for your help.I found the problem,Because the Network interception,when I install pythen Files,some files was installed failed that caused I can't move 3d view.At the same time,I have the another question that how to play the music in the movie.I want the lights to flash with the music, but I can't play music to the device. Here are some of my settings. I'm not sure if it's my settings. problem . micro 捕获 preference

EnviralDesign commented 3 years ago

You are correct, there was a bug in the audio sampler from an earlier fix I made somewhere else. This has been fixed in the latest, thanks for the report!

gwh14 commented 3 years ago

Your software is very creative. It solves many problems caused by my direct use of touchdesigner to design lights. In addition, I have a suggestion: geopix needs to download some Python files when it is started for the first time, but it is easy to fail due to the network firewall in some countries.I hope to provide the. Py folder directly in future updates, so as to avoid many hard to find errors.