Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/readfile.c
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
| Show First 20 Lines • Show All 6,613 Lines • ▼ Show 20 Lines | sce->toolsettings->imapaint.stencil = newlibadr( | ||||
| fd, sce->id.lib, sce->toolsettings->imapaint.stencil); | fd, sce->id.lib, sce->toolsettings->imapaint.stencil); | ||||
| } | } | ||||
| if (sce->toolsettings->imapaint.clone) { | if (sce->toolsettings->imapaint.clone) { | ||||
| sce->toolsettings->imapaint.clone = newlibadr( | sce->toolsettings->imapaint.clone = newlibadr( | ||||
| fd, sce->id.lib, sce->toolsettings->imapaint.clone); | fd, sce->id.lib, sce->toolsettings->imapaint.clone); | ||||
| } | } | ||||
| if (sce->toolsettings->sculpt) { | |||||
| sce->toolsettings->sculpt->gravity_object = newlibadr( | |||||
| fd, sce->id.lib, sce->toolsettings->sculpt->gravity_object); | |||||
| sce->toolsettings->sculpt->filter_texture = newlibadr( | |||||
| fd, sce->id.lib, sce->toolsettings->sculpt->filter_texture); | |||||
| } | |||||
| if (sce->toolsettings->imapaint.canvas) { | if (sce->toolsettings->imapaint.canvas) { | ||||
| sce->toolsettings->imapaint.canvas = newlibadr( | sce->toolsettings->imapaint.canvas = newlibadr( | ||||
| fd, sce->id.lib, sce->toolsettings->imapaint.canvas); | fd, sce->id.lib, sce->toolsettings->imapaint.canvas); | ||||
| } | } | ||||
| sce->toolsettings->particle.shape_object = newlibadr( | sce->toolsettings->particle.shape_object = newlibadr( | ||||
| fd, sce->id.lib, sce->toolsettings->particle.shape_object); | fd, sce->id.lib, sce->toolsettings->particle.shape_object); | ||||
| ▲ Show 20 Lines • Show All 5,997 Lines • Show Last 20 Lines | |||||