Merge branch 'blender-v4.5-release'
This commit is contained in:
@@ -60,8 +60,6 @@ inline std::ostream &operator<<(std::ostream &stream, const ObjectMatrices &matr
|
||||
/** \name ObjectInfos
|
||||
* \{ */
|
||||
|
||||
ENUM_OPERATORS(eObjectInfoFlag, OBJECT_NEGATIVE_SCALE)
|
||||
|
||||
inline void ObjectInfos::sync()
|
||||
{
|
||||
object_attrs_len = 0;
|
||||
|
||||
@@ -154,6 +154,7 @@ enum eObjectInfoFlag : uint32_t {
|
||||
/* Avoid skipped info to change culling. */
|
||||
OBJECT_NO_INFO = ~OBJECT_HOLDOUT
|
||||
};
|
||||
ENUM_OPERATORS(eObjectInfoFlag, OBJECT_ACTIVE_EDIT_MODE);
|
||||
|
||||
struct ObjectInfos {
|
||||
/** Uploaded as center + size. Converted to mul+bias to local coord. */
|
||||
|
||||
Reference in New Issue
Block a user