Subscribe to PixelSham.com RSS for free

3Dprinting (179) A.I. (898) animation (353) blender (217) colour (241) commercials (53) composition (154) cool (368) design (657) Featured (91) hardware (316) IOS (109) jokes (140) lighting (300) modeling (156) music (189) photogrammetry (197) photography (757) production (1308) python (101) quotes (498) reference (317) software (1379) trailers (308) ves (571) VR (221)

POPULAR SEARCHES unreal | pipeline | virtual production | free | learn | photoshop | 360 | macro | google | nvidia | resolution | open source | hdri | real-time | photography basics | nuke

  • Explore Posts
  • Job Postings
  • ReelMatters.com
  • About and Contact
    • About And Contact
    • Portfolio
    • Privacy Policy
    • RSS feed page

BREAKING NEWS

LATEST POSTS

  • Substance Painter Adds Subsurface Scattering for More Realistic Characters and Materials

    pIXELsHAM.com
    Aug 11, 2018
    software

    Views : 1,202
  • Lua In one hour

    pIXELsHAM.com
    Aug 10, 2018
    software

    https://www.lua.org/pil/contents.html

    http://luatut.com/crash_course.html

    Views : 1,097
  • You Don’t See in 4K

    pIXELsHAM.com
    Aug 9, 2018
    production

    Views : 1,037
  • Ziva VFX 1.4 Puts Real-World Physics into Character Creation

    pIXELsHAM.com
    Aug 8, 2018
    animation, software

    www.animationmagazine.net/tech-reviews/ziva-vfx-1-4-puts-real-world-physics-into-character-creation/

    https://vimeo.com/239275691

    Views : 1,188
  • Control a path’s vertices in After Effects

    pIXELsHAM.com
    Aug 5, 2018
    software

    Create a ‘stroke only’ shape layer with four points using the pen tool – with RotoBezier mode on (or rmb on the path attribute and convert to rotobezier).

    Window menu > Create Nulls from paths.jsx

    Select the path in the shape layer – note: the path itself, not the path group.

    Click the ‘Points follow Nulls’ button in the above dialog.

    This will give you four nulls you can now animate. The path points will follow those nulls.

    The Rotobezier mode will give you a more natural ‘automatic’ curvature to the path.

     

    You can then use expressions on each null to move the curve points around.

     

    https://community.adobe.com/t5/after-effects/connect-dots-in-a-curved-way/td-p/10115221?page=1

    Views : 664
  • Sample an image and output the information into text through After Effects

    pIXELsHAM.com
    Aug 5, 2018
    software

    blogs.adobe.com/creativecloud/color-sampler-using-sampleimag/?segment=dva

     

    “Get a readout of color values for one or more points that would update as you tweaked color correction settings.

     

    This through an expression using the sampleImage method.

     

    The idea is simple: Have a text layer with its Source Text property tied to the output from sampleImage, with the input to sampleImage being a point control that you can drag someplace and then just leave it while you fiddle with your colors.

     

    On the layer that you want to measure, add a Point Control effect (one of the Expression Control effects). You can place the Point Control effect’s crosshair (effect control point) wherever you want.

     

    Create a new text layer above the layer that you want to measure, and add this expression to the Source Text property:

     

    targetLayer = thisComp.layer(thisLayer.index+1);
    samplePoint = targetLayer.effect(“Point Control”)(“Point”);
    sampleRadius = [1,1];
    sampledColor_8bpc = 255 * targetLayer.sampleImage(samplePoint, sampleRadius);
    R = Math.round(sampledColor_8bpc[0]);
    G = Math.round(sampledColor_8bpc[1]);
    B = Math.round(sampledColor_8bpc[2]);
    A = Math.round(sampledColor_8bpc[3]);
    outputString = ” R: ” +R+ “r G: ” +G+ “r B: ” +B+ “r A: ” +A

     

    This will create a text layer that reports 8-bpc RGBA values for the point under the crosshair for the Point Control effect.

     

    If you’re using an adjustment layer for your color correction, the adjustment layer is the layer that you’ll want to measure.

     

    You can obviously get a lot fancier with this, but this should be enough to get you started.”

    Views : 612
  • BIG 3D Printed T-Rex Skeleton

    pIXELsHAM.com
    Aug 4, 2018
    3Dprinting

    Views : 1,140
  • Nickelodeon Announces Development of Virtual & Augmented Reality Series for TV – Meet the Voxels

    pIXELsHAM.com
    Aug 3, 2018
    VR

    www.awn.com/news/nickelodeon-announces-development-virtual-augmented-reality-series-tv

    Views : 1,103
  • Create a Forest in UE4 in 1 Hour

    pIXELsHAM.com
    Aug 3, 2018
    software

    Views : 1,078
  • Preview of the Peopoly Moai SLA Resin 3D Printer at Matterhackers

    pIXELsHAM.com
    Aug 3, 2018
    3Dprinting

    Views : 1,214
  • Steel In Love – with the original King Kong metal skeleton

    pIXELsHAM.com
    Aug 2, 2018
    animation

    Views : 1,025
  • Inside the original King Kong

    pIXELsHAM.com
    Aug 2, 2018
    animation

    Views : 1,084
  • New Zealand Government mulls reining in ballooning Hollywood film subsidies

    pIXELsHAM.com
    Aug 2, 2018
    ves

    www.nzherald.co.nz/business/news/article.cfm?c_id=3&objectid=12079538

    Views : 1,051
  • the economics of microtransactions in games and apps

    pIXELsHAM.com
    Jul 31, 2018
    IOS, production
    https://www.intelligenteconomist.com/economics-of-microtransactions/

    Views : 1,136
  • 21st Century Fox and Disney Shareholders Approve Historic Merger

    pIXELsHAM.com
    Jul 31, 2018
    ves

    www.awn.com/news/21st-century-fox-and-disney-shareholders-approve-historic-merger

    Disney’s $71 billion cash and stock bid is approved by stockholders of both companies along with agreement to spin-off the new ‘Fox.’

    Views : 1,060
