Roman Markov

Results 6 issues of Roman Markov

Do not suggest using it. https://openframeworks.cc/setup/msys2/ https://github.com/openframeworks/openFrameworks/blob/master/docs/msys2.md ``` C:\Users\Asus-PC>setx PATH "c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%" WARNING: The data being saved is truncated to 1024 characters. SUCCESS: Specified value was saved. ``` It takes `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session...

Why do the results differ? ```py def show(bytearray): print("".join(fr"\x{format(x, '02x')}" for x in bytearray)) def _byte(b): return bytes((b, )) def encode(number): """Pack `number` into varint bytes""" buf = b'' while...

```cmd C:\Program Files (x86)\Steam\steamapps\common\Blender\4.1\scripts\addons\io_scene_gltf2\io\exp\gltf2_io_image_data.py:25: DeprecationWarning: invalid escape sequence '\.' regex_dot = re.compile("\.") C:\Program Files (x86)\Steam\steamapps\common\Blender\4.1\scripts\addons\io_scene_gltf2\io\exp\gltf2_io_image_data.py:27: DeprecationWarning: invalid escape sequence '\]' new_name = "".join([char for char in adjusted_name if char not...

The texture pixel data should be involved. - [ ] An exception handled by Pillow

enhancement

Make: - [x] [Occlusion](https://learnopengl.com/Advanced-Lighting/Parallax-Mapping) - [ ] [Relief](https://www.cs.purdue.edu/cgvlab/courses/434/434_Spring_2013/lectures/References/DepthImagesForRenderingSurfaceDetail.pdf) - [ ] [Contact Refinement](https://www.artstation.com/andreariccardi/blog/3VPo/a-new-approach-for-parallax-mapping-presenting-the-contact-refinement-parallax-mapping-technique#:~:text=The%20Contact%20Refinement%20Parallax%20Mapping%20gives%20especially%20good%20results%20when,visible%20with%20the%20other%20techniques.) - [ ] Chose one - [ ] Code My attempts show that parallax and untiling does...

enhancement

**Describe the bug** > Finished glTF 2.0 export in 294.57832312583923 s ```py for material in bpy.data.materials: if not material.node_tree: continue nodes = material.node_tree.nodes for node in nodes: if node.bl_idname ==...

duplicate
enhancement