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-04-10Fix #30879: uv editor hide did not work with the mesh in vertex/edge selectBrecht Van Lommel
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-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 bug 30866: prevent 2-sided polygons from knife cuts.Howard Trickey
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-08style cleanup: pep8 some C/styleCampbell Barton
2012-04-08code cleanup:Campbell Barton
2012-04-08Fix [#30853] "Merge At Last" is missing in multicomponent modeFrancisco De La Cruz
2012-04-07Fix [#30855] Vertex Slide not using the active vertexFrancisco De La Cruz
2012-04-07Disabling color channels for float images in clip editor now works fine.Sergey Sharybin
2012-04-07fix for vertex slide not taking object transformation into account.Campbell Barton
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-07Added Vertex Slide: Slides a vertex along a selected and connected edge (Shif...Francisco De La Cruz
2012-04-06option to have inset face select the interior faces (mango request)Campbell Barton
2012-04-06fix crash with stack memory usage for the knife tool.Campbell Barton
2012-04-06update python keywords (remove exec, print, add nonlocal)Campbell Barton
2012-04-05DO not store Flipped flag for pose paste operator in operator redo storage,Sergey Sharybin
2012-04-05patch [#30812] Couple operator tooltip proposals (editmesh_tools.c)Campbell Barton
2012-04-05fix [#30806] Mirror Hair Particles Bug, Complete CrashCampbell Barton
2012-04-05there was no way to reset timing for absolute shape keys, add an operator to ...Campbell Barton
2012-04-05adding shape key blocks to absolute shape keys would not set the position (wh...Campbell Barton
2012-04-05fix for error moving absolute shape keys up/down (their position would become...Campbell Barton
2012-04-05- fix error with conflusing key/keyblock in the shape template UI - absolute ...Campbell Barton
2012-04-05fix [#30788] Weight paint mode draws mask single sided only when selected.Campbell Barton
2012-04-05partial fix [#30813] Small UI glitch with high DPI value in menusCampbell Barton
2012-04-04Fix #30803: shader node Mapping location property conflicted with based classBrecht Van Lommel
2012-04-04use 'const float' when passing readonly colors, and include array size.Campbell Barton
2012-04-04rename MPoly vars called mface or mf, to avoid confusion with MFace types.Campbell Barton
2012-04-03Fix #30796: uv vertex coordinates panel in uv editor incorrectly taking intoBrecht Van Lommel
2012-04-03Fix bug #30778, sculpt w/ modifiers + undo causes collapse of verticesNicholas Bishop
2012-04-03Fix #30795: draw other objects in uv editor not working.Brecht Van Lommel
2012-04-03Popup menu layout inherits context store from button.Lukas Toenne
2012-04-03Fix #30789: cycles still taking into account textured solid option when it sh...Brecht Van Lommel
2012-04-03fix [#30340] bpy.ops.pose.select_hierarchy() doesn't work on disconnected par...Campbell Barton
2012-04-03fix [#30786] bmesh: select linked not ignoring hidden verts/edges/faces (part 2)Campbell Barton
2012-04-03fix/workaround an error related to [#30735]Campbell Barton
2012-04-03fix [#30735] bmesh: loop-cut cuts faces isolated by hidden facesCampbell Barton
2012-04-03partial fix [#30777] python console utf-8 problemCampbell Barton
2012-04-03patch [#30780] Transform operator leak in aborted edge slide modeCampbell Barton
2012-04-03patch [#30779] Multiselect mode cause inconsistent selection growingCampbell Barton
2012-04-03fix for vertex group blend - wasn't functional since the deform verts were be...Campbell Barton
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton
2012-04-02Further fix for #30769: cycles assigning image to wrong material form theBrecht Van Lommel