Previous Page
1 … 248 249 250 251 252 … 433
Next Page

FEATURED POSTS

  • Disco Diffusion V4.1 Google Colab, Dall-E, Starryai – creating images with AI

    pIXELsHAM.com
    Apr 30, 2022
    A.I., design, production

    Disco Diffusion (DD) is a Google Colab Notebook which leverages an AI Image generating technique called CLIP-Guided Diffusion to allow you to create compelling and beautiful images from just text inputs. Created by Somnai, augmented by Gandamu, and building on the work of RiversHaveWings, nshepperd, and many others.

    Phone app: https://www.starryai.com/

     

     

    docs.google.com/document/d/1l8s7uS2dGqjztYSjPpzlmXLjl5PM3IGkRWI3IiCuK7g

     

     

     

    colab.research.google.com/drive/1sHfRn5Y0YKYKi1k-ifUSBFRNJ8_1sa39

     

    Colab, or “Colaboratory”, allows you to write and execute Python in your browser, with

    – Zero configuration required
    – Access to GPUs free of charge
    – Easy sharing

     

     

     

     

    https://80.lv/articles/a-beautiful-roman-villa-made-with-disco-diffusion-5-2/

     

     

     

    Views : 7,491
  • Bartosz Ciechanowski – Light and shadow technical study

    pIXELsHAM.com
    Jul 14, 2020
    colour, lighting, photography, production

    ciechanow.ski/lights-and-shadows/

    Views : 1,049
  • The 7 key elements of brand identity design + 10 corporate identity examples

    pIXELsHAM.com
    Jun 16, 2020
    colour, design

    www.lucidpress.com/blog/the-7-key-elements-of-brand-identity-design

    1. Clear brand purpose and positioning

    2. Thorough market research

    3. Likable brand personality

    4. Memorable logo

    5. Attractive color palette

    6. Professional typography

    7. On-brand supporting graphics

     

    Views : 714
  • Wētā FX – Compositing and Lighting Godzilla X Kong: The New Empire

    pIXELsHAM.com
    Apr 27, 2025
    lighting, production

    Views : 21
Views : 12,067

RSS feed page

Search


Categories


Archive


Disclaimer


Links and images on this website may be protected by the respective owners’ copyright. All data submitted by users through this site shall be treated as freely available to share.