aguzowski Posted May 25, 2015 Share Posted May 25, 2015 Hi, Im looking for clever method to pass color from one object onto instanced objects. But, I want to pass only solid color... My friend gave an idea to use foreach. Works perfect for simple boxes but it takes eons of time when I change my instaced "spheres" into real complex model. Anyone got idea how to pass or convert that color data? Regards Adam solid_color_from_map.hipnc.hip Quote Link to comment Share on other sites More sharing options...
Georgie Posted May 25, 2015 Share Posted May 25, 2015 (edited) Notice the Use Template Attrs is ticked on on the Copy SOP edit; Actually is that what you're looking for or do you want the entire texture to be mapped to every single piece of geo ? I'm sorry, I guess I'm just confused ? template.hipnc Edited May 25, 2015 by Georgie 1 Quote Link to comment Share on other sites More sharing options...
aguzowski Posted May 25, 2015 Author Share Posted May 25, 2015 Thanks for quick replay. I think your setup works fine so far. Thanks for it. All I wanted is to pass the color information onto my instanced object but I dont want any color variation on my object just constant color. When You look closer on my attached image from post 1 you'll see that some of the spheres got "gradient" solor. I want to get rid of that. I want them to inherit just single/constant color. Sorry for my awkward explanation Thanks Adam Quote Link to comment Share on other sites More sharing options...
paxsonsa Posted May 25, 2015 Share Posted May 25, 2015 what you can do is have a id for each instance and transfer based on that, that should eliminate the blending from transferring via points. Quote Link to comment Share on other sites More sharing options...
br1 Posted May 26, 2015 Share Posted May 26, 2015 Hey Adam, looks like the file from George is doing what you need. Each points transfers a color to each sphere, so there's no variation of color on the vertices/faces on those spheres. Quote Link to comment Share on other sites More sharing options...
aguzowski Posted May 26, 2015 Author Share Posted May 26, 2015 Yes, it works perfect. Even more open new possiblities Thanks for solving this! Regards Adam Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.