SpectralVectors

Results 29 comments of SpectralVectors

Hi Potato, it looks like you're in the Shader Node Editor, MindMapper is actually a custom Node **Editor** type, not a custom **Node** type, so, to access it you have...

Hi, the addon currently uses Ctypes (python library) to fake a right mouse press using Win dll. I'm not sure if Ctypes supports Mac/Linux, but it might be possible to...

Hi guategeek, I will try to help: 1 - I couldn't get ernestp's to work either 2 - Whitebox looks like it's implementing the old way I used to do...

Yes, unfortunately, for the moment. If you know how to replace the windll calls with appropriate calls for Linux, then I can merge your code, but I've only recently started...

Very interesting, I had to call a 'fake' right mouse click because the right mouse release event wasn't being detected, but apparently that's just a Windows issue! Lol, I haven't...

I'm not sure about how to implement this one, my addon is essentially just a wrapper for Blender's Walk Navigation, so to do what you're suggesting you might have to...

Hi, unfortunately these are known issues, and I thought that I had addressed them, but clearly they have persisted through multiple versions. I have narrowed it down to the keymap...

@staticanimal @nurb2kea @Ares9323 I have created a new release that I believe fixes all the above issues: https://github.com/SpectralVectors/RightMouseNavigation/releases/tag/keymap-fix-release Of course, I've thought that before, so I'm leaving the issue open...

@Ares9323 Sure, that sounds like a really good idea, it is a little frustrating that you can't just open those files with Blender, but you have to open Blender and...

Lol, thanks, I didn't realize that I made myself so hard to track down! That's great to hear, I think I might need to tweak it a little if I...