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
2012-04-11bmesh shape key conversion when exiting editmode.Campbell Barton
2012-04-11Game engine: pass string length to BLI_str_cursor_step_prev_utf8 rather than ...Sergey Sharybin
2012-04-11write mesh selection history to the blend file. without this active edge/vert...Campbell Barton
2012-04-11code cleanup: mselect conversion when creating a bmesh from a bmesh was overl...Campbell Barton
2012-04-11py rna/api: fix for error running RNA_property_collection_type_get on non col...Campbell Barton
2012-04-11fix [#30906] dict(prop) crashes if prop is a PropertyGroup with nested Proper...Campbell Barton
2012-04-11Fix #30895: uv editor snap selected to adjacent unselected not working correc...Brecht Van Lommel
2012-04-11Fix #30900: when opengl offscreen render failed, the wait cursor would incorr...Brecht Van Lommel
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-04-11fix [#30897] UVEditor: Snap Cursor to SelectedCampbell Barton
2012-04-11Fix #30904: MovieClip.objects.new() segfault when no name is passedSergey Sharybin
2012-04-10Fix #30664: Texturepaint color does not match texture color (3D View vs UV/Im...Sergey Sharybin
2012-04-10Smoke: Fix for some non animated propertiesDaniel Genrich
2012-04-10Fix #30698: python console nodetree paths were not accurate, now show ... likeBrecht Van Lommel
2012-04-10Fix #30874: Single texture display in Edit ModeSergey Sharybin
2012-04-10Fix #30850: bevel tool only works on edges but tooltip indicated it worked onBrecht Van Lommel
2012-04-10Fix properties editor, right click menu "Copy to Selected" not working forBrecht Van Lommel
2012-04-10Code cleanup: remove a bunch of unused code from this file.Brecht Van Lommel
2012-04-10Fix #30754: motion blur shutter was animateable while this is actually notBrecht Van Lommel
2012-04-10mango request: option to draw background in front of all objects in the viewp...Sergey Sharybin
2012-04-10Fix #30875: active uv texture layer not synced properly when switching fromBrecht Van Lommel
2012-04-10Fix #30882: using an image sequence in the displace modifier did not updateBrecht Van Lommel
2012-04-10Fix #30879: uv editor hide did not work with the mesh in vertex/edge selectBrecht Van Lommel
2012-04-10fix [#30839] Blender crashes while open/close a scene and deletes .blend-fileCampbell Barton
2012-04-10fix for too small MATHUTILS_TOT_CB when the game engine runs.Campbell Barton
2012-04-10Fix related to #30859: bmesh face splitting would set the first loop of the newJoseph Eagar
2012-04-10Fix #30843: Blender Game in Metric Mode allows only a 10m Radius for Collisio...Sergey Sharybin
2012-04-10update preview.blend so it doesn't need to convert from mfaces to mpolys ever...Campbell Barton
2012-04-10code cleanup: replace (val >> 16) with macro RNA_SUBTYPE_UNIT_VALUE(val)Campbell Barton
2012-04-10Address [#30842] Blenders Measurement Units set to Metric, makes some Precisi...Campbell Barton
2012-04-10fix [#30848] Edge Selection fails when the following Conditions met:Campbell Barton
2012-04-10fix for unit system incorrectly replacint 'um' (unicode 'u'). with meters.Campbell Barton
2012-04-10expose double limit used by auto-merge, addresses bug [#30884]Campbell Barton
2012-04-10uv editor: don't draw active face stipple when the face isn't visible (error ...Campbell Barton
2012-04-10fix [#30880] Selected to Adjacent Unselected brokenCampbell Barton
2012-04-09Fix own mistake with kyrgyz iso code (did not seem to bother blender, thoughâ...Bastien Montagne
2012-04-09Fix bug 30866: prevent 2-sided polygons from knife cuts.Howard Trickey
2012-04-09Game Engine:Thomas Dinges
2012-04-09patch [#30669] Inconsistency of Transform Operator DescriptionsCampbell Barton
2012-04-09Fixes for MovieClip strip user counter.Sergey Sharybin
2012-04-09use 'const float[3]' for derived mesh callback args.Campbell Barton
2012-04-09fix [#30852] Wrong Material ID applied for the new facesCampbell Barton
2012-04-09fix [#30865] Crash when browsing last operators in outliner (or by Python API)Campbell Barton
2012-04-09Fix bug [#30863] Array Modifier Start and End Cap cause crash when the Cap Ob...Nicholas Bishop
2012-04-09bugfix [#30760] edit text property bugDalai Felinto
2012-04-09Fixed compile error when building with WITH_LZMA and not WITH_LZO for pointca...Francisco De La Cruz
2012-04-09Warning Fixes - const correctness in unicode encoding, unused variables in bl...Jason Wilkins
2012-04-08Fix for [#30822] Foam Mapping for Ocean Modifier is out of sync in Blender In...Bastien Montagne
2012-04-08style cleanup: pep8 some C/styleCampbell Barton
2012-04-08code cleanup:Campbell Barton