New extension: ParticleFur3D - #2211
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
extension/monjanse/2210
branch
from
July 31, 2026 13:46
8b6dbf2 to
72bc83b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Particle Fur 3D adds animated outer coat and undercoat to GDevelop 3D Model
objects.
The fur follows the source model's skeletal animation, can sample the model's
base-color texture, and can be restricted or styled with Blender vertex-group
masks exported as GLB custom attributes.
Main use cases include:
How to use the extension
ParticleFur3D.json.exporter.
_VG_...FLOAT/POINT mesh attributes.Common groups recognized automatically include:
BODYHEADFEETPAWSEARSINNEREARSTAILLONGFURFEETandPAWSare mapped separately so legs do not consume the root budgetreserved for paws and toes.
The included example package uses a model with exported regional groups and can
be used to verify installation and configuration.
Particle Fur 3D Blender Vertex Group Exporter v1.0.0
This Blender add-on copies vertex-group weights into custom mesh
attributes that can be exported through glTF/GLB and read by the
Particle Fur 3D GDevelop extension.
Installation
ParticleFur3D_Blender_Helper_v1.0.0.zip.The panel appears in:
3D Viewport > Sidebar (N) > Particle Fur 3D
The
.pyfile can also be opened and run in Blender's Text Editor.Running it directly registers the same panel.
Exporting a group
Example:
tail_fur_VG_tail_furtail_furBlender's glTF exporter exports mesh attributes whose names begin with
an underscore. Keep mesh/data attributes enabled in the glTF export
settings.
Exporting several groups
Enter names separated by commas, semicolons,
|, or new lines:Then click Export Named Groups.
particlefur3dexample.zip
Checklist
repository, distributed, and MIT licensed.
my explicit consent for future maintenance.
ParticleFur3D.zip
Checklist
AI usage
Example file
particlefur3dexample.zip
Extension file
particlefur.zip
Extension by @monjanse
You can update the extension on this "Pull Request" by commenting the update command: in the comment field, type
!update, then drag and drop a zip file with your extension file in the commenting field, like how you initially submitted the extension. It should look like this:It can take a few seconds for the file to fully upload and show as the above. Once it is like shown above, click "Comment" and let the bot do the rest!