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-08-12Revision: 31092soc-2010-jwilkinsJason Wilkins
2011-05-29Merged with trunk: 36951-37000Jason Wilkins
2011-05-29**reverted previous merge, wrong revisionsJason Wilkins
2011-05-29Merged with trunk: 36994-37000Jason Wilkins
2011-05-29access pythons code object directly rather than attribute access.Campbell Barton
2011-05-29* Symmetry Feather option was not appearingJason Wilkins
2011-05-29Fixing the initglobals leak in the Blenderplayer (G.main reference was being ...Mitchell Stokes
2011-05-29General error in coderivative for orthogonal camera. Culprit of new bump fail...Daniel Salazar
2011-05-28Disabling xinput wasn't done completely.Campbell Barton
2011-05-28Silence some unused-but-set-variable warnings.Sergey Sharybin
2011-05-28Fix #27505: Text Editor always indent next line when a " is found (which is n...Sergey Sharybin
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-28Fix: The radial control would fail, in sculpt mode, to set size if object-spa...Jason Wilkins
2011-05-28rearranged previous patch to compile with C89Jason Wilkins
2011-05-28Introduce vars before using them, otherwise compile fails (reminder: with C, ...Nathan Letwory
2011-05-28wrong rna access function used in node UICampbell Barton
2011-05-28Fix: The radial control would fail, in sculpt mode, to set size if object-spa...Jason Wilkins
2011-05-28!!Merge Complete!!Jason Wilkins
2011-05-28better error reporting for seq_swap()M.G. Kishalmi
2011-05-28move load_image into image_utils and add some docstrings to bpy_extras module.Campbell Barton
2011-05-28bugfix for: [#26753] PhysicsConstraints ID trouble on 64bit (linux at least).Dalai Felinto
2011-05-28- generate sphinx docs for bpy_extras moduleCampbell Barton
2011-05-28source/tests directory was missingJason Wilkins
2011-05-28include ffmpeg_compat header in cmake source list.Campbell Barton
2011-05-28Merge Cleanup.Jason Wilkins
2011-05-28fix for embeded BGE viewport broken when not using letterboxingDalai Felinto
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-28fix for ffmpeg linking in BGE (patch by Jens Verwiebe (jensverwiebe) over IRC)Dalai Felinto
2011-05-27Attempted fix for #27482: game engine running slow due to revision 36698 whichBrecht Van Lommel
2011-05-27Merged with Merged with trunk: 36905-36950Jason Wilkins
2011-05-27Merge Cleanup.Jason Wilkins
2011-05-27Merge Cleanup.Jason Wilkins
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-27Merge Cleanup.Jason Wilkins
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-27own recent commits caused crash with the grease pencil in camera view, always...Campbell Barton
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-27missed this in recent commit.Campbell Barton
2011-05-27weight paint mirror, move duplicate code into a function.Campbell Barton
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-27remove BLI_streq() since it was hardly used, also replace string search with ...Campbell Barton
2011-05-27split BLO_library_append_named_part into 2 function, one that adds objects in...Campbell Barton
2011-05-26sphinx docstrng formatting (some lines were getting really long)Campbell Barton
2011-05-26use a dynamic enum for addons, annoyingly the enum was being generated from p...Campbell Barton
2011-05-26support for dynamic items in bpy.props.EnumProperty(), the items keyword argu...Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton