Nelson Sylvest*r Fritsch

Results 11 comments of Nelson Sylvest*r Fritsch

> I have XCode 10, how do I deal with that? Just work from it, but only commit added resource files to git? I would say so

Additional idea: Default button should only appear if no other button is defined

@toomanydemons You might want to check out the Rigidbody-Bone addon: https://github.com/dskjal/Rigidbody-Bone It's behaviour is quite similar to JiggleArmature and also supports collisions

@typemytype Thanks for the snippet. Interestingly, there is no offset on Catalina when I run your code, but instead it's perfectly aligned: ![Bildschirmfoto 2020-07-01 um 00 47 34](https://user-images.githubusercontent.com/868447/86187239-9f66cb00-bb3b-11ea-9748-ccac4ab6fd4f.png) However, I...

Is there any possibility to get the dark VisualEffectViews working? I can trigger light vibrant windows by adding `self.w.blend = Group((0, 0, 0, 0), blendingMode='behindWindow')` Anyways since there is [https://github.com/typesupply/vanilla/blob/2d27b1fe7abfd94a3cc6d574efe804dfad1d4029/Lib/vanilla/vanillaGroup.py#L11](url)...

So, I've got that fixed by adding: ``` view = self.w visualEffectView = NSVisualEffectView.new() visualEffectView.setAutoresizingMask_(NSViewWidthSizable|NSViewHeightSizable) visualEffectView.setWantsLayer_(True) visualEffectView.setFrame_(frame) visualEffectView.setState_(NSVisualEffectStateActive) visualEffectView.setMaterial_(NSVisualEffectMaterialDark) visualEffectView.setBlendingMode_(NSVisualEffectBlendingModeBehindWindow) self.w._window.contentView().addSubview_positioned_relativeTo_(visualEffectView, NSWindowBelow, self.w) self.w._window.setTitlebarAppearsTransparent_(True) self.w._window.setStyleMask_(self.w._window.styleMask() | NSFullSizeContentViewWindowMask) appearance = NSAppearance.appearanceNamed_('NSAppearanceNameVibrantDark')...

@typemytype > a patch to support embedded Groups into a ScrollView > > https://gist.github.com/typemytype/c9ac5349183209a7d3e7 > > I can also implement this and send a pull request... Been 6 years, but...

This bug occurs also on normal windows and also if using setPosSize()

Just to make sure: macOS 10.12.6 My display settings aren't _negative_ on the second screen. ![bildschirmfoto 2018-12-28 um 21 14 17](https://user-images.githubusercontent.com/868447/50527138-b8c22d80-0ae6-11e9-9dba-1dfd4d583ab1.png) I was about to make an example gif and...