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
2011-07-20patch [#28031] Minor typo in BlenlibCampbell Barton
2011-07-20patch [#28032] Python Mathutils: Matrix Multiplication ErrorCampbell Barton
2011-07-19update to patch from Andrew Hale - obj.closest_point_ob_mesh() now takes an o...Campbell Barton
2011-07-19fix for [#28012] Mat ID messy with shader nodesJeroen Bakker
2011-07-19cleanup of scene->gamedata DNADalai Felinto
2011-07-19bugfix: [#27348] blenderplayer showing a different viewport size in 2.57bDalai Felinto
2011-07-19fix [#28018] Sequence Swap Data Operator does not workCampbell Barton
2011-07-18Missing struct keyword in function declaration causes compiler error with cma...Lukas Toenne
2011-07-18Bugfix #27927Ton Roosendaal
2011-07-18script to report deprecated functions of text and their age in days.Campbell Barton
2011-07-18fix [#28003] Unable to delete vgroupCampbell Barton
2011-07-18Bug fix: particle cache should only be cleared on the exact first integer fra...Janne Karhu
2011-07-17Modified behavior when replacing input links: The new target socket for the e...Lukas Toenne
2011-07-17Changed the default keys for duplicate-nodes-while-keeping-input-links to ctr...Lukas Toenne
2011-07-17Little modification of the duplicate operator on artist request: The default ...Lukas Toenne
2011-07-17Removed the autoconnect call when adding new nodes, this hardly ever gives us...Lukas Toenne
2011-07-17patch [#28001] Find the nearest point on an object to the given locationCampbell Barton
2011-07-17'bgl' python module.Campbell Barton
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17Added notifier listener for node editor.Sergey Sharybin
2011-07-17cmake source definitions:Campbell Barton
2011-07-16Fixed crash of multires baker when baking from sculpt mode.Sergey Sharybin
2011-07-16fix for crash with edit armature buttons when no bones were selected (uniniti...Campbell Barton
2011-07-15Fix for [#26712] Particle group instance 'Use Count' value gets reset on file...Janne Karhu
2011-07-15fix for linking on mingw/scons with recent changes to mathutilsCampbell Barton
2011-07-15move mathutils into its own lib.Campbell Barton
2011-07-15Fix for [#27307] Blender crashes when loading a new scene while baking fluid ...Janne Karhu
2011-07-14many mathutils exception types were wrong, went over all exceptions in mathut...Campbell Barton
2011-07-14Shuffle code so it compiles with MSVC too. (Array of unknown size otherwise).Nathan Letwory
2011-07-14formatting changes for python mathutils module.Campbell Barton
2011-07-14rename bgl.Buffer attribute list to a method, to_list() as used for IDProps, ...Campbell Barton
2011-07-14minor changes to bgl.Buffer py classCampbell Barton
2011-07-13dont include the preview.blend in headless modeCampbell Barton
2011-07-13use linked duplicates in preview.blend to save some space.Campbell Barton
2011-07-13reuse USER_SAVE_PREVIEWS to not save thumbnails into blend file headerCampbell Barton
2011-07-13cmake option to build without smoke sim: WITH_MOD_SMOKECampbell Barton
2011-07-13Fix #26704: activating a texture node inside material nodes did not show thatBrecht Van Lommel
2011-07-13fix for animation playback and build error when compiling without WITH_AUDASPACECampbell Barton
2011-07-13Adding Child Of constraint "inverse parent matrix" to rna, so itTon Roosendaal
2011-07-13Fix #27951: armature edit mode transform panel shows "nothing selected" evenBrecht Van Lommel
2011-07-13Advanced CMake option to build the player without blender: WITH_BLENDERCampbell Barton
2011-07-12Bokeh blur in the blur node is wronlgy calculated.Jeroen Bakker
2011-07-12Add delete with reconnect feature.Jeroen Bakker
2011-07-12RNA: fix some text datablock property UI names.Brecht Van Lommel
2011-07-11Fix #27928: avi raw writing failure, after earlier bugfix for big file sizes.Brecht Van Lommel
2011-07-11Fix #27930: many modifiers crashed when used on a lattice with a vertex group.Brecht Van Lommel
2011-07-11Fix #27912: crash after mesh.materials.pop().Brecht Van Lommel
2011-07-11Fix #27921: optimal display with 2 subsurf modifiers fails.Brecht Van Lommel
2011-07-11Fix for [#27398] Particle systems with animated groups render incorrectly in ...Janne Karhu
2011-07-11Fix for [#27293] Group Instance of particle system is rendered wrongJanne Karhu