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:
@@ -54,7 +54,7 @@ effect: constructs a new CIntValue containing cInt innie
|
||||
|
||||
|
||||
|
||||
CIntValue::CIntValue(cInt innie,STR_String name,AllocationTYPE alloctype)
|
||||
CIntValue::CIntValue(cInt innie,const char *name,AllocationTYPE alloctype)
|
||||
{
|
||||
m_int = innie;
|
||||
SetName(name);
|
||||
@@ -311,7 +311,7 @@ const STR_String & CIntValue::GetText()
|
||||
|
||||
CValue* CIntValue::GetReplica() {
|
||||
CIntValue* replica = new CIntValue(*this);
|
||||
CValue::AddDataToReplica(replica);
|
||||
replica->ProcessReplica();
|
||||
replica->m_pstrRep = NULL;
|
||||
|
||||
return replica;
|
||||
|
||||
Reference in New Issue
Block a user