 Blender NIF Plugin
Release 2.6.0a0.dev4Welcome to Blender NIF Plugin documentation! Warning Documentation is incomplete and is still a work in progress. The Blender Nif Plugin is a Blender addon that adds support for import and export NIF NIF files. The Nif Plugin allows the user to create custom content for a variety of games which use the nif format. Features: Native support for reading & writing of .nif files. Integration with Blender the Blender Nif Plugin. Fedora For Fedora 16 and up, Blender 2.7x is available via yum: sudo yum install blender Install and Register the Addon 1. Download the blender nif plugin .zip release [https://github0 码力 | 113 页 | 102.69 KB | 1 年前3 Blender NIF Plugin
Release 2.6.0a0.dev4Welcome to Blender NIF Plugin documentation! Warning Documentation is incomplete and is still a work in progress. The Blender Nif Plugin is a Blender addon that adds support for import and export NIF NIF files. The Nif Plugin allows the user to create custom content for a variety of games which use the nif format. Features: Native support for reading & writing of .nif files. Integration with Blender the Blender Nif Plugin. Fedora For Fedora 16 and up, Blender 2.7x is available via yum: sudo yum install blender Install and Register the Addon 1. Download the blender nif plugin .zip release [https://github0 码力 | 113 页 | 102.69 KB | 1 年前3
 Blender NIF Plugin Documentation
Release 2.6.0a0.dev4Welcome to Blender NIF Plugin documentation! Warning Documentation is incomplete, and is still a work in progress. The Blender Nif Plugin is a Blender addon that adds support for import and export NIF NIF files. The Nif Plugin allows the user to create custom content for a variety of games which use the nif format. Features: Native support for reading & writing of .nif files. Integration with Blender the Blender Nif Plugin. Fedora For Fedora 16 and up, Blender 2.7x is available via yum: sudo yum install blender Install and Register the Addon 1. Download the blender nif plugin .zip release [https://github0 码力 | 112 页 | 107.36 KB | 1 年前3 Blender NIF Plugin Documentation
Release 2.6.0a0.dev4Welcome to Blender NIF Plugin documentation! Warning Documentation is incomplete, and is still a work in progress. The Blender Nif Plugin is a Blender addon that adds support for import and export NIF NIF files. The Nif Plugin allows the user to create custom content for a variety of games which use the nif format. Features: Native support for reading & writing of .nif files. Integration with Blender the Blender Nif Plugin. Fedora For Fedora 16 and up, Blender 2.7x is available via yum: sudo yum install blender Install and Register the Addon 1. Download the blender nif plugin .zip release [https://github0 码力 | 112 页 | 107.36 KB | 1 年前3
 Go 101 (Golang 101)  v1.21.0Contents §0. About Go 101 - why this book is written. §1. Acknowledgments §2. An Introduction of Go - why Go is worth learning. §3. The Go Toolchain - how to compile and run Go programs. Become Become Familiar With Go Code §4. Introduction of Source Code Elements §5. Keywords and Identifiers §6. Basic Types and Their Value Literals §7. Constants and Variables - also introduces untyped values and Panic/Recover Go Type System §14. Go Type System Overview - a must read to master Go programming. §15. Pointers §16. Structs §17. Value Parts - to gain a deeper understanding into Go values. §18. Arrays0 码力 | 610 页 | 945.17 KB | 1 年前3 Go 101 (Golang 101)  v1.21.0Contents §0. About Go 101 - why this book is written. §1. Acknowledgments §2. An Introduction of Go - why Go is worth learning. §3. The Go Toolchain - how to compile and run Go programs. Become Become Familiar With Go Code §4. Introduction of Source Code Elements §5. Keywords and Identifiers §6. Basic Types and Their Value Literals §7. Constants and Variables - also introduces untyped values and Panic/Recover Go Type System §14. Go Type System Overview - a must read to master Go programming. §15. Pointers §16. Structs §17. Value Parts - to gain a deeper understanding into Go values. §18. Arrays0 码力 | 610 页 | 945.17 KB | 1 年前3
 Go 101 (Golang 101)  v1.21.0About Go 101 - why this book is written. §1. Acknowledgments §2. An Introduction of Go - why Go is worth learning. §3. The Go Toolchain - how to compile and run Go programs. Become Familiar With Go Code Panic/Recover Go Type System §14. Go Type System Overview - a must read to master Go programming. §15. Pointers §16. Structs §17. Value Parts - to gain a deeper understanding into Go values. §18. Arrays Channels - the Go way to do concurrency synchronizations. §22. Methods §23. Interfaces - value boxes used to do reflection and polymorphism. §24. Type Embedding - type extension in the Go way. §25. Type-Unsafe0 码力 | 880 页 | 833.34 KB | 1 年前3 Go 101 (Golang 101)  v1.21.0About Go 101 - why this book is written. §1. Acknowledgments §2. An Introduction of Go - why Go is worth learning. §3. The Go Toolchain - how to compile and run Go programs. Become Familiar With Go Code Panic/Recover Go Type System §14. Go Type System Overview - a must read to master Go programming. §15. Pointers §16. Structs §17. Value Parts - to gain a deeper understanding into Go values. §18. Arrays Channels - the Go way to do concurrency synchronizations. §22. Methods §23. Interfaces - value boxes used to do reflection and polymorphism. §24. Type Embedding - type extension in the Go way. §25. Type-Unsafe0 码力 | 880 页 | 833.34 KB | 1 年前3
 Golang 101(Go语言101 中文版)  v1.21.a目录 第0章:关于《Go语言101》 - 为什么写这本书 第1章:致谢 第2章:Go语言简介 - 为什么Go语言值得学习 第3章:Go官方工具链 - 如何编译和运行Go程序 Go编程入门 第4章:程序源代码基本元素介绍 第5章:关键字和标识符 第6章:基本类型和它们的字面量表示 第7章:常量和变量 - 顺便介绍了类型不确定值和类型推断 第8章:运算操作符 - 顺便介绍了更多的类型推断规则 第13章:协程、延迟函数调用、以及恐慌和恢复 Go类型系统 第14章:Go类型系统概述 - 精通Go编程必读 第15章:指针 第16章:结构体 第17章:值部 - 为了更容易和更深刻地理解Go中的各种值 第18章:数组、切片和映射 - Go中的首要容器类型 第19章:字符串 第20章:函数 - 函数类型和函数值,以及变长参数个数函数 第21章:通道 - Go特色的并发同步方式 第22章:方法 第23章:接口 第41章:Go中的内存顺序保证 第42章:一些常见并发编程错误 内存相关 第43章:内存块 第44章:关于Go值的内存布局 第45章:一些可能的内存泄漏场景 一些总结 第46章:一些简单的总结 第47章:关于Go中的nil 第48章:类型转换、赋值和值比较规则大全 第49章:Go中的一些语法/语义例外 第50章:Go细节101 第51章:Go问答101 第52章:Go技巧101 第53章:更多关于Go的知识0 码力 | 821 页 | 956.82 KB | 1 年前3 Golang 101(Go语言101 中文版)  v1.21.a目录 第0章:关于《Go语言101》 - 为什么写这本书 第1章:致谢 第2章:Go语言简介 - 为什么Go语言值得学习 第3章:Go官方工具链 - 如何编译和运行Go程序 Go编程入门 第4章:程序源代码基本元素介绍 第5章:关键字和标识符 第6章:基本类型和它们的字面量表示 第7章:常量和变量 - 顺便介绍了类型不确定值和类型推断 第8章:运算操作符 - 顺便介绍了更多的类型推断规则 第13章:协程、延迟函数调用、以及恐慌和恢复 Go类型系统 第14章:Go类型系统概述 - 精通Go编程必读 第15章:指针 第16章:结构体 第17章:值部 - 为了更容易和更深刻地理解Go中的各种值 第18章:数组、切片和映射 - Go中的首要容器类型 第19章:字符串 第20章:函数 - 函数类型和函数值,以及变长参数个数函数 第21章:通道 - Go特色的并发同步方式 第22章:方法 第23章:接口 第41章:Go中的内存顺序保证 第42章:一些常见并发编程错误 内存相关 第43章:内存块 第44章:关于Go值的内存布局 第45章:一些可能的内存泄漏场景 一些总结 第46章:一些简单的总结 第47章:关于Go中的nil 第48章:类型转换、赋值和值比较规则大全 第49章:Go中的一些语法/语义例外 第50章:Go细节101 第51章:Go问答101 第52章:Go技巧101 第53章:更多关于Go的知识0 码力 | 821 页 | 956.82 KB | 1 年前3
 Golang 101(Go语言101 中文版)  v1.21.a目录 第0章:关于《Go语言101》 - 为什么写这本书 第1章:致谢 第2章:Go语言简介 - 为什么Go语言值得学习 第3章:Go官方工具链 - 如何编译和运行Go程序 Go编程入门 第4章:程序源代码基本元素介绍 第5章:关键字和标识符 第6章:基本类型和它们的字面量表示 第7章:常量和变量 - 顺便介绍了类型不确定值和类型推断 第8章:运算操作符 - 顺便介绍了更多的类型推断规则 第13章:协程、延迟函数调用、以及恐慌和恢复 Go类型系统 第14章:Go类型系统概述 - 精通Go编程必读 第15章:指针 第16章:结构体 第17章:值部 - 为了更容易和更深刻地理解Go中的各种值 第18章:数组、切片和映射 - Go中的首要容器类型 第19章:字符串 第20章:函数 - 函数类型和函数值,以及变长参数个数函数 第21章:通道 - Go特色的并发同步方式 第22章:方法 第23章:接口 第41章:Go中的内存顺序保证 第42章:一些常见并发编程错误 内存相关 第43章:内存块 第44章:关于Go值的内存布局 第45章:一些可能的内存泄漏场景 一些总结 第46章:一些简单的总结 第47章:关于Go中的nil 第48章:类型转换、赋值和值比较规则大全 第49章:Go中的一些语法/语义例外 第50章:Go细节101 第51章:Go问答101 第52章:Go技巧1010 码力 | 608 页 | 1.08 MB | 1 年前3 Golang 101(Go语言101 中文版)  v1.21.a目录 第0章:关于《Go语言101》 - 为什么写这本书 第1章:致谢 第2章:Go语言简介 - 为什么Go语言值得学习 第3章:Go官方工具链 - 如何编译和运行Go程序 Go编程入门 第4章:程序源代码基本元素介绍 第5章:关键字和标识符 第6章:基本类型和它们的字面量表示 第7章:常量和变量 - 顺便介绍了类型不确定值和类型推断 第8章:运算操作符 - 顺便介绍了更多的类型推断规则 第13章:协程、延迟函数调用、以及恐慌和恢复 Go类型系统 第14章:Go类型系统概述 - 精通Go编程必读 第15章:指针 第16章:结构体 第17章:值部 - 为了更容易和更深刻地理解Go中的各种值 第18章:数组、切片和映射 - Go中的首要容器类型 第19章:字符串 第20章:函数 - 函数类型和函数值,以及变长参数个数函数 第21章:通道 - Go特色的并发同步方式 第22章:方法 第23章:接口 第41章:Go中的内存顺序保证 第42章:一些常见并发编程错误 内存相关 第43章:内存块 第44章:关于Go值的内存布局 第45章:一些可能的内存泄漏场景 一些总结 第46章:一些简单的总结 第47章:关于Go中的nil 第48章:类型转换、赋值和值比较规则大全 第49章:Go中的一些语法/语义例外 第50章:Go细节101 第51章:Go问答101 第52章:Go技巧1010 码力 | 608 页 | 1.08 MB | 1 年前3
 Krita 5.2 ManualDrawing Tablets What are Tablets? Supported Tablets Drivers and Pressure Sensitivity Where it can go wrong: Windows Wacom Tablets Loading and Saving Brushes The Brush settings drop-down Making a Brush Python Scripting Managing Python plugins Introduction to Python Scripting How to make a Krita Python plugin Tag Management Adding a New Tag for a Brush Assigning an Existing Tag to a Brush Changing a Tag’s select “All Download Versions” to get more choices. To determine your computer architecture manually, go to Settings ‣ About. Your architecture will be listed as the System Type in the Device Specifications0 码力 | 1502 页 | 79.07 MB | 1 年前3 Krita 5.2 ManualDrawing Tablets What are Tablets? Supported Tablets Drivers and Pressure Sensitivity Where it can go wrong: Windows Wacom Tablets Loading and Saving Brushes The Brush settings drop-down Making a Brush Python Scripting Managing Python plugins Introduction to Python Scripting How to make a Krita Python plugin Tag Management Adding a New Tag for a Brush Assigning an Existing Tag to a Brush Changing a Tag’s select “All Download Versions” to get more choices. To determine your computer architecture manually, go to Settings ‣ About. Your architecture will be listed as the System Type in the Device Specifications0 码力 | 1502 页 | 79.07 MB | 1 年前3
 Apache Kyuubi 1.7.1-rc0 DocumentationKubernetes, it can be used to find, share, and use software built for Kubernetes. Install Helm Please go to Installing Helm [https://helm.sh/docs/intro/install/] page to get and install an appropriate release server events go for the built-in JSON logger strin g 1.4.0 kyuubi.backend.ser ver.event.loggers A comma-separated list of server history loggers, where session/operation etc events go. JSON: the events timeout value of zero is interpreted as an infinite timeout. durati on 1.6.0 kyuubi.ctl.rest.spne go.host Apache Kyuubi 1.7.1-rc0 DocumentationKubernetes, it can be used to find, share, and use software built for Kubernetes. Install Helm Please go to Installing Helm [https://helm.sh/docs/intro/install/] page to get and install an appropriate release server events go for the built-in JSON logger strin g 1.4.0 kyuubi.backend.ser ver.event.loggers A comma-separated list of server history loggers, where session/operation etc events go. JSON: the events timeout value of zero is interpreted as an infinite timeout. durati on 1.6.0 kyuubi.ctl.rest.spne go.host- When auth schema is spnego, need to config spnego host. string 1.6.0 Delegation 0 码力 | 401 页 | 5.25 MB | 1 年前3
 Apache Kyuubi 1.7.0 DocumentationKubernetes, it can be used to find, share, and use software built for Kubernetes. Install Helm Please go to Installing Helm [https://helm.sh/docs/intro/install/] page to get and install an appropriate release server events go for the built-in JSON logger strin g 1.4.0 kyuubi.backend.ser ver.event.loggers A comma-separated list of server history loggers, where session/operation etc events go. JSON: the events timeout value of zero is interpreted as an infinite timeout. durati on 1.6.0 kyuubi.ctl.rest.spne go.host Apache Kyuubi 1.7.0 DocumentationKubernetes, it can be used to find, share, and use software built for Kubernetes. Install Helm Please go to Installing Helm [https://helm.sh/docs/intro/install/] page to get and install an appropriate release server events go for the built-in JSON logger strin g 1.4.0 kyuubi.backend.ser ver.event.loggers A comma-separated list of server history loggers, where session/operation etc events go. JSON: the events timeout value of zero is interpreted as an infinite timeout. durati on 1.6.0 kyuubi.ctl.rest.spne go.host- When auth schema is spnego, need to config spnego host. string 1.6.0 Delegation 0 码力 | 400 页 | 5.25 MB | 1 年前3
 Apache Kyuubi 1.7.0-rc1 DocumentationKubernetes, it can be used to find, share, and use software built for Kubernetes. Install Helm Please go to Installing Helm [https://helm.sh/docs/intro/install/] page to get and install an appropriate release server events go for the built-in JSON logger strin g 1.4.0 kyuubi.backend.ser ver.event.loggers A comma-separated list of server history loggers, where session/operation etc events go. JSON: the events timeout value of zero is interpreted as an infinite timeout. durati on 1.6.0 kyuubi.ctl.rest.spne go.host Apache Kyuubi 1.7.0-rc1 DocumentationKubernetes, it can be used to find, share, and use software built for Kubernetes. Install Helm Please go to Installing Helm [https://helm.sh/docs/intro/install/] page to get and install an appropriate release server events go for the built-in JSON logger strin g 1.4.0 kyuubi.backend.ser ver.event.loggers A comma-separated list of server history loggers, where session/operation etc events go. JSON: the events timeout value of zero is interpreted as an infinite timeout. durati on 1.6.0 kyuubi.ctl.rest.spne go.host- When auth schema is spnego, need to config spnego host. string 1.6.0 Delegation 0 码力 | 400 页 | 5.25 MB | 1 年前3
共 606 条
- 1
- 2
- 3
- 4
- 5
- 6
- 61














