Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-23Removed the omat matrix from DupliObject.Lukas Tönne
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-10DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs.Campbell Barton
2013-12-09Game Engine: Option to record static objects animationJames Yonan
2013-09-25fix error where BKE_mesh_cd_validate layer renaming would use invalid index v...Campbell Barton
2013-09-02fix odd (intentional) behavior with vertex parent,Campbell Barton
2013-08-26Cleanup: move defines into anon enums, as suggested by Joshua, thx.Bastien Montagne
2013-08-26Cleanup (bitflags are *so much* easy to handle and clear as bit-shift operati...Bastien Montagne
2013-08-19Tag object-data level boundbox as invalid rather than freeing itSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-01-24fix for G,G causing vertex slide in UV/Image window, also comment unused defi...Campbell Barton
2013-01-23rigidbody: Add rigid body constraintsSergej Reich
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2013-01-22property change reporting now uses the context again, rather then checking a ...Campbell Barton
2013-01-18move draw all edges into the object settings (object panel), makes more sense...Campbell Barton
2013-01-10Depsgraph hack feature - experimentalTon Roosendaal
2012-11-08Fix #33113: cycles not rendering motion blur correct with dying particles.Brecht Van Lommel
2012-10-30style cleanup & re-use DNA pad var with new collision group object settings.Campbell Barton
2012-10-30BGE: Adding support for Bullet's collision masks. Each object now has a colli...Mitchell Stokes
2012-10-18Better fix for #32846. Instead of using time change or object recalc conditio...Lukas Toenne
2012-09-27incorrect spelling in commentsCampbell Barton
2012-08-13style cleanup: use <pre> for doxygen ascii art Campbell Barton
2012-08-12replace ELEM8(gs, ID_ME, ID_CU, ID_MB, ID_LT, ID_LA, ID_CA, ID_TXT, ID_SPK) w...Campbell Barton
2012-08-08Accidentally did a commit when I wanted to revert... (ignore my last revision)Mitchell Stokes
2012-08-08(no commit message)Mitchell Stokes
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-24style cleanypCampbell Barton
2012-06-21Fixes for 8vytes scalar types used in DNA (int64 and double)Sergey Sharybin
2012-06-16shrink the object struct 8 bytes - remove unused ctime variable.Campbell Barton
2012-06-08Particle Info node for Cycles. This can be used to access particle informatio...Lukas Toenne
2012-05-30BGE #30734: add support for physics linear and angular thresholds and deactiv...Benoit Bolsee
2012-05-29BGE patch #28476: Character object physics typeBenoit Bolsee
2012-05-21code cleanup: spellingCampbell Barton
2012-05-06code cleanup: documentation commitCampbell Barton
2012-04-28code cleanup: replace some long ELEM7 checks with macro OB_TYPE_SUPPORT_EDITM...Campbell Barton
2012-03-27fix [#30651] bpy.ops.object.mode_set(...) editmode removes faces.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-30minor dna header cleanupCampbell Barton
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-07fix for noise module in driver namespace (was infact mathutils).Campbell Barton
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-11-06As discussed on the mailing list, removing the non-functional,Joshua Leung
2011-11-05more DNA object editsCampbell Barton