Jump to content

Terrifyer

Limited Member
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Terrifyer's Achievements

Newbie

Newbie (1/14)

  • Reacting Well
  • Conversation Starter
  • One Month Later
  • Week One Done

Recent Badges

0

Reputation

  1. I work as an exhibition stand designer, and to make my work easier, I used Xpresso to create a tool to make aluminum profile modular walls easily. It's composed of left and right columns, which may or not have doors, and a set of center columns, which is a column without doors in a linear cloner. Each column has three sets of glass sheets, one for he bottom, one for the middle and one for the top, each one is a cloner of the glass sheet and its own spider fitting aluminum part. There are some other things that I don't need to describe here but they make everything very complex. To manage this complexity created some groups of objects, each with its own Xpresso Tag and User Data, which is controlled by its parent Xpresso until the most top level in the hierarchy. With this last one I can control a lot of things, like the total amount of columns, the width of each column, the amount and the height of glass sheets, if the left and right columns will have doors, the visibility of different parts of the wall, and a lot more. This is an screenshot of that Xpresso modular wall: It works perfectly. The Problem is that when I need to use too much of those walls in a project the performance is heavily affected and when I move some object in the view port it takes a few seconds to update. My intention is to recreate this using Scene Nodes to have a performance boost. I already started to do that, and I like the results. This is how it looks so far: The results for my performance test were great. I could use a lot of those walls, each one with many columns and many glass sheets in each part, like int the bottom, the middle and the top. The performance is very good, because it doesn't matter how much cubes or cylinders I use the create each wall it will count as one object only. The problem is that in this Scene Nodes version is just the center columns, and to recreate all the options available in the Xpresso version I'll need to use a lot more inputs and nodes, but it's already very convoluted with all these lines going from the inputs to the nodes. I'm using Node Groups to hide some of the complexity, but that doesn't seem to be enough to make things more organized because the spaghetti of lines from the input are still there. Is there any other way to make things more organized inside Scene Nodes? I'm I missing something? Should I still insist in making this with Scene Nodes, or maybe I should learn how to make it as a Python Plugin, supposing it would be possible and it would not have performance issues?
×
×
  • Create New...