Forwarded from Рациональные числа
10 способов изображения первых 5000 знаков числа Пи (Ken Flerlage)
Ещё мы писали про математику:
— Формула для деления площади ёлки на равные части
— Число Грэма на пальцах
Ещё мы писали про математику:
— Формула для деления площади ёлки на равные части
— Число Грэма на пальцах
I've been trying ipad app called Feather that is allowing you to sketch in 3d with apple pen.
Really intuitive and fun:
https://www.youtube.com/watch?v=jtt7XyyplLo
Really intuitive and fun:
https://www.youtube.com/watch?v=jtt7XyyplLo
InstantMesh: Efficient 3D Mesh Generation from a Single Image.
Works ok to get basic proportion. Can export obj.
You can try it on hugginface:
https://huggingface.co/spaces/TencentARC/InstantMesh
Or run locally:
https://github.com/TencentARC/InstantMesh?tab=readme-ov-file
#ai #3d
Works ok to get basic proportion. Can export obj.
You can try it on hugginface:
https://huggingface.co/spaces/TencentARC/InstantMesh
Or run locally:
https://github.com/TencentARC/InstantMesh?tab=readme-ov-file
#ai #3d
Free set of nodes (with explanation and screenshots) to recreate film look in Davinci resolve:
https://mononodes.com/photochemical-film-look/
https://mononodes.com/photochemical-film-look/
MONONODES
photochemical film look
PHOTOCHEMICALFILM LOOK Available as free PowerGrade COLOR NODE 1 HALATION NODE 2 GLOW NODE 3 GATE WEAVE NODE 4 FLICKER NODE 5 GRAIN NODE 6 FILM DAMAGE NODE 7 PROLOG First: Lets pick our goal. I...
2 big updates for Substance Painter:
Custom Fonts and Native Illustrator File Support with artboards.
https://www.youtube.com/watch?v=QSVgnyiDADc
https://www.youtube.com/watch?v=_lMpyz0Vhx8
Custom Fonts and Native Illustrator File Support with artboards.
https://www.youtube.com/watch?v=QSVgnyiDADc
https://www.youtube.com/watch?v=_lMpyz0Vhx8
YouTube
Custom Fonts in Substance 3D Painter | Adobe Substance 3D
In this video, you will learn all about the new Text Resource in Substance 3D Painter. Effortlessly create custom text with familiar text tools and place them on your model with ease. You are also able to load your own custom fonts and seamlessly switch between…
Modern frequency analyzer with ability to reference tracks and tons of other useful features. And it's FREE! Goodbye SPAN :)
Review from Dan Worrall:
https://youtu.be/tMzQVOfNVbo?t=48I
Review from Dan Worrall:
https://youtu.be/tMzQVOfNVbo?t=48I
This media is not supported in your browser
VIEW IN TELEGRAM
Do you know what is cats-eye bokeh?
Not much tutorials about 3d talk about this part. Here is one showing how to recreate it in Nuke:
https://youtu.be/dfWVXSjDkzQ?t=224
Not much tutorials about 3d talk about this part. Here is one showing how to recreate it in Nuke:
https://youtu.be/dfWVXSjDkzQ?t=224
photoindra
2 big updates for Substance Painter: Custom Fonts and Native Illustrator File Support with artboards. https://www.youtube.com/watch?v=QSVgnyiDADc https://www.youtube.com/watch?v=_lMpyz0Vhx8
Flexible Color Assignment in Houdini and Redshift
How do you assign random colors from a specific set to objects and keep the setup flexible for changes with Houdini and Redshift?
Let’s say we have several plastic cups in a scene and 4 specific colors from a client.
Create a class attribute with a connectivity node (you can name it whatever you like).
Promote it to the vertex level with an attribute promote.
In the shader tree, use an RS Integer User Data node to bring in the attribute named “class” (or any other name that you gave it earlier).
Connect it to an RS Jitter node (name it “max_variations_01”) and select “User Data ID” in Input ID Mode. In “integer jitter,” set the min to 0 and the max to 3, so we will have 4 variations. With this node, we only control the number of variations.
Create another RS Jitter node (name it “lightness_range_01”). We will use it to create lightness variations. Keep the color to black and set Saturation Variation Max to 0. Now, with the Value Seed, you can control the randomness.
Create an RS Color Ramp (name it “recolor_01”) with 4 colors from your client and set the interpolation to constant.
After adjusting the seed on the “lightness_range_01” node, you will need to move the colors a little bit on “recolor_01” so each of them will end up in a range generated by “lightness_range_01.”
Another thing that you can do is to offset UVs for each object. So when you add textures for roughness, they will not repeat obviously. To do this, after the connectivity node, add an attribute wrangle node (Run over Vertices) with this:
@uv.x+=rand(@class);
#houdini #redshift
https://photoindra.com/all/flexible-color-assignment-in-houdini-and-redshift/
How do you assign random colors from a specific set to objects and keep the setup flexible for changes with Houdini and Redshift?
Let’s say we have several plastic cups in a scene and 4 specific colors from a client.
Create a class attribute with a connectivity node (you can name it whatever you like).
Promote it to the vertex level with an attribute promote.
In the shader tree, use an RS Integer User Data node to bring in the attribute named “class” (or any other name that you gave it earlier).
Connect it to an RS Jitter node (name it “max_variations_01”) and select “User Data ID” in Input ID Mode. In “integer jitter,” set the min to 0 and the max to 3, so we will have 4 variations. With this node, we only control the number of variations.
Create another RS Jitter node (name it “lightness_range_01”). We will use it to create lightness variations. Keep the color to black and set Saturation Variation Max to 0. Now, with the Value Seed, you can control the randomness.
Create an RS Color Ramp (name it “recolor_01”) with 4 colors from your client and set the interpolation to constant.
After adjusting the seed on the “lightness_range_01” node, you will need to move the colors a little bit on “recolor_01” so each of them will end up in a range generated by “lightness_range_01.”
Another thing that you can do is to offset UVs for each object. So when you add textures for roughness, they will not repeat obviously. To do this, after the connectivity node, add an attribute wrangle node (Run over Vertices) with this:
@uv.x+=rand(@class);
#houdini #redshift
https://photoindra.com/all/flexible-color-assignment-in-houdini-and-redshift/
Photoindra
Flexible Color Assignment in Houdini and Redshift
Another thing that you can do is to offset UVs for each object. So when you add textures for roughness, they will not repeat obviously
https://photoindra.com/all/baking-textures-with-redshift-inside-houdini/
Baking textures with Redshift inside Houdini.
I had to bake some texture maps in Redshift inside Houdini. Haven't seen any clear tutorials on how to do that. So here is short guide.
Let say I created complex material mixing different textures, adjusting them with color corrections and gradients, noises. I'm happy how it looks in the Redshift renderer. And want to pass geometry to 3ds Max and setup materials with Corona.
General ideas is that you need to create custom AOVs to bake all those textures. Link to documentation about custom AOVs:
https://help.maxon.net/r3d/houdini/en-us/#html/Custom+AOVs.html
Just for visual reference I'm adding black nulls to know what maps I want to bake. And connecting here those nulls to red nodes (StoreColorToAOV or StoreIntegerToAOV). Sadly you can't use
Create separate Redshift render node. In RenderMaps tab set Renders Maps Baking Enable.
If during testing you want to switch fast between textures resolution (from 512x512px to 1024, 2048, 4096) add an integer slider (with range from 0 to 3) to the inteface of RenderMaps tab (I called it indra_res_mult) and in the Output resolution add:
512*pow(2, ch("indra_res_mult"))
If it is black and white texture like roughness or mask use data type scalar. And it will be saved as 8 bit greyscale image in this case. They need to be with gamma 1. But if you render them in Redshift in png it will save in gamma 2.2. So if you want gamma 1 you need to save in tif. And for channels like base color use png.
Things to remember:
- No tessellation on obj level. It took me more than 1 hour to figure out why my maps were looking strange and it was just this one checkbox.
- No overlapping uvs.
- Faces has to be coplanar. I personally didn't have a problem with this.
Tips:
- If you have assigned groups to geometry and want to use it inside redshift materials: you need to promote it to vertices on SOP level and switch on "Output as Integer Attribute". You don't need to create node for each group. Just use GRP_* in group name field. (I usually start names of all groups that I want to keep with GRP_ in the beginning). Then read it inside materials with "RS Integer User Data" node. Just writing "GRP_group_name" or "group:GRP_group_name" will not work. That's why we need convert group to integer attribute.
- To write those masks you need to use "RS Store Integer to AOV". StoreColorToAOV will not work.
Baking textures with Redshift inside Houdini.
I had to bake some texture maps in Redshift inside Houdini. Haven't seen any clear tutorials on how to do that. So here is short guide.
Let say I created complex material mixing different textures, adjusting them with color corrections and gradients, noises. I'm happy how it looks in the Redshift renderer. And want to pass geometry to 3ds Max and setup materials with Corona.
General ideas is that you need to create custom AOVs to bake all those textures. Link to documentation about custom AOVs:
https://help.maxon.net/r3d/houdini/en-us/#html/Custom+AOVs.html
Just for visual reference I'm adding black nulls to know what maps I want to bake. And connecting here those nulls to red nodes (StoreColorToAOV or StoreIntegerToAOV). Sadly you can't use
opinput(".",0)
to get the name of connected node in MAT context like you can in SOP. So you'll need to copy paste names from nulls.Create separate Redshift render node. In RenderMaps tab set Renders Maps Baking Enable.
If during testing you want to switch fast between textures resolution (from 512x512px to 1024, 2048, 4096) add an integer slider (with range from 0 to 3) to the inteface of RenderMaps tab (I called it indra_res_mult) and in the Output resolution add:
512*pow(2, ch("indra_res_mult"))
If it is black and white texture like roughness or mask use data type scalar. And it will be saved as 8 bit greyscale image in this case. They need to be with gamma 1. But if you render them in Redshift in png it will save in gamma 2.2. So if you want gamma 1 you need to save in tif. And for channels like base color use png.
Things to remember:
- No tessellation on obj level. It took me more than 1 hour to figure out why my maps were looking strange and it was just this one checkbox.
- No overlapping uvs.
- Faces has to be coplanar. I personally didn't have a problem with this.
Tips:
- If you have assigned groups to geometry and want to use it inside redshift materials: you need to promote it to vertices on SOP level and switch on "Output as Integer Attribute". You don't need to create node for each group. Just use GRP_* in group name field. (I usually start names of all groups that I want to keep with GRP_ in the beginning). Then read it inside materials with "RS Integer User Data" node. Just writing "GRP_group_name" or "group:GRP_group_name" will not work. That's why we need convert group to integer attribute.
- To write those masks you need to use "RS Store Integer to AOV". StoreColorToAOV will not work.
Photoindra
Baking textures with Redshift inside Houdini
Here is how a test material network looks like
Here is a table with maps names, what value types they should be and what profile to put in color. Can be useful when preparing shaders and textures in new COPs contexts in houdini 20.5 #houdini
Pretty cool video of some clothes brand. Love all the smiling and happy faces:
https://vimeo.com/897971106
https://vimeo.com/897971106
Vimeo
Питерский ЩИТ - Среда обитания
In the frantic flow of news and city events, we constantly manage to balance between calm and anger. From the residential outskirts to the historical center of St.…
I asked Greyscalegorilla support if I can use their textures if I model for stock. After all, 66 dollars a month is not a small amount. In short, the answer was “no” :(
Hi. Can you clarify something for me? I'm thinking about buying greyscalegorilla subscription but a little bit confused. I'm preparing my 3d models for selling on stocks (like cgtrader and turbosquid). And I model everything myself. But I want to use wood textures that comes in greyscalegorilla. My question: Can I sell my 3d objects and use your textures attached to my models on those stocks? Or when you talk about "using products in commercial work" you are talking only about rendered images delivered to clients?
Our materials and assets are intended for commercial work where a final product is delivered to a client for its intended purpose. In the End-User License Agreement, sections 2.4 and 2.5 and also our Plus Licensing page it states:
So What Are The Limitations of These Materials and Assets?
1. You agree not to reproduce, duplicate, license, copy, sell, gift, transfer, share, resell or exploit access to the Products or use of the Products.
2. Your license to use these Plugins and Materials in new projects is tied to your ongoing membership.
It sounds like the nature of the products you would like to create would give buyers access to our materials and assets through a project file that could then be potentially used in other projects. Unfortunately, this does fall outside of our user agreement and is not permitted.
I apologize for the inconvenience.
Feel free to let me know if you have any more questions.
Hi. Can you clarify something for me? I'm thinking about buying greyscalegorilla subscription but a little bit confused. I'm preparing my 3d models for selling on stocks (like cgtrader and turbosquid). And I model everything myself. But I want to use wood textures that comes in greyscalegorilla. My question: Can I sell my 3d objects and use your textures attached to my models on those stocks? Or when you talk about "using products in commercial work" you are talking only about rendered images delivered to clients?
Our materials and assets are intended for commercial work where a final product is delivered to a client for its intended purpose. In the End-User License Agreement, sections 2.4 and 2.5 and also our Plus Licensing page it states:
So What Are The Limitations of These Materials and Assets?
1. You agree not to reproduce, duplicate, license, copy, sell, gift, transfer, share, resell or exploit access to the Products or use of the Products.
2. Your license to use these Plugins and Materials in new projects is tied to your ongoing membership.
It sounds like the nature of the products you would like to create would give buyers access to our materials and assets through a project file that could then be potentially used in other projects. Unfortunately, this does fall outside of our user agreement and is not permitted.
I apologize for the inconvenience.
Feel free to let me know if you have any more questions.
Page to find frame references from movies and videos.
If you'll reach end of free searches (10) just start the page again in incognito mode of browser.
https://frameset.app/stills
If you'll reach end of free searches (10) just start the page again in incognito mode of browser.
https://frameset.app/stills