WIP - Trim Decals Generator [ Game Art ]
18042 5 1- Zhaie
- Member
- 10 posts
- Joined: Dec. 2016
- Offline
Hello Guys !
I have this tool in mind since a long time !
The idea is to be able to generate trim on the mesh from a selected edge.
The artist will pick a Texture ID and a edges and it will generate the trim + uvs at the correct Pixel ratio.
as an example the Cryengine Normal Decals : [docs.cryengine.com]
(Images are not from my tool it's more that i would like to achieve )
I have this tool in mind since a long time !
The idea is to be able to generate trim on the mesh from a selected edge.
The artist will pick a Texture ID and a edges and it will generate the trim + uvs at the correct Pixel ratio.
as an example the Cryengine Normal Decals : [docs.cryengine.com]
(Images are not from my tool it's more that i would like to achieve )
Edited by Zhaie - Sept. 3, 2021 23:47:27
- Zhaie
- Member
- 10 posts
- Joined: Dec. 2016
- Offline
First i want to know if I'm able to Create Uvs / Meshs based on Input Texture ID.
The artist will provide a Bounding id or an mask ID to help me select the different Trims.
I'm using a plane and sample each "pixels" ( point in my Wrangle). then I isolate colors and create geo and Uvs.
At the end I will create the Geo and the Uvs with a selection from an input mesh. But I want to make sure I will be able to do get the textures information before starting developing something
If I understadn correctly Python state at a point. I will take a look for a preview + selection in viewport with a click.
The artist will provide a Bounding id or an mask ID to help me select the different Trims.
I'm using a plane and sample each "pixels" ( point in my Wrangle). then I isolate colors and create geo and Uvs.
At the end I will create the Geo and the Uvs with a selection from an input mesh. But I want to make sure I will be able to do get the textures information before starting developing something
If I understadn correctly Python state at a point. I will take a look for a preview + selection in viewport with a click.
Edited by Zhaie - Sept. 6, 2021 16:24:21
- Zhaie
- Member
- 10 posts
- Joined: Dec. 2016
- Offline
So i only have on side of my trim and i need to fix some issue to do the other side, and then the uvs.
The tricky part here was to order the selected point and sort then, and then find the neighbourghs points and define who's on right who's on left to be able to re-create the topology.
I'm still struggling if no neighbourgs are founds,with Ngon and with loops. But on step at as time !
The tricky part here was to order the selected point and sort then, and then find the neighbourghs points and define who's on right who's on left to be able to re-create the topology.
I'm still struggling if no neighbourgs are founds,with Ngon and with loops. But on step at as time !
Edited by Zhaie - Sept. 13, 2021 22:03:52
- Zhaie
- Member
- 10 posts
- Joined: Dec. 2016
- Offline
- DASD
- Member
- 453 posts
- Joined: Feb. 2013
- Offline
- tianfudun
- Member
- 1 posts
- Joined: June 2018
- Offline
-
- Quick Links