Smaller, faster .blend files

Опубликовано: 16 Март 2024
на канале: Robin Squares
10,509
816

🔽 The full playlist: Master Optimization in Blender 🔽

   • Master Optimization in Blender  

🔽 Links mentioned 🔽

ToOptimize Tools 👉 https://blendermarket.com/products/to...
Sketchfab addon 👉 https://github.com/sketchfab/blender-...

🔽 The script to select by polycount 🔽
!NOTE! I'm not allowed to use the "greater than" symbol in the YouTube description. (I know, right.) So I've written [greater than]. Replace it with the real symbol. (Which is a 'V' pointing to the right.)

import bpy

X = 1000 # Set threshold here

Loop through all objects in the scene
for obj in bpy.context.scene.objects:
if obj.type == 'MESH':
Check if the object's polygon count is higher than X
if len(obj.data.polygons) [greaterThan] X:
obj.select_set(True) # Select the object
else:
obj.select_set(False) # Deselect the object if polycount is not higher than X

▶️ CHAPTERS ◀️
00:00 - Intro
22:00 - Delete everything unused
01:07 - Packing and linking
02:20 - Instancing
02:42 - Reduce polycount
03:20 - Optimize open speed

To The Rhythm of the Funk is by Cullah


Смотрите видео Smaller, faster .blend files онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Robin Squares 16 Март 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 10,509 раз и оно понравилось 816 людям.