« Posts tagged flower

[R&D] Maya Wine Cart – Modeling Progress

I’ve started a new piece to ring in the new year and with it comes some fun stuff to learn. I was searching for a nice scene to model when I came across a shot (bottom of post) on Pinterest courtesy of https://ruffledblog.com/ (https://ruffledblog NULL.com/). Below are shots of the first modeling pass. When putting a scene together I like to follow the order of: model, light, texture, render. I’ve roughed in several of the models so far and have one of the two types of flowers complete. Everything in the scene is pretty straight forward with the flowers and vines taking up the bulk of the time. The filigred steel around the cart was done by drawing out CV curves and then extruding a nurbs circle along their path. After the extrusion is complete I convert the nurbs tube to a polygon and then model a cap on each end.
WineCartModelShotA (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2018/01/WineCartModelShotA NULL.jpg)

The icecream was an interesting surface to try and capture. I ended up stumbling on a technique by Andre Caputo (https://www NULL.youtube NULL.com/watch?v=5hqBqzncVdw&t=48s) on Youtube for Modo. There is nothing special about the tools used to achieve the final goal so I was able to copy the technique in ZBrush. I’m not entirely happy with my results on the first pass so I will do another when time permits.
WineCartModelShotD (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2018/01/WineCartModelShotD NULL.jpg)

The scene I chose has grass covering the ground and I’ve honestly never scattered objects in Maya. To achieve the scattering of the grass across the shot I used Maya’s system MASH (https://knowledge NULL.autodesk NULL.com/support/maya/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/Maya/files/GUID-5F45C398-D87D-424E-9F00-51D9FAB5A40B-htm NULL.html). I was really impressed by how fast and easy it was to get things up and running. I modeled a single patch of grass and then wrote some simple expressions in MASH to vary the size and positioning. I know as soon as a lot of you read “expression” you freak out and think “this is beyond me”. It’s not! A friend of mine pointed me to a simple primer and within 30 minutes I had things up and running. If you want the full rundown of MASH (of course you do) check out this tutorial (https://www NULL.youtube NULL.com/watch?v=6a7303eCTHI). It’s long, but thorough. For my purposes the grass I created should be a little lower poly, but as a first pass it will do.
WineCartModelShotC (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2018/01/WineCartModelShotC NULL.jpg)

I always like modeling objects from nature as I find the process both creative and freeing. When modeling mechanical objects you can really get hung up on your reference. I find this isn’t the case with a lot of organic assets. The flowers in the scene are Freesia (https://en NULL.wikipedia NULL.org/wiki/Freesia). There is also a yellow flower which I have yet to identify. I’ve modeled four different variations of the Freesia and that should be more than enough. My next step is to place them in the scene. As far as the stems go I’m going to wait until I have the placement of the flowers finalized then I will create the stems. This way I can have a single stem run up to several flowers. If I was to do this in reverse I would have to remodel the stems every time I changed the placement of the flower heads.
WineCartModelShotB (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2018/01/WineCartModelShotB NULL.jpg)

The end goal of this project is just to be a still shot, I’m not planning any animation. If I was to add any it would be a simple camera push. I’ve got a VRay sun node lighting the scene which is a nice change due to its simplicity. My last scene was indoors and had many many lights of varying temperatures and types. Below are two of the shots I found on https://ruffledblog.com/ (https://ruffledblog NULL.com/) that I’m basing the scene on. I’m about two thirds of the way done the modeling and when I finish I will make a follow up post. As always if you have any questions don’t be afraid to ask as I love to help others when I can :)
WineCartModelShotE (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2018/01/WineCartModelShotE NULL.jpg)

Flower Stem Rig

flower bent by dynamic hair deformation

I had problems. I talked to people. I now have less problems. This is generally how I like my troubleshooting to go. The last problem I had with my project was getting the animation deformers at the top of the flower to follow the stem when I bent it. In newer versions of Maya (2011+) there is a constraint type “point on poly”. This worked quite well. I grouped the flower head along with all its deformers and then parented that group to the top center vertex of the stem’s poly cylinder. One problem down, about a dozen more to go. I don’t mind running into walls, not being able to climb them is a different story :P

grouped Deformers following vertex modified geometry (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2011/07/stembend NULL.jpg)

My next challenge was getting the stem to grow and take the flower head with it. There was a few different ways I could have approached this. While figuring this problem out I had to keep in mind that the stem might be bending and curving while growing. At first I thought I could just increase the scale of the stem, but as the stem got bigger and the bend modifier curve grew larger the mesh started to lose shape because it’s resolution was too low. A quick Google search came up with a video (http://vimeo NULL.com/7420996) on how to rig a vine by Jordan Blit. In this video Jordan hooks up a simple connection between the vine’s “Y scale” and a “poly split ring” node’s “divisions” attribute. This seems to be a terrific way to grow the stem and maintain its shape no matter the length. There are a few other things Jordan sets up to make this error-proof and you should definitely check it out. I should mention that your construction history must be kept intact for this to work. If you clear your history the connection to the “poly split ring” node will be broken. When finished I added a constant variable via Mathematic Nodes Mental Ray (http://www NULL.creativecrash NULL.com/maya/downloads/scripts-plugins/rendering/other-renderers/c/mathematic-nodes-mentalray-support---2) plugin that multiplies the divisions by 2. This gives us a higher resolution mesh. Terrific :D Our stem now grows and deforms to our bend modifier, plus we’ve given ourselves a “hook” to grab via our math constant to increase our mesh resolution. Now I need to set up our stem so it can be affected by dynamic forces.

flower stem's "y scale" relationship with the poly split ring" node (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2011/07/stemscale NULL.jpg)

A friend and fellow 3D student mentioned rigging the stem up with a skeleton and using IK handles. He pointed me to this video (http://vimeo NULL.com/6044700) by Alex Villabon. In this video Alex gives a grass mesh a simple joint chain and then uses a Maya hair to deform the skeleton, which indirectly animates the mesh. I liked this method, but I didn’t want to use any joints in my flower rig. Keeping the rig “light” was important given the possible amount of flowers in my scene. Instead of controlling the stem indirectly with a joint chain I decided to make the hair directly control the stem by making the hair a “wire deformer’. A wire deformer is a curve which shapes the geometry it’s parented to. You can alter your curve and watch the geometry conform to its shape. This works out well because the hair is inherently affected by dynamics and it will control the shape of our stem. Now that the stem is set up correctly I have to start on the animation for the flower head. It has to transition from a bud into a fully bloomed flower.

flower bent by dynamic hair deformation (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2011/07/flowerhair NULL.jpg)

At this point I still don’t know whether I want to use blend shapes or modifiers to animate the bud opening. I’m thinking blend shapes might be overkill as the bud is really just a sphere with 5 sections that peel back to let the flowers petals grow out. What do you guys think? In case anyone is interested I have started a thread (http://forums NULL.cgsociety NULL.org/showthread NULL.php?f=88&t=989384) regarding this project over at CG Society (http://www NULL.cgsociety NULL.org/).

Here are links to the videos and plug-ins I mentioned throughout the post.

Alex Villabon
Animate Joints With Maya Hair (http://vimeo NULL.com/6044700)

Jordan Blit
Growing Vine Rig (http://vimeo NULL.com/7420996)

Creative Crash
Mathematic Nodes Mental Ray (http://www NULL.creativecrash NULL.com/maya/downloads/scripts-plugins/rendering/other-renderers/c/mathematic-nodes-mentalray-support---2)

Flower Update

Flower with bend modifier applied

So everything was going as expected. All was well in the land of flowers and Maya… well almost. I’ve run into a snag when it comes to bending the flower. My non-linear bend modifier controlling the stem don’t seem to be moving the rest of the modifiers associated with the petals and filaments. Only the geometry of the petals and filaments is moved. I have tried all sorts of different parenting and grouping methods. Nothing seems to make the modifiers move. I think that when moving objects with modifiers Maya doesn’t register the geometry moving in the same was as if you translated it. Since the translate is not updated the parenting structures seem to be of no use. The modifiers just say in place. Quite frustrating if you ask me.

I’m looking into parenting the modifiers to a vertex or face. I quickly came across this plugin: DJ Rivet (http://www NULL.djx NULL.com NULL.au/blog/2006/11/11/djrivetmel/). DJ Rivet creates a hair follicle and parents the follicle to a geometry face. It then parents your object to the hair follicle. This plugin looks to be exactly what I need, but I am having 2 problems with it. One; it doesn’t want to install properly for me. When I got to load the plugin it doesn’t show up in Maya 2011. I have placed it in the bin/plugins directory where all the other plugins are, but it doesn’t show up in the plugin list in Maya. Two; it has been said by a few people that this tool doesn’t parent well to geometry that is being deformed :(

I might have to write a custom script for this. I’ve never done that before and it’s actually a little daunting. I figure I can track the position of a face on the stem by averaging the world position of the 4 verts surrounding that face. I can then grab that faces normal orientation and use it to set the rotation of the grouped deformers. As long as the face referenced is one from the top cap of the stem cylinder I’m thinking this should work. Consequently if anyone knows a far easier way, or a script that’s already been developed please let me know. To better visualize the problem here are three pictures showing the static flower, the bend flower and the deformers themselves.

Flower unbent (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2011/06/flower_static NULL.jpg)

 

Flower deformers (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2011/06/flower_deformer NULL.jpg)

 

Flower with bend modifier applied (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2011/06/flower_bend NULL.jpg)

 

I think now is a good time to take a break from the rigging side of things and concentrate on the materials. I always like to switch gears when I become frustrated with a project. This way I can keep making progress without deterring myself from continuing on. For now I think I will just model a branch and manually place the flowers along it. When that is done I will get back to setting up the modifiers properly.

As always any comments, critiques or recipes for the best summer cocktails are appreciated :D

Flower Power

Flower geometry with non-linear bend modifiers

Hello. There’s been a little bit of a transition lately as I’ve moved to a new apartment and wow am I happy to be back in Osbourne Village. If you don’t have a car this is the best place to live in the entire city IMO. There are so many shops and I’m a five minute walk away from Safeway. On top of all of that my new bus to work takes 25 minutes and it’s an express. WUT! I’m almost entirely unpacked, but the most important part of the move (my computer :D ) is all setup and ready to go. I’ve wanted to do some kind of flower render for a long time and now I’m just getting one under way. I really like taking pictures of plants and flowers wherever I go and when I went to Nice a few years back I snapped a plethora of shots for inspiration. Here are a few thumbs.

Flower thumbs (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2011/06/flowers NULL.jpg)

I’ve modeled the main flower so far, but I still have to do the branch and buds. My plan is to model one flower and hook the petals and filament up to non-linear Bend modifiers. The petals have one running vertical as well as horizontal. This way I can control the petals cup shape on the fly. After I model one complete flower I will group the objects that make up the flower and then apply “Duplicate-Special” to the group and check the “duplicate input graph” section of the option box. If you don’t do this the non linear modifiers will duplicate, but they won’t control the duplicated geometry. The next part of this project is to animate the flower growing. These bend modifiers will help me control the movement and shape of each element through the diffrent stages of growth. If you’ve never used modifiers before they are located in the Animation menu set under Animation < Create Deformers < Non-Linear < TypeX. Each modifier has unique controls that are dependant on the type of modifier. A “‘Bend” modifier has a curve attribute as well as standard controls to extend or lessen influence of the modifier. A modifier such as “Sine” will have attributes such as frequency, which you would expect from a wave based tool. All of the modifiers are curves who’s shape modify the geometry much like a lattice (http://caad NULL.arch NULL.ethz NULL.ch/info/maya/manual/UserGuide/CharSetup/DeformLattice NULL.fm3 NULL.html). In fact pairing these tools can give you some great control over your objects and their animation. The only drawback to this method seems to be the duplication.

The only way I can duplicate the geometry and keep the modifiers working is to make the duplicates instanced copies of the original flower group. An instanced copy of an object references the source object for all properties, essentially becoming a copy cat object. This means when you pull on one of the bend modifiers it will control the same part of each instanced flower in the exact same way. I’d like to sprinkle some randomization into this, but I’m not sure how to at this point. Posted below are a few in progress shots of the flower with some of the non-linear modifiers applied. Like always if you have any questions post a comment and I will do my best to answer it :)

Flower geometry with non-linear bend modifiers (http://www NULL.terrymatthes NULL.com/wp-content/uploads/2011/06/flower_rough NULL.jpg)