Git Product home page Git Product logo

Comments (6)

ionthedev avatar ionthedev commented on September 26, 2024 7

I have been able to replicate the issue. Currently investigating

from resprytile.

Taron686 avatar Taron686 commented on September 26, 2024 2

for those who are interested, the override withbpy.ops.sprytile.gui_win(override_context, 'INVOKE_REGION_WIN')is no longer possible when switching to 4.0 , with the change below it will run further, but then the next Problem will start

area=override_context['area']
space_data=override_context['space_data']
region=override_context['region']
with bpy.context.temp_override(area=area,space_data=space_data,region=region):
        bpy.ops.sprytile.gui_win('INVOKE_REGION_WIN')

maybe it's just a problem with my installation, but with 4.0 the bgl function are all None, so the code has to be rewritten towards gpu

from resprytile.

Taron686 avatar Taron686 commented on September 26, 2024 1

I made a fork and created a release, there are probably still a lot of bugs, but Sprytile starts at least

from resprytile.

darltrash avatar darltrash commented on September 26, 2024

Any updates?

from resprytile.

Kaffeebohnson avatar Kaffeebohnson commented on September 26, 2024

Any updates on the missing Tile Selector? I am on Blender 3.6 and it also disappeared. I can't get it to show back up.

from resprytile.

ionthedev avatar ionthedev commented on September 26, 2024

@Taron686 did a great job making it work with Blender 4.X, Merged and Closed

https://github.com/ionthedev/ReSprytile/releases/tag/1.0.2

from resprytile.

Related Issues (20)

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.