Re: 最新版の修正情報で気になったもの

投稿ツリー


このトピックの投稿一覧へ

通常 Re: 最新版の修正情報で気になったもの

msg# 1.52
depth:
1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2014/1/31 11:56
完全無欠猫  長老 居住地: 兵庫  投稿数: 750
Crash関係:
SHA-1: 2011156eec720a01088bc0bd02bd4021e39d7c65
* Fix for crash linking node groups through bpy.data.library
 Defer creating the Python objects until after appending is finished
 because NodeTree's types are not initialized until then.

SHA-1: 2b55d7895ced2c737e827e6a808634f730d275fc
* Fix T38403: Laplacian smooth on instanced objects leads to crash.
 The laplacian modifiers (smooth and deform) use the OpenNL library,
 which is not threadsafe due to the use of a global context variable.
 Ideally this would be changed so that an explicit context can be
 created for every caller of the OpenNL functions, but since OpenNL's
 most recent version is from 2010 this is unlikely to happen.
 As a workaround for now just use a mutex to prevent conflicting OpenNL
 calls. Eventually OpenNL can be replaced by eigen or ceres.

投票数:4 平均点:2.50

  条件検索へ


ログイン

ユーザ名:

パスワード:



パスワード紛失

クイックリンク

2021/07/01版
●Blender.org
BlenderFoundation
- Blenderのダウンロード
- 公式チュート等
- 公式マニュアル(和訳)

●ニュース(英文)
BlenderNation

●Blenderコミュニティ
blenderartists.org

●Blender Q&A
- Blender Stack Exchange

●テストビルド
Buildbot(自動生成)


●開発関連
公式開発サイト
Blender開発blog
Blender Wiki