积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(39)Blender(39)

语言

全部英语(16)中文(简体)(13)中文(繁体)(10)

格式

全部PDF文档 PDF(36)其他文档 其他(3)
 
本次搜索耗时 0.336 秒,为您找到相关结果约 39 个.
  • 全部
  • 综合其他
  • Blender
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 Blender NIF Plugin Documentation Release 2.6.0a0.dev4

    MeshFace.vertices to bpy.types.Mesh.vertices, so you need for instance: (b_mesh.vertices[b_vertex_index].co for b_vertex_index in b_face.vertices) when requiring the actual vertex coordinates of a bpy.types unpack_face_list b_mesh.vertices.add(len(verts)) b_mesh.faces.add(len(faces)) b_mesh.vertices.foreach_set("co", unpack_list(verts)) b_mesh.faces.foreach_set("vertices_raw", unpack_face_list(faces)) After this = uvs[face[2]] To import say vertices one by one, use: b_mesh.vertices.add(1) b_mesh.vertices[-1].co = ... Note This can be improved by batch importing vertices instead of creating verts one by one
    0 码力 | 112 页 | 107.36 KB | 1 年前
    3
  • pdf文档 Blender NIF Plugin Release 2.6.0a0.dev4

    MeshFace.vertices to bpy.types.Mesh.vertices, so you need for instance: (b_mesh.vertices[b_vertex_index].co for b_vertex_index in b_face.vertices) when requiring the actual vertex coordinates of a bpy.types unpack_face_list b_mesh.vertices.add(len(verts)) b_mesh.faces.add(len(faces)) b_mesh.vertices.foreach_set("co", unpack_list(verts)) b_mesh.faces.foreach_set("vertices_raw", unpack_face_list(faces)) After this = uvs[face[2]] To import say vertices one by one, use: b_mesh.vertices.add(1) b_mesh.vertices[-1].co = ... Note: This can be improved by batch importing vertices instead of creating verts one by one
    0 码力 | 81 页 | 266.16 KB | 1 年前
    3
  • pdf文档 Blender NIF Plugin Documentation Release 2.6.0a0.dev4

    MeshFace.vertices to bpy.types.Mesh.vertices, so you need for instance: (b_mesh.vertices[b_vertex_index].co for b_vertex_index in b_face.vertices) when requiring the actual vertex coordinates of a bpy.types unpack_face_list b_mesh.vertices.add(len(verts)) b_mesh.faces.add(len(faces)) b_mesh.vertices.foreach_set("co", unpack_list(verts)) b_mesh.faces.foreach_set("vertices_raw", unpack_face_list(faces)) After this = uvs[face[2]] To import say vertices one by one, use: b_mesh.vertices.add(1) b_mesh.vertices[-1].co = ... Note: This can be improved by batch importing vertices instead of creating verts one by one
    0 码力 | 81 页 | 267.59 KB | 1 年前
    3
  • epub文档 Blender NIF Plugin Release 2.6.0a0.dev4

    MeshFace.vertices to bpy.types.Mesh.vertices, so you need for instance: (b_mesh.vertices[b_vertex_index].co for b_vertex_index in b_face.vertices) when requiring the actual vertex coordinates of a bpy.types unpack_face_list b_mesh.vertices.add(len(verts)) b_mesh.faces.add(len(faces)) b_mesh.vertices.foreach_set("co", unpack_list(verts)) b_mesh.faces.foreach_set("vertices_raw", unpack_face_list(faces)) After this = uvs[face[2]] To import say vertices one by one, use: b_mesh.vertices.add(1) b_mesh.vertices[-1].co = ... Note This can be improved by batch importing vertices instead of creating verts one by one
    0 码力 | 113 页 | 102.69 KB | 1 年前
    3
  • pdf文档 Blender v3.4 参考手册(繁体中文版)

    technological areas -- and you, too, can become a great artist. Blender's History In 1988, Ton Roosendaal co-founded the Dutch animation studio NeoGeo. NeoGeo quickly became the largest 3D animation studio in similar normal as those selected. This is a way to select faces that have the same orientation (angle). Co-planar Selects all faces that are (nearly) in the same plane as those selected. Flat/Smooth Selects closest point on line segment. Move U co-ordinates onto the line. Move V co-ordinates onto the line. Move U co-ordinates to the midpoint of the selection. Move V co-ordinates to the midpoint of the selection
    0 码力 | 4469 页 | 258.38 MB | 1 年前
    3
  • pdf文档 Blender v3.3 参考手册(繁体中文版)

    technological areas -- and you, too, can become a great artist. Blender's History In 1988, Ton Roosendaal co-founded the Dutch animation studio NeoGeo. NeoGeo quickly became the largest 3D animation studio in similar normal as those selected. This is a way to select faces that have the same orientation (angle). Co-planar Selects all faces that are (nearly) in the same plane as those selected. Flat/Smooth Selects segment. Move U co-ordinates onto the line. Move V co-ordinates onto the line. Align X: Align Y: Align Auto: Editor: Mode: 選單: Editor: Mode: 選單: Editor: Mode: Header: 選單: Move U co-ordinates to the
    0 码力 | 4464 页 | 259.55 MB | 1 年前
    3
  • pdf文档 Blender v3.4 Manual

    technological areas – and you, too, can become a great artist. Blender’s History In 1988, Ton Roosendaal co-founded the Dutch animation studio NeoGeo. NeoGeo quickly became the largest 3D animation studio in similar normal as those selected. This is a way to select faces that have the same orientation (angle). Co-planar Selects all faces that are (nearly) in the same plane as those selected. Flat/Smooth Selects closest point on line segment. Move U co-ordinates onto the line. Move V co-ordinates onto the line. Move U co-ordinates to the midpoint of the selection. Move V co-ordinates to the midpoint of the selection
    0 码力 | 4462 页 | 256.59 MB | 1 年前
    3
  • pdf文档 Blender v3.3 Manual

    technological areas – and you, too, can become a great artist. Blender’s History In 1988, Ton Roosendaal co-founded the Dutch animation studio NeoGeo. NeoGeo quickly became the largest 3D animation studio in similar normal as those selected. This is a way to select faces that have the same orientation (angle). Co-planar Selects all faces that are (nearly) in the same plane as those selected. Flat/Smooth Selects Move U co-ordinates onto the line. Move V co-ordinates onto the line. Align X: Align Y: Align Auto: Editor: Mode: Menu: Editor: Mode: Menu: Editor: Mode: Header: Menu: Shortcut: Move U co-ordinates
    0 码力 | 4462 页 | 257.85 MB | 1 年前
    3
  • pdf文档 Blender v3.1 参考手册(繁体中文版)

    technological areas and you too can become a great artist. Blender's History In 1988, Ton Roosendaal co-founded the Dutch animation studio NeoGeo. NeoGeo quickly became the largest 3D animation studio in similar normal as those selected. This is a way to select faces that have the same orientation (angle). Co-planar Selects all faces that are (nearly) in the same plane as those selected. Flat/Smooth Selects simple/name: ee9c7b60-02f1-4058-bed6-539b8d2a6d34:character/Ellie/poselib:character- Ellie-poselib cd66bf52-58f4-45cb-a4e2-dc0e0ee8f3fe:character/Ellie/poselib:character- Ellie 4eb44ec6-3424-405b-9782
    0 码力 | 4393 页 | 256.31 MB | 1 年前
    3
  • pdf文档 Blender v3.1 Manual

    technological areas and you too can become a great artist. Blender’s History In 1988, Ton Roosendaal co-founded the Dutch animation studio NeoGeo. NeoGeo quickly became the largest 3D animation studio in similar normal as those selected. This is a way to select faces that have the same orientation (angle). Co-planar Selects all faces that are (nearly) in the same plane as those selected. Flat/Smooth Selects simple/name: ee9c7b60-02f1-4058-bed6-539b8d2a6d34:character/Ellie/poselib:character- Ellie-poselib cd66bf52-58f4-45cb-a4e2-dc0e0ee8f3fe:character/Ellie/poselib:character- Ellie 4eb44ec6-3424-405b-9782
    0 码力 | 4386 页 | 254.56 MB | 1 年前
    3
共 39 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
BlenderNIFPluginDocumentationRelease2.60a0dev4v3参考手册参考手册繁体中文繁体中文Manual
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