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-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-28Missed notifier was found when looking at #28393Sergey Sharybin
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-18misc changes to unterface & undoCampbell Barton
2011-08-18disable undo for hard coded interface buttons:Campbell Barton
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-13Fix #26704: activating a texture node inside material nodes did not show thatBrecht Van Lommel
2011-06-16use directory selector for properties defined as PROP_DIRPATH, user preferenc...Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-31cmake maintenanceCampbell Barton
2011-05-23fix [#26618] StringProperty with sub_type of FILE_PATH not updated correctly ...Campbell Barton
2011-05-19UI tweak: properties editor header now has same size as other headers again.Brecht Van Lommel
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-03-19Todo item:Ton Roosendaal
2011-03-09Todo item: defaulting newly created Property editors to vertical.Ton Roosendaal
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-16Particle settings can now be pinned too:Janne Karhu
2011-02-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-02-09Restoring the old behavior of switching texture context based on active tab:Janne Karhu
2011-02-08Texture context selector for texture panel:Janne Karhu
2011-01-30remove nan-makefilesCampbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06Todo item:Ton Roosendaal
2011-01-05Todo item:Ton Roosendaal
2011-01-03Todo items:Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-14Bugfix #25212Ton Roosendaal
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-19Possible fix for [#23982] Display update with animated nested custom ID prope...Janne Karhu
2010-11-05workaround/fix for [#24540] Adding the path to an image Editor in the file pr...Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-03Redraw object buttons on next/previous frame in 3dview, otherwise for instanceNathan Letwory
2010-09-21Fix #23917: selecting a directory with the file browser didn't appendBrecht Van Lommel
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-08-23* Code tweak for my last commit, missed some break's.Thomas Dinges
2010-08-22Fix for [#22741] Material preview doesn't update when "undo" is used to rever...Thomas Dinges