Gangneron
  • Joined on 2023-06-05
Gangneron opened issue blender/blender#119926 2024-03-26 18:18:43 +01:00
Compositor: Channel Key create artafac in TSV color for cartain images
Gangneron commented on pull request blender/blender#119104 2024-03-07 16:56:07 +01:00
WIP: POC of STL import geometry node

Why you don't add other format in importing system now ?

Gangneron commented on issue blender/blender#119102 2024-03-06 09:58:09 +01:00
4.2 alpha: try/except no longer has red reserved-word highlighting color

I ho to patch problem and fix incorrect commentary syntax

Gangneron commented on issue blender/blender#119102 2024-03-06 09:47:19 +01:00
4.2 alpha: try/except no longer has red reserved-word highlighting color

@ideasman42 I think you also need to change text_intern.hh because I also put it at the top. if you want I will take care of it

Gangneron commented on issue blender/blender#118862 2024-03-04 18:22:04 +01:00
Design : GLSL compile

@pragma37 For me GLSL no compile when write the script and no execute

Gangneron commented on issue blender/blender#118862 2024-03-04 18:18:07 +01:00
Design : GLSL compile

the code of shader have create by Clément Foucault in #116793 and i don't check if was good.

Gangneron closed pull request blender/blender#116793 2024-03-04 18:17:04 +01:00
Text Editor: Add GLSL support language
Gangneron reopened pull request blender/blender#116793 2024-03-04 18:16:50 +01:00
Text Editor: Add GLSL support language
Gangneron commented on issue studio/flamenco#99426 2024-03-01 16:39:09 +01:00
Web frontend for configuration management

Ok no problem. I speak of my idea on #flameco channel on Blender Chat

Gangneron commented on issue studio/flamenco#99426 2024-03-01 16:02:13 +01:00
Web frontend for configuration management

Okay I'll start development and ask for your opinion as we go. quick question I saw that this task was in the GSoc, is it compulsory to be 18 ? because I'm 15 and I want to do it. In any case I…

Gangneron commented on issue studio/flamenco#99426 2024-03-01 10:01:15 +01:00
Web frontend for configuration management

hello what do you want to be able to manage in this interface and do you already have an idea of what you want as a final result at the interface level

Gangneron commented on issue blender/blender#105461 2024-03-01 09:17:41 +01:00
Language names may be incorrect in the language menu

I think we can change the name of the languages and correct afterwards if we have comments from users but a user of this language has never come, we say "it's correct" or "it's incorrect", so I…

Gangneron commented on issue blender/blender#105461 2024-02-29 22:53:15 +01:00
Language names may be incorrect in the language menu

You want than test to change the name of language ?

Gangneron commented on issue blender/blender#118862 2024-02-29 21:03:29 +01:00
Design : GLSL compile

For example you write the following shader in the blender text editor.

you will want to execute it on an

object in your scene for example. You must therefore compile the shader and execute…

Gangneron commented on issue blender/blender#118862 2024-02-29 19:23:49 +01:00
Design : GLSL compile

Plus I would like it to work on all platforms.

Gangneron commented on issue blender/blender#118862 2024-02-29 19:21:46 +01:00
Design : GLSL compile

The goal is not to use python to create a shader but to be able to press the execute button and execute custom GLSL shaders. so you need a system to compile the shaders

Gangneron commented on issue blender/blender#118863 2024-02-29 16:42:42 +01:00
Design : Add DDS file support

DDS export works? if this is the case I would do the opposite operation of #115987 and I'm considering at this point adding dds creation tools and maybe doing a refactor of code and seeing if we…

Gangneron commented on issue blender/blender#118863 2024-02-29 15:48:31 +01:00
Design : Add DDS file support

Thank you for comment. In first time I think to support dds import and after export. But in the long term modifying mip map could be considered but that would then be the subject of another…