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-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-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-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-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-16Fix #30958: Right click menu and add shortcut for importers/exporters doesn't...Sergey Sharybin
2012-04-16bmesh todos:Campbell Barton
2012-04-16bmesh todo: ctrl+l now delimits by hidden faces.Campbell Barton
2012-04-16Fix windows compile issue with missing isnan.Brecht Van Lommel
2012-04-16bmesh todos:Campbell Barton
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-04-16style cleanup: scanfill, spelling and use NULL rather then 0Campbell Barton
2012-04-16code cleanup: avoid confusion with incorrectly named argument to BLI_edgefill...Campbell Barton
2012-04-16bmesh api todo:Campbell Barton
2012-04-16fix [#30967] Straighten X/Y in the UV/Image Editor bugCampbell Barton
2012-04-16Fluid Simulation:Thomas Dinges
2012-04-15Fix [#30943] Crash when edge mode enabled and use the bmesh vertex slide(shif...Francisco De La Cruz
2012-04-15add 'idprop' module so we can document idprop.types.*, currently doc generato...Campbell Barton
2012-04-15Fix bug [#30953] Changing brush preset irreversibly undoes thingsNicholas Bishop
2012-04-15Style cleanup (mostly line length, also no final point in tips...).Bastien Montagne
2012-04-15BGE bug #30555: crash in Replace Mesh when physics shape is triangle mesh and...Benoit Bolsee
2012-04-15Fix #30952: uv unwrapper not working as well as 2.62 on some topologies, let theBrecht Van Lommel
2012-04-15make ngon_perimeter into a public api function and expose to python.Campbell Barton
2012-04-15Fix #30960: various mesh operators were missing tooltip descriptions.Brecht Van Lommel
2012-04-15Tweak knife/unwrap tesselation code a bit, it uses a random offset, now alsoBrecht Van Lommel
2012-04-15Fix [#30959] "undocumented operator" tooltip for Collada im- and exportThomas Dinges
2012-04-15Fix #30949: live unwrap when marking seams did not work with bmesh.Brecht Van Lommel
2012-04-15Fix #30948: add scene > copy settings did not copy settings like units, audio...Brecht Van Lommel
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-15style cleanup: for loop macros, also add a config file for uncrustify source ...Campbell Barton
2012-04-15Scons:Thomas Dinges
2012-04-15Scons ToDo:Thomas Dinges
2012-04-15Scons ToDo:Thomas Dinges
2012-04-15Blender Internal:Thomas Dinges
2012-04-15Fluidsim: Text fix.Daniel Genrich
2012-04-15Fluidsim: Daniel Genrich
2012-04-14Revert rename of ColorRamp node from r45629.Thomas Dinges
2012-04-14Minor fix to UI messages.Bastien Montagne
2012-04-14Minor fix to recent i18n commits.Bastien Montagne
2012-04-14Fixed some UI message typos (spotted by Leon Cheung, thx).Bastien Montagne