blender icon indicating copy to clipboard operation
blender copied to clipboard

clone of git://git.blender.org/blender.git + my branches

Results 18 blender issues
Sort by recently updated
recently updated
newest added

The problem is when I'm baking animation and if object rotation mode is set 'quaternion' but one of it's bones has different rotation mode (XYZ, ZYX, euler) I receive the...

Image Textures made internally don't refresh after baking... But when switching to cycles the problem solves itself. (EEVEE texture space don't refresh itself) tried reconnecting node sockets but nothing worked...

Hi, Mine is a basic 3D CAD drawing application written in C++ I am trying to integrate cycles in my application. I could build cycles scene and session in memory....

Current Object Previews (Thumbnails) are generated with very subtle light condition even on default Cube very hard to see something. Is it possible to increase strength or light type used...

blender_sync.h include this file, but can't find

I don't know python too well but for some reason whenever I try to import a .fbx file Blender seems to hang for a while until you have to make...

I have this script to enable GPU render on my machine (Nvidia GTX 1080 Ti with lastest driver and CUDA toolkit): ```python import bpy scene=bpy.context.scene scene.render.filepath="//render/IMG.PNG" scene.render.image_settings.file_format="PNG" scene.render.engine="CYCLES" bpy.context.scene.cycles.samples=50 scene.cycles.tile_order="BOTTOM_TO_TOP"...

hotkeys for F keys and panel window management like in older versions of blender for quick access.

If you have multiple UV's in use and you are using the attribute node to make them show correctly when it comes to baking it looks as though its ignoring...