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
path: root/source
AgeCommit message (Expand)Author
2013-01-23make bullet optional againCampbell Barton
2013-01-23rigidbody: Add generic spring constraintSergej Reich
2013-01-23rigidbody: Add rigid body constraintsSergej Reich
2013-01-23rigidbody: Add rigid body simulationSergej Reich
2013-01-23rigidbody: Add point cache supportSergej Reich
2013-01-23rigidbody: Add force field supportSergej Reich
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2013-01-23rigidbody: Add rigidbody moduleSergej Reich
2013-01-23math: Add functions to decompose transformation matricesSergej Reich
2013-01-23workaround [#32866] Crash by cyclic use of Boolean ModifierCampbell Barton
2013-01-23fix for own regression since 2.4x, non-linear number button range was too ins...Campbell Barton
2013-01-23fix for glitch with vertex bake:Campbell Barton
2013-01-23fix [#33729] Shadows produce artefacts in vertex colour bakingCampbell Barton
2013-01-23tweak to recent commit to clamp vertex range so new empty vgroups are in fact...Campbell Barton
2013-01-23Displaying labelname with reroute nodes.Monique Dewanchand
2013-01-23sim: Remove "continue physics" codeSergej Reich
2013-01-22Matcap fix: on enabling it, and when no matcap was selected before, Ton Roosendaal
2013-01-22Fix/workaround for GLSL textured and matcap modes for dyntopoSergey Sharybin
2013-01-22Bugfix #33945Ton Roosendaal
2013-01-22Fix [#33962] Grease Pencil crashing blenderBastien Montagne
2013-01-22Fix for build with scons whithout i18n support.Bastien Montagne
2013-01-22add path for particle brushCampbell Barton
2013-01-22style cleanupCampbell Barton
2013-01-22Matcap fix:Ton Roosendaal
2013-01-22Good rule of thumb. If blenderplayer gets broken after stubs.c leaves my "rec...Antony Riakiotakis
2013-01-22add missing includesCampbell Barton
2013-01-22comments for RNA_def_property_ui_range() and clamp some out-of-range values.Campbell Barton
2013-01-22Matcap support in 3D Viewport.Ton Roosendaal
2013-01-22fix [#33889] Unexpected weights after parenting with Empty GroupsCampbell Barton
2013-01-22Fix #33951: Only margin is correctly baked for non-displacement bakingSergey Sharybin
2013-01-22Fix projection texture painting crashSergey Sharybin
2013-01-22update stubCampbell Barton
2013-01-22correct addon tutorial section on keymap register/unregister and add label ne...Campbell Barton
2013-01-22fix [#33841] Disabling and re-enabling live addon crashes blender (modal/draw...Campbell Barton
2013-01-22property change reporting now uses the context again, rather then checking a ...Campbell Barton
2013-01-22add rna paths to toolsettings and its substructs, useful for python scripting.Campbell Barton
2013-01-22fix [#33836] issuing bpy.ops.render.render() in console crashes the programCampbell Barton
2013-01-21Improved performance for multiple iterations, keeping the same laplacian matrix.Alexander Pinzon
2013-01-21code cleanup: minor changes, replace len_v3 with len_squared_v3 for comparison.Campbell Barton
2013-01-21Multires baker: fix wrong normalization if baking happens to multiple imagesSergey Sharybin
2013-01-21Multires baker: fix bad face->grid index conversion for displacement bakerSergey Sharybin
2013-01-21Multires baker: fix memory leak caused by threading issuesSergey Sharybin
2013-01-21Vertex bevel: adjust vertex positions to make a more rounded pattern.Howard Trickey
2013-01-21Fix compile with collada enabledJens Verwiebe
2013-01-21fix [#33937] Planar decimate + triangulate operator leaves non-triangle facesCampbell Barton
2013-01-21add an influence slider to mesh cache.Campbell Barton
2013-01-21Usual minor UI messages fixes...Bastien Montagne
2013-01-21mesh-cache deform modifier,Campbell Barton
2013-01-21On second thought, exposes bpy.app.translations also when built without i18n ...Bastien Montagne
2013-01-21Fix building for new collada...Bastien Montagne