2.50:
svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19820:HEAD Notes: * Game and sequencer RNA, and sequencer header are now out of date a bit after changes in trunk. * I didn't know how to port these bugfixes, most likely they are not needed anymore. * Fix "duplicate strip" always increase the user count for ipo. * IPO pinning on sequencer strips was lost during Undo.
This commit is contained in:
@@ -34,7 +34,7 @@ effect: constructs a new CStringValue
|
||||
m_strString = "[Illegal String constructor call]";
|
||||
}
|
||||
|
||||
CStringValue::CStringValue(STR_String txt,STR_String name,AllocationTYPE alloctype)
|
||||
CStringValue::CStringValue(const char *txt,const char *name,AllocationTYPE alloctype)
|
||||
/*
|
||||
pre:
|
||||
effect: constructs a new CStringValue containing text txt
|
||||
@@ -133,7 +133,7 @@ bool CStringValue::IsEqual(const STR_String & other)
|
||||
CValue* CStringValue::GetReplica()
|
||||
{
|
||||
CStringValue* replica = new CStringValue(*this);
|
||||
CValue::AddDataToReplica(replica);
|
||||
replica->ProcessReplica();
|
||||
return replica;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user