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-14Merging r44227 through r45619 from trunk into soc-2011-tomatoSergey Sharybin
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
2012-04-13fix for UV reveal (wasnt selecting all verts because check for unselected ver...Campbell Barton
2012-04-13Code cleanup:Thomas Dinges
2012-04-12Fix part of #30917: solid + glsl + textured solid in texture paint mode did notBrecht Van Lommel
2012-04-12Fix related to #30917: wrong colors in cycles textured draw mode in some cases,Brecht Van Lommel
2012-04-12improve mesh error prints and quiet a print in mesh_ensure_tessellation_custo...Campbell Barton
2012-04-12Fix: subsurf UV was not working correct with n-gons, it still had hardcodedBrecht Van Lommel
2012-04-12Minor code cleanup: Don't reference previous BMwEdgeringWalker after BMW_stat...Antony Riakiotakis
2012-04-12Fix: loopcut didn't stop on hidden facesAntony Riakiotakis
2012-04-12code cleanup: remove unused KeyBlock.adrcodeCampbell Barton
2012-04-12bmesh shape key conversion.Campbell Barton
2012-04-12bmesh exit editmode: when a mesh shape-key customdata layer exists but the sh...Campbell Barton
2012-04-12change add_keyblock() not to sort keyblocks by time since this can be a probl...Campbell Barton
2012-04-12add in a check for Mingw so 4.5 or older will error out on build.Campbell Barton
2012-04-12fix [#30907] Inset tool with Select Outer disabled does not allow translation...Campbell Barton
2012-04-12doxygen docs explaining whats going on with shape-key conversion.Campbell Barton
2012-04-12code cleanup: remove duplicate define on windows.Campbell Barton
2012-04-12code cleanup: quiet some mingw warnings.Campbell Barton
2012-04-12code cleanup: utfconv library had some quite confusing formatting, also clear...Campbell Barton
2012-04-12code cleanup: remove unused var for windows and style edit (remove spaces bet...Campbell Barton
2012-04-11fix [#30771] Shapekeys: Basis shapekey is not kept in sync with "RealMesh"Campbell Barton
2012-04-11bmesh shape key conversion on exiting editmode.Campbell Barton
2012-04-11bmesh exit editmode shape key conversion - split out 'keyblock --> customdata...Campbell Barton