- Updated titles and descriptions for shader and animation panels to reflect new naming conventions. - Enhanced explanations in the shader panel documentation, emphasizing automatic saving and loading of material properties. - Revised the squirrel tab documentation to clarify its functionality and integration with the animation system. - Added new sections for LOD properties and ScriptedObject properties in the custom properties reference. - Adjusted object types and asset types documentation to align with the latest naming and categorization standards. - Improved tutorial content for animations, materials, and physics, ensuring consistency with the updated interface. - Updated index page to reflect the new structure and provide clearer navigation for users.
24 lines
941 B
Plaintext
24 lines
941 B
Plaintext
---
|
|
title: Develter Documentation
|
|
description: Documentation des outils Develter — addon Blender GS Framework et scripting Squirrel.
|
|
template: splash
|
|
hero:
|
|
tagline: La documentation des outils Develter — import/export de scènes GS Framework dans Blender et scripting Squirrel.
|
|
actions:
|
|
- text: Documentation Blender
|
|
link: /blender/getting-started/installation/
|
|
icon: right-arrow
|
|
variant: primary
|
|
- text: Documentation Squirrel
|
|
link: /squirrel/overview/
|
|
icon: right-arrow
|
|
variant: minimal
|
|
---
|
|
|
|
import { LinkCard, CardGrid } from '@astrojs/starlight/components';
|
|
|
|
<CardGrid>
|
|
<LinkCard title="Blender" href="/blender/getting-started/installation/" description="Addon GS Framework : import/export de scènes, géométrie, matériaux, physique, tracks et animations." />
|
|
<LinkCard title="Squirrel" href="/squirrel/overview/" description="Le langage de scripting du moteur." />
|
|
</CardGrid>
|