CGPress
  • News
    • General
    • Software
    • Industry
    • Video Games
    • Tech
    • Hardware
  • Articles
    • General
    • Reviews
    • Interviews
  • Tutorials
    • By subject
    • By software
    • Training & Courses
  • Resources
  • Spotlight
    • Reels
    • Films
    • Film Trailers
    • Game Trailers and Art
    • Breakdowns
    • Making Ofs
    • Music Videos
    • CG Videos
    • Images
    • Spots
  • Contribute News
  • News
    • General
    • Software
    • Industry
    • Video Games
    • Tech
    • Hardware
  • Articles
    • General
    • Reviews
    • Interviews
  • Tutorials
    • By subject
    • By software
    • Training & Courses
  • Resources
  • Spotlight
    • Reels
    • Films
    • Film Trailers
    • Game Trailers and Art
    • Breakdowns
    • Making Ofs
    • Music Videos
    • CG Videos
    • Images
    • Spots
  • Contribute News
No Result
View All Result
CGPress
Home Software Blender
Big Projects for Blender in 2021

Big Projects for Blender in 2021

by Paul Roberts
January 12, 2021
Reading Time: 1 min read
17

The Blender Foundation recently wrote a blog post outlining the major targets it plans to tackle in 2021.

RELATED POSTS

Bolt Graphics becomes corporate patron of Blender Development Fund

Ton Roosendaal to step down as Blender Foundation CEO

Blender Foundation reports higher donations but warns of low reserves in 2024 annual report

Projects include everything nodes, a new asset browser, improvements to the video sequence editor, incorporating Vulkan into EEVEE with the aim of making it suitable for production rendering, improved VR support, improving performance in Cycles, improvements to character animation, pipeline improvements, and USD. Read the list in full on Blender’s website.

ShareTweet

Paul Roberts

Paul is the owner and editor of CGPress, an independent news website built by and for CG artists. With more than 25 years in the business, we are one of the longest-running CG news organizations in the world. Our news reporting has gathered a reputation for credibility, independent coverage and focus on quality journalism.

Related Posts

Bolt Graphics becomes corporate patron of Blender Development Fund
Blender

Bolt Graphics becomes corporate patron of Blender Development Fund

September 18, 2025
Blender 2.79 test build now available
Blender

Ton Roosendaal to step down as Blender Foundation CEO

September 17, 2025
Blender Foundation reports higher donations but warns of low reserves in 2024 annual report
Blender

Blender Foundation reports higher donations but warns of low reserves in 2024 annual report

September 16, 2025
Anym introduces physics-based animation engine for sparse keyframing in Maya, Blender and C4D
Blender

Anym introduces physics-based animation engine for sparse keyframing in Maya, Blender and C4D

September 10, 2025
Blender 4.1 introduces performance enhancements and new features
Blender

Blender 4.1 introduces performance enhancements and new features

March 28, 2024
Adobe releases Substance 3D Addon 2.0 for Blender
Add-ons

Adobe releases Substance 3D Addon 2.0 for Blender

March 1, 2024
Next Post
Relax Pro for 3ds Max

Relax Pro for 3ds Max

70 free HDRIs

70 free HDRIs

Please read our community guidelines
Please read our community guidelines
17 Comments
Oldest
Newest
Inline Feedbacks
View all comments
Marco
4 years ago

They gotta work on a faster viewport, fix that nasty undo performance, and finally make Cycles faster! I love Cycles, but for some scenes, it takes forever.

So, in case it’s not clear, speed, speed, SPEED! 🙂

Reply
Jamazu
Reply to  Marco
4 years ago

Undo performance is already great in 2.92alpha. And cycles with denoise and usign rtx ray tracing in alpha builds. But its always better to have more speed.

Reply
Marco
Reply to  Jamazu
4 years ago

Denoise is great, but it’s near to useless in animation.

Reply
Morris Boulet
Reply to  Marco
4 years ago

Not if you use a temporal denoiser (which, afaik, is not available in Blender).

Reply
Juang3d
Reply to  Morris Boulet
4 years ago

To be honest Blender do have a temporal denoiser, it’s just hidden because it’s not easy to use and can’t be used nor as a node or as a render time denoiser, also it uses only the NLM denoising technique, so it’s not so useful in super low samples images.

https://docs.blender.org/api/master/bpy.ops.cycles.html

