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-12code cleanup: remove unused KeyBlock.adrcodeCampbell Barton
2012-04-12bmesh shape key conversion.Campbell Barton
2012-04-12bmesh exit editmode: when a mesh shape-key customdata layer exists but the sh...Campbell Barton
2012-04-12change add_keyblock() not to sort keyblocks by time since this can be a probl...Campbell Barton
2012-04-12add in a check for Mingw so 4.5 or older will error out on build.Campbell Barton
2012-04-12fix [#30907] Inset tool with Select Outer disabled does not allow translation...Campbell Barton
2012-04-12doxygen docs explaining whats going on with shape-key conversion.Campbell Barton
2012-04-12code cleanup: remove duplicate define on windows.Campbell Barton
2012-04-12code cleanup: quiet some mingw warnings.Campbell Barton
2012-04-12code cleanup: utfconv library had some quite confusing formatting, also clear...Campbell Barton
2012-04-12code cleanup: remove unused var for windows and style edit (remove spaces bet...Campbell Barton
2012-04-11fix [#30771] Shapekeys: Basis shapekey is not kept in sync with "RealMesh"Campbell Barton
2012-04-11bmesh shape key conversion on exiting editmode.Campbell Barton
2012-04-11bmesh exit editmode shape key conversion - split out 'keyblock --> customdata...Campbell Barton
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