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
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-04Change default margin for bake to 16 pixelsAntony Riakiotakis
2013-03-03rigidbody: Revert to running simulation on frame updateSergej Reich
2013-03-03rigidbody: Fix inconsistency with world rebuildingSergej Reich
2013-02-28Fix sequencer crash when pasteing strips after creating new fileSergey Sharybin
2013-02-27Fix build error in depsgraph refactoring commit.Brecht Van Lommel
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-17code cleanup: missed r54603, arg reordering.Campbell Barton
2013-02-16rigidbody: Fix [#34277] Deleting a copied bullet scene crashes blender.Sergej Reich
2013-02-16Code cleanup, remove redundant function wrapperSergej Reich
2013-02-16rigidbody: Further fix for background scenesSergej Reich
2013-02-16rigidbody: Avoid unnecessary simulation updatesSergej Reich
2013-02-15Bugfix [#33970] Background Scene does not show animation of rigid body objectsJoshua Leung
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-02style cleanupCampbell Barton
2013-01-26Fix [#34005] blender will close immediately in debug mode on deleting objectsSergej Reich
2013-01-23rigidbody: Add rigid body constraintsSergej Reich
2013-01-23rigidbody: Add rigid body simulationSergej Reich
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2013-01-10Depsgraph hack feature - experimentalTon Roosendaal
2012-12-31Correction to recent PNG commitSergey Sharybin
2012-12-22Change default baking bias distance to 0.001 for new scenesSergey Sharybin
2012-12-19Multires baker: renamed Number of Rays to Samples after discussion with BrechtSergey Sharybin
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-12-13remove BKE_main_scene_add(), just add main arg to BKE_scene_add()Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-04Default PNG compression for new scenes is not 90% (same as default scene)Sergey Sharybin
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-09Fix #33123: lamp nodes drivers not working, now uses same hacks as materialBrecht Van Lommel
2012-11-09Edits for consistency with other parts of codeJoshua Leung
2012-11-09Fix crash when copying scene with sequencer's animation using Link Objects or...Sergey Sharybin
2012-11-06Bugfix #32191Ton Roosendaal
2012-11-05Render engines: replace number of x/y tiles with tile sizeSergey Sharybin
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-23Bugfix 30974Ton Roosendaal
2012-10-22fix: drivers on materials and texture don't update when rendering animationAndrea Weikert
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-15Fix for #32852: set uv unwrap default packing marging to 0.001.Brecht Van Lommel
2012-10-08Fix #32803: Incorrect sequencer color space for newly added scenesSergey Sharybin
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-10-01Fix #32695: Can't disable color management for 3D viewSergey Sharybin
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-26Color Management: resolve warnings when OCIO configuration file misses None d...Sergey Sharybin
2012-09-18fix for scene not copying image format color management for settings.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-22fix for bug where scene copy and free didn't manage ID users.Campbell Barton
2012-08-22node tree functions for copy/free now support optional ID user count management,Campbell Barton
2012-08-18utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a...Campbell Barton
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin