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-04add option not to delete edges/verts when joining faces, needed so we can loo...Campbell Barton
2012-04-04Fix blenderplayer compile.Miika Hamalainen
2012-04-04fix for building on linux with gcc4.7, an error was caused by undefining __cp...Campbell Barton
2012-04-04switching shape keys in editmode needs to recalc normals.Campbell Barton
2012-04-04Changed BM_mesh_bm_from_me to copy customdata layout for empty meshes.Joseph Eagar
2012-04-04use 'const float' when passing readonly colors, and include array size.Campbell Barton
2012-04-04fix [#30797] Shape keys on linked duplicate get corruptedCampbell Barton
2012-04-04fix for reconstructing shape keys (found when looking into bug [#30797], but ...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-03Fix #30791: BMEdge.is_manifold also returned true for edges with only one faceBrecht 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-03Make sure Multilayer EXR from other apps are read in as multilayer.Nathan Letwory
2012-04-03fix [#30608] Regression: BMesh merge broke customdata int/float/string layersCampbell Barton
2012-04-03rna/py api - rename layers with polygon prefix, since there are edge and vert...Campbell Barton
2012-04-03Fixed mistake made in threaded EXR commit.Sergey Sharybin
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-03BM_mesh_esubdivideflag was adjusting the totedgesel variable when this is han...Campbell Barton
2012-04-03r45338 added multithreaded OpenEXR loading. Path to pthread was missing.Nathan Letwory
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 [#30772] No more than two subdivions give correct result when adding an i...Campbell Barton
2012-04-03fix for vertex group blend - wasn't functional since the deform verts were be...Campbell Barton
2012-04-03bmesh iterators were passing the BMesh as data argument to BM_iter_new(), har...Campbell Barton
2012-04-03code cleanup: BM_select_mode_set had loops over verts and edges but did nothi...Campbell Barton
2012-04-03style cleanup: multi-line if's & whitespace.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
2012-04-02Fix #30769: cycles showing wrong image from active face in the uv editor,Brecht Van Lommel
2012-04-02Fix #30776: image editor pan not using continuous grab if enabled.Brecht Van Lommel
2012-04-02Fix #30398: Mesh objects with curve modifiers render in thier 'rest' position...Sergey Sharybin
2012-04-02Expand active scene's clip when linking scene.Sergey Sharybin
2012-04-02Solve namespace conflicts for ole grumpy MinGW. It seems FLOAT is also define...Antony Riakiotakis
2012-04-02Fix #30767: VSE timeline marker updateSergey Sharybin
2012-04-02Hopefully last change to matrix orthogonal check, touches Py API onlySergey Sharybin
2012-04-02Fix #30770: missing node editor redraw when changing active material by clickingBrecht Van Lommel
2012-04-02wrap RNA's RNA_property_collection_clear from python.Campbell Barton
2012-04-02Multithreaded EXR files loadingSergey Sharybin
2012-04-02fix for a bug with Ctrl+Click extrude in curve editmode, it would use the wro...Campbell Barton
2012-04-02fix problem with select invert - flush selection.Campbell Barton
2012-04-02adding back boundary inset support. was disabled because at one point it was ...Campbell Barton
2012-04-02fix [#30758] bmesh: unable to rip a single vertexCampbell Barton
2012-04-02Minor UI messages fix...Bastien Montagne