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-12-10Fix for maya keymapSergey Sharybin
2012-12-10Splash screen for 2.65, created by Jordan Schur.Brecht Van Lommel
2012-12-09make cppcheck run with quiet flag when QUIET env var is set, make bpy.ops.ima...Campbell Barton
2012-12-09fix [#33442] UnitsCampbell Barton
2012-12-09console auto-complete button looked silly when aligned against a menu.Campbell Barton
2012-12-08fix [#33431] Impossible to add "None" string to a propertyCampbell Barton
2012-12-08update themes with update_themes.pyCampbell Barton
2012-12-06bpy.ops module/caller classes incorrectly had __keys__ rather then __slots__.Campbell Barton
2012-12-05Fix #33417: add back GPU Mipmap Generation option, apparently with this disabledBrecht Van Lommel
2012-12-03R/G/B icons in node space backgroud channel selector all had same color wheel...Campbell Barton
2012-12-03Image Editor / UV: Thomas Dinges
2012-12-01add bmesh.free() to example & templateCampbell Barton
2012-11-30add margin to view fitting view-all/local-view (wasn't obvious with the model...Campbell Barton
2012-11-29fix [#33332] UV follow active quadsCampbell Barton
2012-11-29bmesh py api: add bmesh.update_edit_mode(), there was no way to redraw the 3d...Campbell Barton
2012-11-29some minor editsCampbell Barton
2012-11-28fix/workaround [#33309] small + in few windowsCampbell Barton
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-28bmesh operator api reference - add in 'bmesh' arg at the start of each operat...Campbell Barton
2012-11-28GPU: remove GPU Mipmap Generation option and just always enable it, it's an oldBrecht Van Lommel
2012-11-27fix for asserts added in own recent commit with more strict type-checkingCampbell Barton
2012-11-27Spell check updates...Bastien Montagne
2012-11-26fix [#31598] Messed up Smart UVsCampbell Barton
2012-11-24remove USER_DISABLE_AA/use_antialiasing, this wasn't available from the UI bu...Campbell Barton
2012-11-24IK Solver:Brecht Van Lommel
2012-11-23Handle of new BLF_I18N_MSGID_MULTI_CTXT macro, which allows to define a same ...Bastien Montagne
2012-11-23Text Editor: remove text marker functionality. Patch [#33251]Justin Dailey
2012-11-22modify the python stub to include __file__ and __name__, also correct odd ind...Campbell Barton
2012-11-21camera sensor ui fix: grey out values when not affecting cameraDalai Felinto
2012-11-21Fix #33253: VSE preview doesn't display compositorSergey Sharybin
2012-11-21changes to startup.blendCampbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-20Bugfix [#33154] Toggle/Enable/Disable channel settings operators inJoshua Leung
2012-11-20Readme and Release Log Links:Thomas Dinges
2012-11-20Bugfix [#29110] Animated Transforms to Deltas behaves oddly when applied moreJoshua Leung
2012-11-20Custom icon for triangulate modifier. Antony Riakiotakis
2012-11-20Triangulate modifierAntony Riakiotakis
2012-11-18move source/darwin into release/darwin since these files are for osx packaging.Campbell Barton
2012-11-18typo in own recent commit.Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-17fix for 'Playanim' playing past the last frame of an animation. also print -s...Campbell Barton
2012-11-15fix [#33179] Can't delete centered edge loop if x-mirror is activatedCampbell Barton
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-11-13Added 'remove doubles' tool to uv editor.Matthew Smith
2012-11-13Removing again windows' long_locales! :pBastien Montagne
2012-11-13add an operator for mesh mode switching,Campbell Barton
2012-11-13remove 'Reset' button from operator UI, instead have 'Restore Defaults' in pr...Campbell Barton
2012-11-11code cleanup:Campbell Barton
2012-11-10Fix #33135: cycles object info random number not working anymore.Brecht Van Lommel
2012-11-10Added UI support to set OpenGL MultiSample.Ton Roosendaal