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-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
2012-04-13Fix missing cycles update when tweaking some render layer settings.Brecht Van Lommel
2012-04-13code cleanup: use axis_angle_to_quat() to simplify turntable view rotate code.Campbell Barton
2012-04-13fix for editmode UV hiding with edges, was also using deprecated flag (UV_SEL...Campbell Barton
2012-04-13Increase limit for game simulation steps to 50, made it hard limit.Sergey Sharybin
2012-04-13Fix #30876, #30932: crash in material preview render after undo or file load,Brecht Van Lommel
2012-04-13Node Editor / Properties Region:Thomas Dinges
2012-04-13fix [#30936] Face Inset gives bad UV'sCampbell Barton
2012-04-13Fix related to #30928: missing image editor update when changing active imageBrecht Van Lommel
2012-04-13fix [#30925] successful import of keyconfig dependant on current object context?Campbell Barton
2012-04-13Fix part of #30934: save as image in image editor did not set proper defaultsBrecht Van Lommel
2012-04-13- startup.blend's temp dir was pointing to sergeys user dir, now point to /tmpCampbell Barton
2012-04-13fix [#30923] Hide Unselected in the UV/Image editor does nothingCampbell Barton
2012-04-13bmesh - UV editor: check if faces are visible before hiding them (was done be...Campbell Barton
2012-04-13style cleanup: uv editorCampbell Barton
2012-04-13Fix loading external MDisps, BMesh merge bug.Nicholas Bishop
2012-04-13bmesh api changes:Campbell Barton