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
2013-02-20Getting ready for the 2.66 release!v2.66Ton Roosendaal
2013-02-20increase openmp limit for release so low poly meshes don't use openmp threads...Campbell Barton
2013-02-20Fix visible seams on normal map bake due to clear colour being black:Antony Riakiotakis
2013-02-20Fix DPI not taken into account for header text (e.g. during transform).Brecht Van Lommel
2013-02-20edits to document uploading script so the latest release docs can always be f...Campbell Barton
2013-02-20Quick fix: translating header's string with some languages (complex scripts, ...Bastien Montagne
2013-02-20Raise a bit Header string fixed length, else some translations (e.g. Japanese...Bastien Montagne
2013-02-20Fix for blenderplayer build after recent motrack changesSergey Sharybin
2013-02-20Fix shadow pass issue with non-progressive render shadow pass with emittingBrecht Van Lommel
2013-02-20Made ldl code a part of extern_ssba library, otherwise gcc fails toSergey Sharybin
2013-02-20Correction to previous release -- scons on linux was brokenSergey Sharybin
2013-02-20Fix #34299: Motion Tracking 20x slower under WindowsSergey Sharybin
2013-02-20Fix drawing of translated strings (can't use _ascii version of BLF_draw in th...Bastien Montagne
2013-02-20fix [#32294] Navmesh crashed if on creation navmesh is also selectedCampbell Barton
2013-02-20remove unneeded call to RNA_property_enum_get(), the icon was always overwrit...Campbell Barton
2013-02-20rigidbody: Properly handle constrained objects not having rigid bodiesSergej Reich
2013-02-20change to proportional editing suggested by Jeroen Hoolmans,Campbell Barton
2013-02-20fix #34049: Collada importer doesn't import armature. Added some comments to ...Gaia Clary
2013-02-20fix #34049: Collada importer doesn't import armature. Added support for 'root...Gaia Clary
2013-02-20rigidbody: Don't run simulation if cache is bakedSergej Reich
2013-02-19fix [#34244] Snap to face projection - Entire mesh is affected by projection ...Campbell Barton
2013-02-19fix [#34275] Text autocomplete cuts words with accents or special charactersCampbell Barton
2013-02-19set unicode conversion errors as UNLIKELYCampbell Barton
2013-02-19step over unicode characters with autocomplete (correctly this time).Campbell Barton
2013-02-19Add CTX_wm_operator_poll_msg_set as auto-detected func for translations.Bastien Montagne
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-02-19bpy.props.RemoveProperty() py api docs were still incorrect.Campbell Barton
2013-02-19internal: add include so blender builds against libpng1.6 Campbell Barton
2013-02-19fix [#34033] Mesh customdata settings are missingCampbell Barton
2013-02-19fix for apply rotation/location failing for surface object types (were recogn...Campbell Barton
2013-02-19internal: increase error threshold for normalize assert since normals convert...Campbell Barton
2013-02-19Small correction to make strict compiler setup be happySergey Sharybin
2013-02-19revert own commit r54625, broke autocomplete.Campbell Barton
2013-02-19Remove define which is not actually needed and could have beenSergey Sharybin
2013-02-19Fix #34315: memory leak cancelling move to layer operator, after change to makeBrecht Van Lommel
2013-02-19make asserts that check for unit length vectors into a macro.Campbell Barton
2013-02-19patch [#34320] Cross compiling with mingw-w64 on ubuntuCampbell Barton
2013-02-19Style tweak - missing bracesJoshua Leung
2013-02-19Remove ztrans_hack. Looks like just keeping the angles compatible works wellJoshua Leung
2013-02-19Fix #34249: collapse edges crash blender with a specific meshSergey Sharybin
2013-02-19fix [#34295] Color picker brightness to infinityCampbell Barton
2013-02-19Fixes for alpha mode do_versions codeSergey Sharybin
2013-02-19fix for [#34283] wasn't working in my tests (attached to original report),Campbell Barton
2013-02-19Bugfix [#34283] armature bones losing their roll setting upon translation inJoshua Leung
2013-02-19bpy.props.RemoveProperty() had incorrect docstring.Campbell Barton
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-02-19Fix for [#34099] Particles leaking from moving meshesAlex Fraser
2013-02-19Fix for [#34308] only half width of material list row is used for material name.Thomas Dinges
2013-02-19Themes: disabled items on menus were using a color mix of text and text_selec...Pablo Vazquez
2013-02-18Force movie clips always use default alpha mode, before this straightSergey Sharybin