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-02-22bugfix/workaround [#25629] Add torus with autmatic edit mode duplicates mesh ...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-21Editbone length was still using "normalize()" instead of "normalized()"Nathan Vegdahl
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-21patch [#26146] debian/rules: Avoid unnecessary downloadingCampbell Barton
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-21doxygen: some code shuffle to prevent clashing file names, ensure MEM_guarded...Nathan Letwory
2011-02-21remove BGE's PyObjectPlus.isA method docs, was removed in favor of built-in i...Campbell 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: footer templateNathan Letwory
2011-02-21doxygen: COLLADA entryNathan Letwory
2011-02-21better macro for getting the blender version from BKE_blender.h, also re-run ...Campbell Barton
2011-02-21fix [#26093] Install Add-On Fails and deletes scriptCampbell Barton
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-21fix for cmake with last commit.Campbell Barton
2011-02-21Move blender version info into BKE_blender.h so we only have the info in one ...Campbell Barton
2011-02-21missed updating this when editing registration,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-21bug [#26089] editbone.transfrom() seems to mess up bone roll (by more than fl...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
2011-02-21Revert r35003. It was just an extra semicolonJoshua Leung
2011-02-21Fixed compilation bug in r35002: C90 forbids mixed declarations and code. I'v...Konrad Kleine
2011-02-21Bugfixes:Joshua Leung
2011-02-20misc warnings/fixesCampbell Barton
2011-02-20Fix for crash when sculpting on multires object during playbackSergey Sharybin
2011-02-20Add XF86keysym.h detection and use to CMake system, for r34983.Guillermo S. Romero
2011-02-19Bugfix #26150Ton Roosendaal
2011-02-19Todo item:Ton Roosendaal
2011-02-19From the todo:Ton Roosendaal
2011-02-19Bugfix #25967Ton Roosendaal
2011-02-19Bugfix #26015Ton Roosendaal
2011-02-19add 'make debug' option for stub cmake makefile.Campbell Barton
2011-02-19Rename global_ft_lib and make it static.Diego Borghetti