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
2010-10-19svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r32300:32571soc-2010-nicolasbishopNicholas Bishop
2010-10-19Add operator for toggling cmd box on Windows.Nathan Letwory
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-18svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r32200:32300Nicholas Bishop
2010-10-18svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r31926:32200Nicholas Bishop
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-12[#24226] small inconsistency in user preferencesCampbell Barton
2010-10-07bugfix [#23988] The Maya preset as defaultCampbell Barton
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-10-02Fix warning in collada operator after a recent commit.Brecht Van Lommel
2010-10-02Fix #24098: new file and load factory settings sharing same hotkey.Brecht Van Lommel
2010-10-01Add distance check in lasso generation to get a smoother lasso.Nathan Letwory
2010-09-26* Fixing Link to Release Logs. Thomas Dinges
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-09-15svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r31833:31926Nicholas Bishop
2010-09-11- py api splash URL was old, use blender version (menu was ok in the menu)Campbell Barton
2010-08-21svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r31296:31488Nicholas Bishop
2010-08-20Fix #23336: radial control crashing or not showing correct colors in modesBrecht Van Lommel
2010-08-13added include for offsetof(), also use <string.h>, not "string.h"Campbell Barton
2010-08-13- remove WM_operatortype_exists since its almost the same as WM_operatortype_...Campbell Barton
2010-08-13minor changes to rna/python.Campbell Barton
2010-08-12svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r31183:31296Nicholas Bishop
2010-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-08-06svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r30887:31091Nicholas Bishop
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-24svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r30563:30668Nicholas Bishop
2010-07-21Added a donations link in the splash.Ton Roosendaal
2010-07-21svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r30510:30563Nicholas Bishop
2010-07-20Add Ctrl+Alt+S as shortcut for "Save Copy". It was using the same as "Save As...Xavier Thomas
2010-07-20svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r30325:30510Nicholas Bishop
2010-07-20svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r30324:30325Nicholas Bishop
2010-07-19Add a "copy" option to the save_as_mainfile operator. It saves the current Xavier Thomas
2010-07-17simplify thumbnail reading and remove some warningsCampbell Barton
2010-07-15- change blend thumbnail loading function not to use goto'sCampbell Barton
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-07-10svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r29912:30167Nicholas Bishop
2010-07-09filebrowserAndrea Weikert
2010-07-08Sequencer display overlay option, this can show a border area from another ti...Campbell Barton
2010-07-04svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r29790:29912Nicholas Bishop
2010-07-03WM_operator_props_popup was calling ED_undo_push_op() which is also called by...Campbell Barton
2010-07-02Fix #22690: gestures were not working correct after inbetween mousemoveBrecht Van Lommel
2010-07-01adding image strips wasnt working, use the 'directory' component of the file ...Campbell Barton
2010-06-29svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r29583:29790Nicholas Bishop
2010-06-26file operator cleanupAndrea Weikert
2010-06-16Brought back hiding parts of the mesh in sculpt mode in proper 2.5-style. (No...Nicholas Bishop
2010-06-14- option for redraw timer to playback the animationCampbell Barton
2010-06-14naming changesCampbell Barton
2010-06-09- added a flag argument to WM_operator_properties_filesel() currently only us...Campbell Barton
2010-06-06- [#22492] [29159] commit breaks importing of script file that has a reload t...Campbell Barton