However to use something like OIDN or Optix (OIDN delivers much better results) you can try using our build (BoneMaster) and configuring Dithered Sobol as the sampler instead of sobol, that will provide a much more ordered sampling result (specially if you use it in conjunction with Scramble Distance) and make the dneoiser job way easier, finally if you use some advanced denoise techniques, like denoising per pass instead of denoising the beeauty, you will recover much more albedo detail, in the end you will avoid a lot of splotches and “denoise noise” easily visible in super low sample count renders with denoising in animation.

Regarding speed, you can also use BoneMaster, and leverage the increased sampling speed there, if you use it together with Scramble Distance, which specially accelerates GPU, you will get a way faster version of Cycles 🙂

Finally there are other methods to accelerate cycles, specially if you agree with introducing more bias in the render instead of leaving it as unbiased as possible.

Reply
Marco
Reply to  Juang3d
4 years ago

like denoising per pass instead of denoising the beeauty

I guess you refer to denoising the Noisy Image, Denoising Normal, and Denoising Albedo passes?

Regarding speed, you can also use BoneMaster, and leverage the increased sampling speed there, if you use it together with Scramble Distance,

I’ve downloaded Bone Master. Where can I find those options?

Finally there are other methods to accelerate cycles, specially if you agree with introducing more bias in the render instead of leaving it as unbiased as possible.

Is there some tutorial that covers those topics?

Reply
Juang3d
Reply to  Marco
4 years ago

Nope, I refer to use the render passes, assemble beauty using Direct Diffuse, Indirect Diffuse and Diffuse Color, etc… then denoise only the lighting passes, Direct and Indirect, don’t touch the color pass, you will receive a way better result.

Regarding the options, they are in sampling – advanced, inside Pattern – Dithered Sobol, and below Scrambling Distance.

And regarding tutorials, I have a video:

https://www.youtube.com/watch?v=oDplh49kD78

We had a bug back then, so the acceleration you should see should be way better than the one in the video 🙂

Reply
Marco
Reply to  Juang3d
4 years ago

Thank you, Juang3d

That was interesting to watch. I knew most of those settings but the AO trick was new to me and that helped.
And you’re right, the noise is less prone to errors once ai-denoised with that approach.

Overall, I think some of the default settings in Blender are just off: samples could be lower by default. Not to mention how messy Mantaflow’s settings can look.

If those things were finessed I’m sure a lot of new users would feel less disoriented and would enjoy the experience more.

P.S. and thanks for that build, better than vanilla!
and I read the disclaimer on graphicall about the GPL license and providing the code. I have the feeling I know where that comes from 🙂
an “E-Cy..” argument something..

Reply
Juang3d
Reply to  Marco
4 years ago

You are welcome, I’m happy that helped you 🙂

Well, I think the GPL is what maintains Blender safe from all the fears exposed here so many times, so I think it’s important to properly understand it and comply, or just don’t use Blender XD

Reply
Jamazu
Reply to  Marco
4 years ago

I havent noticed any problems with ai denoising in animations if there is samples enough and motion blur in action. But DaVinci Resolve Studio has temporal and spatial denoise that will help when needed. You can also try vector motion blur in blenders compo or in DaVinci Resolve fusion (no studio version needed) this can be also used for noise (fusion’s optical flow).

Reply
Marco
Reply to  Jamazu
4 years ago

I always get splotchy animations. In order to be able to use ai denoising and get a clean, splotchy-free animation I have to bump up the samples, often by a lot which kinda defeats the purpose of using ai denoise.

Reply
John
4 years ago

I don’t know how Blender is going to pull this off but we really need a NUKE replacement. Joint force with Natron may be?

Reply
Ludvík Koutný
Reply to  John
4 years ago

What’s wrong with Fusion?

(Not being a fanboy or anything. I am genuinely interested about what professional NUKE users miss in Fusion, so that it would not work as a valid replacement.)

Reply
slebed
Reply to  Ludvík Koutný
4 years ago

The issue with Fusion for me is that nodes can be complex. Just dealing with pre and post multiplied inputs and outputs drove me mad.

The Nuke each node does one thing and that makes it easy to diagnose problems with a comp. Especially if you pick up someone elses comp. There’s also a lot of hidden power in Nuke like writing expressions in a field, or dragging values in a field to link them to others. The whole workflow in Nuke is very streamlined and actually fun for me.

Reply
superrune
Reply to  Ludvík Koutný
4 years ago

