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-18code cleanup: replace magic numbers in scanfill with defines, also use some v...Campbell Barton
2012-04-18fix for eternal loop in scanfill,Campbell Barton
2012-04-18fix [#30994] Extruding faces gives bad UV'sCampbell Barton
2012-04-18style cleanup: mesh validate.Campbell Barton
2012-04-18fix [#30995] Wavefront obj. file export/import issue with splited edgeCampbell Barton
2012-04-18Fix redo not working correct after keyboard input for shear, shrink/flatten,Brecht Van Lommel
2012-04-18add missing NULL check for BM_vert_collapse_faces(), could crash in rare cases.Campbell Barton
2012-04-18fix [#30921] Bevel modifier's is not work correctly with bevel weightsCampbell Barton
2012-04-18bmesh: fix own bug in BM_vert_collapse_faces() with option 'kill_degenerate_f...Campbell Barton
2012-04-18more replacement for BM_edge_face_count() use.Campbell Barton
2012-04-18code cleanup: replace use of BM_edge_face_count with BM_edge_is_manifold and ...Campbell Barton
2012-04-18fix error in last commit. Misunderstood BM_vert_is_manifold(), added some com...Campbell Barton
2012-04-18fix for own error in recent scanfill updates, scanfill can hang if run on a p...Campbell Barton
2012-04-18code cleanup: minor edits to bmesh_jfke(), move simple checks first.Campbell Barton
2012-04-18bmesh api: minor simplify & cleanupCampbell Barton
2012-04-18save thumbnail from the 3D view if no camera is present.Campbell Barton
2012-04-17code cleanup: use const args for writing files.Campbell Barton
2012-04-17fix error in single vertex ripping where the edit-selection could be left on ...Campbell Barton
2012-04-17fix [#30970] Rip Tool: selecting the side of edges works incorrectly Campbell Barton
2012-04-17Attempted fix for #30985: knife draw messing up display after confirming. I c...Brecht Van Lommel
2012-04-17Fix blenderplayer build, added stub.Brecht Van Lommel
2012-04-17Fix #30570: UI issue editing modal keymaps below operators using them.Brecht Van Lommel
2012-04-17bmesh api: adjust bmesh_vert_separate() not to set the loops index values (ne...Campbell Barton
2012-04-17Fix #30977: error loading modal keymaps from keyconfiguration presets.Brecht Van Lommel
2012-04-17Fix #30980: edge slide Correct UVs option not working.Brecht Van Lommel
2012-04-17Fix part of #30982: dupliface object with modifiers did not show duplis correctBrecht Van Lommel
2012-04-17Fix crash with texture draw in edit mode after commit 45672.Brecht Van Lommel
2012-04-17move rip out into its own fileCampbell Barton
2012-04-17remove the poll function from import/export templatesCampbell Barton
2012-04-17add import operator python template.Campbell Barton
2012-04-17code cleanup: remove/comment some unused code.Campbell Barton
2012-04-16minor speedup for scanfill, dont calculate the normal if its already known - ...Campbell Barton
2012-04-16inline function for "Newell's Method" used for normal calc.Campbell Barton
2012-04-16improve scanfill for uneven ngons, previously scanfill would use the most ang...Campbell Barton
2012-04-16fix for fail thumbs being used when the failed thumbnail image is older then ...Campbell Barton
2012-04-16fix error when a failed thumb overrides a newer good thumbnail.Campbell Barton
2012-04-16Partial revert of rev45691: allow lightmap undo and add comment why redo was ...Sergey Sharybin
2012-04-16Fix #30720: Creating Navmesh crashes blenderSergey Sharybin
2012-04-16Dynamic output sockets for the image input node. This is needed to enable the...Lukas Toenne
2012-04-16fix [#30972] Editmesh split by materials not working.Campbell Barton
2012-04-16Avoid invalid delete call when loading multilayer EXR files with that don't f...Lukas Toenne
2012-04-16Fix #30968: Lightmap Pack - no new image limitSergey Sharybin
2012-04-16Port multires_topology_changed to new bmesh apiSergey Sharybin
2012-04-16Reverted r43219 "Improved auto-hiding of unused sockets for collapsed nodes."Lukas Toenne
2012-04-16bmesh todo: remove unused code.Campbell Barton
2012-04-16And another fix for r45669 to have dualcon compile on windows...Thomas Dinges
2012-04-16bmesh todo: snap to volume with dupli's works againCampbell Barton
2012-04-16code cleanup: remove bmesh todo, which infact is working fine.Campbell Barton
2012-04-16patch to our desktop file from debian, German translation.Campbell Barton
2012-04-16Fix #30958: Right click menu and add shortcut for importers/exporters doesn't...Sergey Sharybin