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
2011-02-22Fix for [#26160] Blender Crashes when undoingJoerg Mueller
2011-02-22doxygen: add bullet to extern libs, some small changes in page names, and fix...Nathan Letwory
2011-02-22blender as module - workaround for not knowing __file__ when the module is in...Campbell Barton
2011-02-22doxygen: BGE Network, Physics, RasterizerNathan Letwory
2011-02-22fix for uninitialized stack variable in displaying the modifier template.Campbell Barton
2011-02-22Too many ifdefs made me miss the fact variables were declared insideTon Roosendaal
2011-02-22No idea why this goes wrong, but I can't get preprocessor output withTon Roosendaal
2011-02-22remove unused code.Nathan Letwory
2011-02-22feature back from 2.4x where a python error moves the cursor to the error lin...Campbell Barton
2011-02-22Fixed crash when sculpting on deformed mesh with smooth brush:Sergey Sharybin
2011-02-22doxygen: entries for blenderroutines, converter, expressions, gamelogic, game...Nathan Letwory
2011-02-22Fix for [#26163] New Texture selectors don't update Texture previewJanne Karhu
2011-02-22Bug fix: Fluidsim paths were not handled properlyJanne Karhu
2011-02-22missed updating this when modifying addons module.Campbell Barton
2011-02-22last commit used py3.2 function, inline for py3.1Campbell Barton
2011-02-22Small fix: reset the NTREE_DO_VERSIONS flag, so new node trees don't get upda...Lukas Toenne
2011-02-22Fixed missing initialization of node stack entries.Lukas Toenne
2011-02-22pyapi, use direct access to the frame rather then python attributes.Campbell Barton
2011-02-22Fixed sloppyness bug, used wrong pointer names when calling lib_nodetree_do_v...Lukas Toenne
2011-02-22cmake was using dna source list with the variable out of scope, possibly caus...Campbell Barton
2011-02-22patch from sambler on irc, writes version info for OSX.Campbell Barton
2011-02-22make doc generation close files (py3.2 complains about this),Campbell Barton
2011-02-22bugfix [#26126] Transparency panel label issueCampbell Barton
2011-02-22fix [#26172] Lattice vertice selection by border selection ( shortcut B ) doe...Campbell Barton
2011-02-22operator ED_OT_undo_push, needed for editmode undo/redo glitch fix, (coming n...Campbell Barton
2011-02-22Bugfix #25803 (LibLoad'ed scene objects don't have timer property updated)Mitchell Stokes
2011-02-22Fix for bug #25804 (LibLoad'ed scene objects material CRASH when doing mat.ge...Mitchell Stokes
2011-02-21Accidentally left in a print for commit 34912Ton Roosendaal
2011-02-21Fixed do_versions for node groups which contain nodes that have changed socke...Lukas Toenne
2011-02-21Bugfix #26116Ton Roosendaal
2011-02-21Finally got around to fixing priorities, so cleanup in stubs.c can be done. b...Nathan Letwory
2011-02-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-21build python module without binreloc, add dummy argv[0] to initialize bprogname.Campbell Barton
2011-02-21And the last one. hopefully.Nathan Letwory
2011-02-21And another one.Nathan Letwory
2011-02-21Missed this in battle against BLO vs MEM storm.Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-21add includes to cmake filesCampbell Barton
2011-02-21Fix for [#26105] Key mapped Rotate equals crash (Windows/MSVC only)Janne Karhu
2011-02-21doxygen: add guardedalloc and AVINathan Letwory
2011-02-21doxygen: COLLADA entryNathan Letwory
2011-02-21doxygen: editor entryNathan Letwory
2011-02-21move addon utilities into their own module, these were getting mixed between ...Campbell Barton
2011-02-21doxygen: entry for gpu, modifiers, nodes, python and renderNathan Letwory
2011-02-21Move blender version info into BKE_blender.h so we only have the info in one ...Campbell Barton
2011-02-21bugfix [#26156] Opening .blend files through OS ignores "Load UI" flagCampbell Barton
2011-02-21bugfix [#26118] Getting 'Error Totblock' when using sub-properties from a Poi...Campbell Barton
2011-02-21fix [#26152] Blender File for Image too SmallCampbell Barton
2011-02-21Make sure we can build without the optional new WITH_PYTHON_MODULE option. Lo...Nathan Letwory
2011-02-21Experimental option to build blender as a python module, rather then blender ...Campbell Barton