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-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
2012-04-14Fixed another bunch of i18n bugs (thx to Leon Cheung for spotting them), amon...Bastien Montagne
2012-04-14Silencing some compiler warnings on WindowsJoshua Leung
2012-04-14code cleanup: comment (almost) all members of KeyBlock & Key.Campbell Barton
2012-04-14code cleanup: when extending name length Key.elemstr was incorrectly extended...Campbell Barton
2012-04-14style cleanup: key.cCampbell Barton
2012-04-14Grmph, BLF_(p)gettext were not protected against NULL message/context, was ca...Bastien Montagne
2012-04-14i18n: "labels" of multi-section enums need to be marked for gettext (N_()), a...Bastien Montagne
2012-04-13Fixed (or partly fixed) various missing UI translations, mainly with some spe...Bastien Montagne
2012-04-13Scons:Thomas Dinges
2012-04-13Fix #30376: cycles ignores camera override from sequencer.Brecht Van Lommel
2012-04-13Fix #30858: UI losing buttons at some random moment after using Blender for aBrecht Van Lommel
2012-04-13remove duplicate notifier eventAntony Riakiotakis
2012-04-13fix [#30728] Align View Restricts Further View ChangesCampbell Barton