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
2011-08-28== Sequencer ==Peter Schlaile
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-25sanity checks on operator exec/modal/invoke return values.Campbell Barton
2011-08-23Fix for [#28339] Rev:39618 The revision part doesn't suffice. Thomas Dinges
2011-08-22rename NAN_BUILDINFO --> WITH_BUILDINFOCampbell Barton
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-08-15Remove message "Info: Config directory with "startup.blend" file not found."Brecht Van Lommel
2011-08-15Fix #28202: deactivating keymap items not saving properly.Brecht Van Lommel
2011-08-13index_to_framebuffer (used for mesh selection) was being called 3x times per ...Campbell Barton
2011-08-12add WM_FILESEL_FILES to WM_operator_properties_filesel, sequencer was doing t...Campbell Barton
2011-08-11Fix #28180: crash running wm.keyconfigs.user.keymaps.new("My Keymap").Brecht Van Lommel
2011-08-11use ghash for operator and menu types, was doing string lookup in the operato...Campbell Barton
2011-08-09Blender 2.59:Thomas Dinges
2011-08-08add missing header to cmake files (else some IDE's wont index it)Campbell Barton
2011-08-07simplify x11 path code, had unneeded NULL checks and std namespaceCampbell Barton
2011-08-07ndof data change: operators can access values as vectors or components, as bo...Mike Erwin
2011-08-07Fix #28169: keymap bug when using a preset configuration, e.g. object mode ke...Brecht Van Lommel
2011-08-07stricter NDOF guards for Windows (forgot in earlier commit)Mike Erwin
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-08-05move the ndof menu into the userpref's since it adjusts preferences, also ren...Campbell Barton
2011-08-05fix for possible uninitialized RNA strings, when RNA_string_get property is n...Campbell Barton
2011-08-05change BLO_library_append_begin to take a main argument rather then a context...Campbell Barton
2011-08-03typo fix.Nathan Letwory
2011-08-03ndof changes: turned off 3D mouse during transform, removed timing bug in ima...Mike Erwin
2011-08-02Debug print removed.Nathan Letwory
2011-08-02Made wmNDOFMotionData use a vector rather then xyz members, makes it nicer to...Campbell Barton
2011-08-02replace WM_OT_ndof_menu with a key->menu assignment.Campbell Barton
2011-08-02NDOF related editsCampbell Barton
2011-07-30ndof sensitivity operator follows power curve and respects min/maxMike Erwin
2011-07-29svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-28speed button mapping to ndof sensitivity change operator.Nathan Letwory
2011-07-27svn merge -r38558:38752 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-25spoof MOUSEMOVE after NDOF_MOTION event, added commentsMike Erwin
2011-07-24ndof overall sensitivity is now liveMike Erwin
2011-07-24removed ancient ndof global, removed my own attempt at a C popup menu (the Py...Mike Erwin
2011-07-22Prepare for NDOF event handling all the way to keymaps (and keymap editor).Nathan Letwory
2011-07-21svn merge -r37276:38555 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-19translated ndof menu from C to Python, enabled helicopter fly modeMike Erwin
2011-07-18Bugfix #27927Ton Roosendaal
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-07-15more consistent and modal-friendly ndof events, fly mode v1Mike Erwin
2011-07-13reuse USER_SAVE_PREVIEWS to not save thumbnails into blend file headerCampbell Barton
2011-07-08== GPU Buffers ==Nicholas Bishop
2011-07-04Apply patch 4636051. COLLADA: Export selection.Nathan Letwory
2011-07-04fix for crash when setting layers or saving when there is no active scene - o...Campbell Barton
2011-07-02implemented ndof 'dead zone' around home position, fixed X11 active window de...Mike Erwin
2011-07-01ndof popup menu (experimental (mostly harmless))Mike Erwin