BREAKING NEWS
LATEST POSTS
-
-
Carlos Vilchi – Virtual Production Stage Tech scheme v1.0
Carlos Vilchi has spent some time working on collecting all the technology related to Stage Tech including:
- -All the tracking technology existing today (inside out, outside in)
- -All lens encoding vendors, and their compatibility.
- -Tools, plugins, or Hubs.
- -The different small ecosystems between: Vicon, ZEISS Cinematography, ILM Technoprops, OptiTrack, stYpe, Antilatency, Ncam Technologies Ltd, Mo-Sys Engineering Ltd, EZtrack®, ARRI, DCS – Digital Camera Systems, Zero Density, Disguise, Aximmetry Technologies, HTC VIVE, Lightcraft Technology and more!
Local copy in the post
(more…) -
Ben McEwan – Deconstructing Despill Algorithms
Despilling is arguably the most important step to get right when pulling a key. A great despill can often hide imperfections in your alpha channel & prevents tedious painting to manually fix edges.
benmcewan.com/blog/2018/05/20/understanding-despill-algorithms/
-
Genex – Generative World Explorer
https://generative-world-explorer.github.io
Planning with partial observation is a central challenge in embodied AI. A majority of prior works have tackled this challenge by developing agents that physically explore their environment to update their beliefs about the world state. However, humans can imagine unseen parts of the world through a mental exploration and revise their beliefs with imagined observations. Such updated beliefs can allow them to make more informed decisions at the current step, without having to physically explore the world first. To achieve this human-like ability, we introduce the Generative World Explorer (Genex), a video generation model that allows an agent to mentally explore a large-scale 3D world (e.g., urban scenes) and acquire imagined observations to update its belief about the world .
-
KeenTools 2024.3 – FaceTracker for Blender Stable
FaceTracker for Blender is:
– Markerless facial mocap: capture facial performance and head motion with a matching geometry
– Custom face mesh generation: create digital doubles using snapshots of video frames (available with FaceBundle)
– 3D texture mapping: beauty work, (de)ageing, relighting
– 3D compositing: add digital make-up, dynamic VFX, hair and more
– (NEW) Animation retargeting: convert facial animation to ARKit blendshapes or Rigify rig in one clickhttps://keentools.io/products/facetracker-for-blender
FEATURED POSTS
-
The Public Domain Is Working Again — No Thanks To Disney
www.cartoonbrew.com/law/the-public-domain-is-working-again-no-thanks-to-disney-169658.html
The law protects new works from unauthorized copying while allowing artists free rein on older works.
The Copyright Act of 1909 used to govern copyrights. Under that law, a creator had a copyright on his creation for 28 years from “publication,” which could then be renewed for another 28 years. Thus, after 56 years, a work would enter the public domain.
However, the Congress passed the Copyright Act of 1976, extending copyright protection for works made for hire to 75 years from publication.
Then again, in 1998, Congress passed the Sonny Bono Copyright Term Extension Act (derided as the “Mickey Mouse Protection Act” by some observers due to the Walt Disney Company’s intensive lobbying efforts), which added another twenty years to the term of copyright.
it is because Snow White was in the public domain that it was chosen to be Disney’s first animated feature.
Ironically, much of Disney’s legislative lobbying over the last several decades has been focused on preventing this same opportunity to other artists and filmmakers.The battle in the coming years will be to prevent further extensions to copyright law that benefit corporations at the expense of creators and society as a whole.
-
SourceTree vs Github Desktop – Which one to use
Sourcetree and GitHub Desktop are both free, GUI-based Git clients aimed at simplifying version control for developers. While they share the same core purpose—making Git more accessible—they differ in features, UI design, integration options, and target audiences.
Installation & Setup
- Sourcetree
- Download: https://www.sourcetreeapp.com/
- Supported OS: Windows 10+, macOS 10.13+
- Prerequisites: Comes bundled with its own Git, or can be pointed to a system Git install.
- Initial Setup: Wizard guides SSH key generation, authentication with Bitbucket/GitHub/GitLab.
- GitHub Desktop
- Download: https://desktop.github.com/
- Supported OS: Windows 10+, macOS 10.15+
- Prerequisites: Bundled Git; seamless login with GitHub.com or GitHub Enterprise.
- Initial Setup: One-click sign-in with GitHub; auto-syncs repositories from your GitHub account.
Feature Comparison
(more…)Feature Sourcetree GitHub Desktop Branch Visualization Detailed graph view with drag-and-drop for rebasing/merging Linear graph, simpler but less configurable Staging & Commit File-by-file staging, inline diff view All-or-nothing staging, side-by-side diff Interactive Rebase Full support via UI Basic support via command line only Conflict Resolution Built-in merge tool integration (DiffMerge, Beyond Compare) Contextual conflict editor with choice panels Submodule Management Native submodule support Limited; requires CLI Custom Actions / Hooks Define custom actions (e.g., launch scripts) No UI for custom Git hooks Git Flow / Hg Flow Built-in support None Performance Can lag on very large repos Generally snappier on medium-sized repos Memory Footprint Higher RAM usage Lightweight Platform Integration Atlassian Bitbucket, Jira Deep GitHub.com / Enterprise integration Learning Curve Steeper for beginners Beginner-friendly - Sourcetree