# animation_nodes_manual **Repository Path**: lightsp/animation_nodes_manual ## Basic Information - **Project Name**: animation_nodes_manual - **Description**: Blender animation nodes manual . Blender 动画节点文档镜像,方便国内下载。 https://github.com/JacquesLucke/animation_nodes_manual - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-17 - **Last Updated**: 2020-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Animation Nodes Manual https://docs.animation-nodes.com This is the official manual for the [Animation Nodes](https://github.com/JacquesLucke/animation_nodes) project. ## Contributing 1. Fork the repository. 2. Add some useful description of nodes, images, examples, correct typos, ... 3. Create a pull request to integrate your modifications into the official repository. 4. Wait for your modifications to be accepted. 5. Congratulations, you have added some very useful information for future users! ## Building 1. Install [Hugo](https://gohugo.io/). 2. Clone the forked repository to your computer. 3. Open the folder that contains the repository. 4. Execute `hugo` to build the documentation to the `public/` directory. 5. Or execute `hugo server` and open the browser at `localhost:1313` for live builds.