Giter VIP home page Giter VIP logo

dublf_duviews's People

Contributors

nico-duduf avatar

Stargazers

 avatar

Watchers

 avatar  avatar

dublf_duviews's Issues

Error

image

How to fix this?

blender v : blender 2.82 (alpha)
OS : windows 10 Pro

thanks

Blender 2.81 breaks addon

bpy.context.scene.render.display_mode has moved into the user preferences, so the addon can't change it to "open new render window" mode, then change it back anymore.

Also, I'm not sure if the addon should be using one of the "temporary" windows anyway, since you can't open multiple of them because they reuse an existing temporary window.

bpy.ops.screen.area_dupli('INVOKE_DEFAULT')

Can be used to duplicate only the current area into a new, non-temporary window.
Then the area type of that permanent window can be changed as before.
It creates the window with the same dimensions as the area being copied - which can be a problem when used from the top bar Window menu, since that is very wide but not very tall.

I've found that the following

bpy.ops.screen.info_log_show('INVOKE_DEFAULT')
bpy.ops.screen.area_dupli('INVOKE_DEFAULT')
bpy.ops.wm.window_close()

creates/reuses a temporary window with a reasonable default size,
duplicates the info log into area into a new non-temporary window,
then closes the temporary window (for some reason - might be a race condition with respect to what the "current" window is).
Unfortunately it also remains tied to the workspace in the main window, so if you switch to say the animation workspace, it's possible the area you duplicated will change type.

Shader Editor button doesn't always open Shader Editor

For me, it sometimes opens an Animation Nodes Editor instead (a node view from an addon), and sometimes a Compositor view.

If I disable the animation node addon, it works -- not sure if this is their fault or not.
But it can be worked around by doing something like

if area.type == 'NODE_EDITOR':
    area.ui_type = 'ShaderNodeTree'

to always open a Shader Editor.

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.