Jump to content

Marionette - Objects

99 files

  1. Voronoi Familiar Colorful Cubes

    This Marionette network uses a custom node, which implemented the pixel-based try and error code (I think there is no other way to create voronoi, is it?) from here https://en.wikipedia.org/wiki/Rosetta_Code
     
    Instead of Pixels it uses rectangles which were extruded in random height (ground height is different in every voronoi cell). And different full spectrum random colours (which would look much better with adapted colour design).
     
    Carefull playing around with values. Do not enter to high or to low values. Creating 843'135'013 extrudes, could take a while :-)

    128 downloads

       (0 reviews)

    0 comments

    Updated

  2. Vertical Blinds

    This Marionette Network generates vertical blinds.
    Nearly every part of the blinds can be modified by the parameters.
     
    Usage comments:
    - Put the Symbol 'Vertical Blind' into your drawing.
    - Now costumize it to your needs with the parameters in the object info palette:
     
    Total Length, Slat Height, Slat Width, Slat Angle and more
    (A Video will follow)
     
    - Finally you can define textures for parts of the slat by the generated classes:
     
    VerticalBlind-Slat
    VerticalBlind-Slat_Backing
    VerticalBlind-Rope
    VerticalBlind-Fixture
    VerticalBlind-String
    VerticalBlind-Beads
     
    Thanks to Dom for the PutByRefNode which made it a lot more easy.

    138 downloads

       (0 reviews)

    0 comments

    Submitted

  3. Marionette Triangulation

    A recent discussion with a coworker prompted the idea of populating a source shape with random triangulations - this is what has evolved.
     
    Notes:
    These objects require the Python libraries NumPy and SciPy to be installed to your computer. A prompt will appear when you modify any of the objects.
    These libraries will be installed to your User Library > Python Externals. It is 100% okay to delete these libraries at any time, the only thing that will happen is that networks that rely on those libraries will require you to download them again.
     
     

    200 downloads

       (1 review)

    0 comments

    Updated

  4. Bedroom Set

    This the first Marionette project I created. In this file is a bed that can be sized based off of a popup menu and textured as well as a simple night stand. 

    59 downloads

       (0 reviews)

    0 comments

    Updated

  5. recessed showcase

    This showcase can be inserted in walls. It works fine but ... Textures are wild animals. When you change one sometimes it changes all the others.

    Last the OIP is messy because ordering is not yet sufficiently secure to use, specially if you start using the object in a professional file.

    Be careful, this is a Marionette object RECORD often.

    63 downloads

       (1 review)

    0 comments

    Submitted

  6. Marionette Swivel CB

    Hey All,
     
    I've been trying to learn a bit more about Marionette scripting. I made this adjustable swivel cheesborough as one of my 1st exercises. You can rotate each half of the symbol with 2 sliders in the OIP. It is a symbol in the resource browser, and converts into a Marionette object upon insertion.
     
    Hopefully you all find it useful!

    256 downloads

       (1 review)

    0 comments

    Submitted

  7. 3D Window with 2D content, wall hole and stone curb

    Example of a 2D/3D Marionette PIO with a Custom Wall hole.
    The Geometry of the Window and the embrasure is based on a symbol. Also the 2D Drawing is based on a symbol. The Geometry is reshaped by the 2D and 3D Reshape node. So the Script itself is relatively slim.
     
    Replace the Geometry with everything else you can draw. Generic solids are recommended. Also you could script some additional geometry for window division while frame is parametrized by reshape node.
     
    This will go on. It took about 2 hours to draw the geometry and 2 hours to parametrize it. Impressive, how quick we can produce PIOs with Marionette based on that workflow.
     

    217 downloads

       (0 reviews)

    0 comments

    Submitted

  8. Room Screen

    Here is another Marionette Object with articulation. It is a simple room screen that has three panels with two hinge points. Each panel can be given an angle of anything between 0 and 90.

    83 downloads

       (0 reviews)

    0 comments

    Submitted

  9. Asterisk Wall Clock Object

    This is a Marionette object that is a wall clock. The time of the clock can be set by sliders in the OIP. The three pieces of the clock: the face, the hour hand, and the minute hand are all symbols that can be changed. The only important aspect of the symbols is that the XZ value of the insertion point for all the symbols be at the center of rotation and the Y value be relative to the clock face.

    37 downloads

       (0 reviews)

    0 comments

    Submitted

  10. Change Multiple Values with Popup

    This object is a result of working with @TSG-Sim on a challenge where a popup was to control both the color of an object as well as text.
    The method behind this is to combine smaller lists into a larger list to easily distribute the values. I used a Point 2D node in this example, but you could use any other list handling that you would like.

    109 downloads

       (0 reviews)

    0 comments

    Updated

  11. Marionette Faceted Facade

    This object will create 3D polys with random peaks to display a faceted facade.
     
    This object requires the installation of Python libraries Numpy and Scipy. If these do not already exist in [User Folder]/Python Externals, you will be prompted with a dialog to install them.

    348 downloads

       (0 reviews)

    0 comments

    Updated

  12. Light Mesh Rame

    Hi, been playing with old networks and noticed that this can create a mesh frame for lights. Adjust the number of rings, verticals and the sizes of all.
    You could also leave the surface and make it a transparent material.

    131 downloads

       (0 reviews)

    0 comments

    Submitted

  13. Truss with parametric length

    This Example shows, hot to have a any (complex as you want) geometry with a parametric length (available by the yards). 
    The Geometry was not modeled and parameterized in the script. But this is the advantage which this example shows. So take every geometry (import files etc) and just "cut" the length you need. Thats how this script works. It cuts away from a maximal part length (input as symbol) to the length you need.
     
    You can make an own symbol and rename the symbol input of the script. The Symbol cross-section now is limited to one meter. You can edit the script and increase this if necessary.
     
    Or look at this, with this method, you can model frame and installation plate in your script. The "fill" you can make with the method of this example script. 
     

     
     

    139 downloads

       (0 reviews)

    0 comments

    Updated

  14. Label_From_Worksheet.vwx

    More powerful, than a database or text application.
    A Vectorworks integrated label-script-example with Marionette. The attached example shows how to import address data from a worksheet (could be other data and sources) and additionally places  symbol beside the address. The power of Vectorworks and Marionette allows us to put everything you like dynamically on that labels. As example sort by male and female names (if possibly :-) and generate a individual pictures. Just infinite possibilities.
     
     

    178 downloads

       (0 reviews)

    0 comments

    Updated

  15. Gothic arch and more

    This arch is fully changeable from gothic to tunnel.
    You can decide the amount of blocks the high and the width.
     
    By playing in the OIP strange structures can easily be made.

    103 downloads

       (0 reviews)

    0 comments

    Updated

  16. Flat showcase

    Second type of showcase
    Used to put objects with a flat cover on top. By changing the width of the wood you are able to put labels behind the glass.
    This version does not include recessed lights places bellow the wood.



    50 downloads

       (1 review)

    0 comments

    Submitted

  17. Plinth showcase

    This object is made to simplify life of designers. You can change all the values and see the result immediately, leading to the perfect size against the shown art piece.

    If anyone has an idea to put the textures parameters in the texture OIP…

    65 downloads

       (0 reviews)

    0 comments

    Submitted

  18. Projector

    Hi, render in fast renderworks. Projects an image onto the wall.
    The network creates a spotlight inside a box and places an image on a poly screen and projects the image to the wall beyond.

    129 downloads

       (0 reviews)

    0 comments

    Submitted

  19. Fibonacci Sphere

    Hi found this node going through my library and had a bit of random fun with it.
    Dale Fugier created the node back in Dec 2014

    96 downloads

       (0 reviews)

    0 comments

    Submitted

  20. Swimming Pool by Marionette

    Hi attached are a few different ways to do pools. The last 2 are freeform in plan. One has a shape and the other control geometry. With the control geometry its on a separate class, if its on it shows upside down. will need to fix. But gives you ideas how to create these. If you lose the textures just reset them. Also adjusted the oval node similar to the Rectangle so you can select the centre easily.

    96 downloads

       (0 reviews)

    0 comments

    Submitted

  21. Center Text on Object

    This circle object will center text on it. Easily modifiable to use your own custom text, currently will place the coordinates of its center.

    79 downloads

       (0 reviews)

    0 comments

    Submitted

  22. Quick House Models

    In the attached file there is a network that creates a domestic house with the roofs, walls, slab and gutters all from one polygon.
    Could be good for roughing up concept models for a village.

    Play with the polygons and make your own shapes. You can alter the roof pitch, overhangs and wall and slab styles.

    Import a wall or slab style into your resource browser and copy to the appropriate name node.

    Enjoy.
     
     

    214 downloads

       (0 reviews)

    0 comments

    Updated

  23. Threaded Bolt

    Attached is a Marionette Object of a threaded bolt, still in progress.

    Current "NumThreads" must be >0 and <=10, or you will get a failure. This will be fixed (and later removed and replaced with overall length). Fractional values should work.

    There is much more ahead on this, but I figured sharing now and allowing the community to play with it/improve on it could be beneficial.

    I will update the variables as I go to follow standard dimensioning of threaded objects, I just haven't gotten around to the math in some areas (such as major diameter, etc.)

    It will also later include a head, since that's obviously not there

    69 downloads

       (0 reviews)

    0 comments

    Submitted

  24. Amazing Curtain Walls

    Have posted a video about the office building concept created by just 5 polygons and described how the network works.

    So simple, this is where Marionette comes into its own for me anyways.
     
     

    164 downloads

       (0 reviews)

    0 comments

    Submitted


×
×
  • Create New...