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
2012-07-09Small cleanup...Bastien Montagne
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
2012-07-08Grmbl, dummy argparse...Bastien Montagne
2012-07-08Some cleanup, and update to make those files usable both as self-executables ...Bastien Montagne
2012-07-08Some cleanup.Bastien Montagne
2012-07-07Update/fixes (was escaping more chars than needed!)Bastien Montagne
2012-07-07Minor UI message update.Bastien Montagne
2012-07-05Fix for [#32016] Tracking Settings Presets not workingThomas Dinges
2012-07-05style cleanupCampbell Barton
2012-07-04Minor update to make it work within i18n repo too.Bastien Montagne
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-04More spell checking.Bastien Montagne
2012-07-04Two pass execution:Jeroen Bakker
2012-07-04Highlight nodes that are being processedJeroen Bakker
2012-07-04fix error in node template and quiet warning.Campbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-07-03Minor updates.Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-07-03Grmph! module renaming broke the tool!Bastien Montagne
2012-07-03More exception words to the ui dico... :/Bastien Montagne
2012-07-03Minor edits.Bastien Montagne
2012-07-03Fix [#31977] Export Animated Mesh, terminate baking in fluid-simBastien Montagne
2012-07-03rename module to something less generic.Campbell Barton
2012-07-03fix (actually nasty workaround), for groups incorrectly drawing in the object...Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-07-03Nice update to xgettext replacement, now finds 608 strings, think this covers...Bastien Montagne
2012-07-02Adding (moving from bf-translation) the i18n python module. This will make it...Bastien Montagne
2012-07-01another fix for error in the view raycast templateCampbell Barton
2012-07-01fix for 2 errors in the templateCampbell Barton
2012-07-01python template for doing mouse ray casts to pick objects in the 3d viewport.Campbell Barton
2012-07-01new function: bpy.extras.view3d_utils.region_2d_to_origin_3d()Campbell Barton
2012-07-01style cleanup: remove '.' from docstring endings and use quotes for descripti...Campbell Barton
2012-06-30code cleanup: some vars were assigned when not neededCampbell Barton
2012-06-29Extended modes for snapping in the node editor.Lukas Toenne
2012-06-29Fixing a bug found while checking "[#31937] UV/Image Editor: Copy Mirrored UV...Bastien Montagne
2012-06-29fix for bug where user scripts path set by an environment variable would writ...Campbell Barton
2012-06-28print warning if a script in the addons dir has no bl_info.Campbell Barton
2012-06-28Basic snapping in node transform operator.Lukas Toenne
2012-06-28option so operators can be executed with undo enabled (and redo).Campbell Barton
2012-06-25utility mesh function to return UV islandsCampbell Barton
2012-06-23SVN maintenance.Guillermo S. Romero
2012-06-22Fix: Collada (Exporter) replaced the initial operator Presets with 2 up to da...Gaia Clary
2012-06-22mask re-key feature - mango request. ability to reset selected points shape k...Campbell Barton
2012-06-21Themes:Thomas Dinges
2012-06-21Fix [#31714] Pinning object context causes texture list to disappearBastien Montagne
2012-06-21Fix for [#31792] "Character Physics type not detected by near sensor" reporte...Mitchell Stokes
2012-06-20Fix #31852: Sequencer duplicate cant move strips on Y axis in a metaSergey Sharybin
2012-06-20removing from group now shows menu to select group to remove.Campbell Barton
2012-06-20add back blending for vertex and weight paint modes, you may want to keep the...Campbell Barton
2012-06-20add in convenience var 'D = bpy.data' - to the python console, add note for C...Campbell Barton