I jumped from Fusion to Nuke some 15 years ago, and have been wanting to come back. I’m furious about the Nuke subscription terms. One thing I miss when trying to work in Fusion are those little smart workflow things that Nuke does: the keyboard shortcuts for laying down nodes, the way sequences imports at the frames they’re rendered (Fusion imports a sequence starting at frame 800 to 0 in the timeline), being able to edit multiple nodes at once, having a simple sRGB LUT, and many others. You can work really fast in Nuke thanks to these things, but I hope Fusion adopts some of these features at one point.

Reply
Ludvík Koutný
Reply to  superrune
4 years ago

From what people say, it seems like most of the issues lay in the way Fusion tends to hide the features around in the UI, as most of what you, slebed and equiso named actually is in Fusion, just somewhat obscurely hidden. 🙂

Reply
equiso
Reply to  John
4 years ago

We were looking for Fusion. We needed comp to manage passes and minor tweaks for product viz. At the end we decided for houdini as for basic stuff was good enough, actualy the node system is much more comfortable to use and the HDA system give a lot of flexibility for a pipeline working with a big database of products.

What keep us away from fusion was the lack of a robust headless command line system. In houdini we can send a json from the database that writes all the strings , variables, parameters paths etc and execute. All with few lines of python. In fusion we had to get a lua script that opens fusion, search for some inputs, change them etc. It felt very complicated to automate a flexible, fast, robust comp integrated in our pipeline.

pd: ups, I wanted to answer to Ludwik : P

Reply

Recent Comments

  • paul on Miauu releases Layer Colorizer for 3ds Max
  • Jumanji on RenderMan 27 beta released
  • Animatect on Autodesk pitches AI future for media and entertainment at AU 2025
  • Jumanji on SceneLinter Pro: free scene validation script for 3ds Max
  • nomad on Anym introduces physics-based animation engine for sparse keyframing in Maya, Blender and C4D

Popular Stories

  • Adobe faces lawsuit over clarity of subscription and cancellation terms

    Adobe faces lawsuit over clarity of subscription and cancellation terms

    0 shares
    Share 0 Tweet 0
  • Autodesk pitches AI future for media and entertainment at AU 2025

    0 shares
    Share 0 Tweet 0
  • OpenHDRI launches free CC0 library

    0 shares
    Share 0 Tweet 0
  • Aviz Studio Tools introduces AI image generation tool AImagine for 3ds Max

    0 shares
    Share 0 Tweet 0
  • 3ds Max 2024 now available for download

    0 shares
    Share 0 Tweet 0
Facebook Twitter
CGPress

CGPress is an independent news website built by and for CG artists. With more than 15 years in the business, we are one of the longest-running CG news organizations in the world. Our news reporting has gathered a reputation for credibility, independent coverage and focus on quality journalism. Our feature articles are known for their in-depth analyses and impact on the CG scene. “5 out of 5 artists recommend it.”

Recent Posts

  • Epic Games releases Twinmotion 2025.2 with Nanite support
  • Miauu releases Layer Colorizer for 3ds Max
  • Topaz Labs ends perpetual licenses with launch of Topaz Studio subscription
  • About Us
  • Terms and Conditions
  • Privacy Policy
  • Cookie Policy (UK)
  • Contact Us
  • Contribute News
  • Advertise on CGPress

© 2025 CGPress

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In

Add New Playlist

Manage Cookie Consent

CGPress uses technology like cookies to analyse the number of visitors to our site and how it is navigated. We DO NOT sell or profit from your data beyond displaying inconspicuous adverts relevant to CG artists. It'd really help us out if you could accept the cookies, but of course we appreciate your choice not to share data. 

Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Manage options Manage services Manage {vendor_count} vendors Read more about these purposes
View preferences
{title} {title} {title}
No Result
View All Result
  • News
    • General
    • Software
    • Industry
    • Video Games
    • Tech
    • Hardware
  • Articles
    • General
    • Reviews
    • Interviews
  • Tutorials
    • By subject
    • By software
    • Training & Courses
  • Resources
  • Spotlight
    • Reels
    • Films
    • Film Trailers
    • Game Trailers and Art
    • Breakdowns
    • Making Ofs
    • Music Videos
    • CG Videos
    • Images
    • Spots
  • Contribute News

© 2025 CGPress

Are you sure want to unlock this post?
Unlock left : 0
Are you sure want to cancel subscription?
wpDiscuz
17
0
Join the conversationx
()
x
| Reply