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

投稿ツリー


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

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

msg# 1.68
depth:
1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2014/2/26 10:08
完全無欠猫  長老 居住地: 兵庫  投稿数: 750
Crash関係:
SHA-1: ca2b4323a8b20e20c8b5ffe980d27da58d7b2b07
* Fix T38003: Skin modifier crash with long edges

SHA-1: f2309ba57943eb7e5a06119b6d45d9ba3b664c8b
* Fix T38824: curve which is constrained on a hidden layer causes cycles crash
 Issue was caused by cycles setting scene frame which will update scene for
 all the layers (not just visible ones) which confuses depsgraph making
 objects which are needed as dependency are not really evaluated.
 Made it so setting frame via scene.frame_set() which check whether update
 need to be flushed to an invisible objects and do this if so.
 Not ideal solution but seems to be safest at this point.

SHA-1: d9637fb3beb595c3e6387f79da500987cdea411e
* Fix T38745: Curve parent crash when rendering animation
 Issue was caused by curve orco calculation for rendering being freed
 curve path and not calculating it back.
 This left depsgraph in a state that it believed all the object data
 is up to date but in fact some parts of data was freed by convert
 blender.
 Now made it so path is not being freed by render thread. This is
 rather a workaround actually because ideally render thread need
 to use copy-on-write here or at least use local cache here. But
 current logic should be closer to what was happening in previous release.

投票数:1 平均点:0.00

  条件検索へ


ログイン

ユーザ名:

パスワード:



パスワード紛失

クイックリンク

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

●ニュース(英文)
BlenderNation

●Blenderコミュニティ
blenderartists.org

●Blender Q&A
- Blender Stack Exchange

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


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