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:
@@ -48,7 +48,7 @@ CVectorValue::CVectorValue(float x,float y,float z, AllocationTYPE alloctype)
|
||||
m_vec[KX_Z] = m_transformedvec[KX_Z] = z;
|
||||
|
||||
}
|
||||
CVectorValue::CVectorValue(double vec[],STR_String name,AllocationTYPE alloctype) {
|
||||
CVectorValue::CVectorValue(double vec[],const char *name,AllocationTYPE alloctype) {
|
||||
|
||||
SetCustomFlag1(false);//FancyOutput=false;
|
||||
|
||||
@@ -204,7 +204,7 @@ const STR_String & CVectorValue::GetText()
|
||||
|
||||
CValue* CVectorValue::GetReplica() {
|
||||
CVectorValue* replica = new CVectorValue(*this);
|
||||
CValue::AddDataToReplica(replica);
|
||||
replica->ProcessReplica();
|
||||
return replica;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user