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
2011-07-19update to patch from Andrew Hale - obj.closest_point_ob_mesh() now takes an o...Campbell Barton
2011-07-19Object Align operator: coudn't resist and added a high quality (slower) optio...Daniel Salazar
2011-07-19Object Align operator now correctly computes a *global* bounding box for all ...Daniel Salazar
2011-07-19fix for [#28012] Mat ID messy with shader nodesJeroen Bakker
2011-07-19fix for bpy.path.abspath(), if a path was passed it would get the last direct...Campbell Barton
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-19patch: [#27783] "Problem with clock" at 18:39:00 by Daniel Dionne (mrzeon)Dalai Felinto
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-18fix [#27996] Smart UV Unwrap Still Results in OverlapsCampbell Barton
2011-07-18fix [#28005] Python Add-Ons are constantly reloaded if twice in the pathCampbell Barton
2011-07-18fix [#27971] Blender OBJ export with Z-Up setting produces an error and failsCampbell 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-17template for patch exporting objects in a scene.Campbell Barton
2011-07-17update to cmake checker script to also check if our include paths are okCampbell Barton
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-17Fixed compile error on Fedora 15, when FFMPEG was enabled.Jiri Hnidek
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-16print an error message if Python.h can't be found for cmake and scons since i...Campbell Barton
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 python error in image sampling panel drawing whenBrecht Van Lommel
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