Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Implement SDK for DNM/SRF development #69

Open
NodokaHanamura opened this issue Aug 12, 2023 · 1 comment
Open

[FEATURE] Implement SDK for DNM/SRF development #69

NodokaHanamura opened this issue Aug 12, 2023 · 1 comment
Assignees
Labels
feature request Feature Request misc Bug/Feature relates to miscelleanous systems. TRIAGE Bug is a critical issue and must be prioritized above all else.

Comments

@NodokaHanamura
Copy link
Member

NodokaHanamura commented Aug 12, 2023

Feature Description
YS Blender scripts, with all due respect to Mofumofu and everyone else who has worked on them, are so outdated, that it is beyond belief.

The latest scripts target 2.49, a version that is over 13 years old at this point, which regardless of our opinion on the direction blender has gone, or the changes in workflow from 2.49 to 3.6, is absolutely, goddamn absurd.

Some members of our community on newer hardware cannot even run the older version of blender properly, even in a virtual environment.

Why is this feature important?
Something has to be done here. We need to update the scripts to support at least the latest LTS version of blender.

Any examples as to how this feature would work?

Optimally, like the YS Blender scripts we have, but for modern versions of Blender.

@NodokaHanamura NodokaHanamura added enhancement TRIAGE Bug is a critical issue and must be prioritized above all else. misc Bug/Feature relates to miscelleanous systems. labels Aug 12, 2023
@decaff42
Copy link

There are several issues to address in the newer Blender versions:

  1. How to assign colors to individual faces.

In Blender 3.3.9 and earlier you can select an individual faces to vertex paint. In blender 3.4+ I am struggling to find a way to do this. If it cannot be solved then it will be more complicated to workflow and code.

  1. How to view the painted model without shading

This is a trivial setting change, but not something that is default in blender 2.8+

  1. How two assign custom properties to mesh faces for transparencies, bright status, doublesided, and light sprites.

  2. How to visualize transparent and double-sided mesh elements

  3. How to Assign custom properties to objects (CLAs, STAs, etc)

@NodokaHanamura NodokaHanamura added feature request Feature Request and removed enhancement labels Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature Request misc Bug/Feature relates to miscelleanous systems. TRIAGE Bug is a critical issue and must be prioritized above all else.
Projects
None yet
Development

No branches or pull requests

5 participants