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-23Possible fix for [#26190] Changing particle amount crashesJanne Karhu
2011-02-23remove unused functions,Campbell Barton
2011-02-22Convenience fix: Exposing internal sockets now copies the default input value...Lukas Toenne
2011-02-22Added RNA functions to group tree inputs/outputs for exposing internal socket...Lukas Toenne
2011-02-22Fix for [#26160] Blender Crashes when undoingJoerg Mueller
2011-02-22fix for uninitialized stack variable in displaying the modifier template.Campbell Barton
2011-02-22Fixed missing initialization of node stack entries.Lukas Toenne
2011-02-21Fixed do_versions for node groups which contain nodes that have changed socke...Lukas Toenne
2011-02-21Bugfix #26116Ton Roosendaal
2011-02-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-21Move blender version info into BKE_blender.h so we only have the info in one ...Campbell Barton
2011-02-20Fix for crash when sculpting on multires object during playbackSergey Sharybin
2011-02-19Bugfix #26015Ton Roosendaal
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-19fix for string wrap backface culling not working when one of the objects was ...Campbell Barton
2011-02-18Bug fix: with bigger than 1 cache step dead particles didn't alway stay deadJanne Karhu
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-02-18Particle fluid settings weren't copied when particle settings were copied.Janne Karhu
2011-02-18Particle textures didn't use original coordinates properly for grid distribut...Janne Karhu
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-17clear some unused warningsCampbell Barton
2011-02-17Bugfix [#26106] No instant visual feed back for Dupliframes, parentingJoshua Leung
2011-02-16Bugfix [#22535] Dupliframes with keyframe Anim are brokenJoshua Leung
2011-02-15Fix for [#26083] Animated Particle Textures have no effectJanne Karhu
2011-02-15Move mikktspace code to own library, so it is clear that it is alsoNathan Letwory
2011-02-15fix warnings.Campbell Barton
2011-02-14more vars made staticCampbell Barton
2011-02-14This commit will switch blender to use tangent space generated withinM.G. Kishalmi
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14misc small changes:Campbell Barton
2011-02-13warning cleanup.Campbell Barton
2011-02-13Small addition to particle grid distribution:Janne Karhu
2011-02-13corrected error from commit r34810.Campbell Barton
2011-02-13Some more fixes for particle textures:Janne Karhu
2011-02-13Fix for [#26053] Blender Crash with Particules TexturesJanne Karhu
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13Reverting part of 34810Joshua Leung
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-13remove unused varCampbell Barton
2011-02-13Small update for billboards:Janne Karhu
2011-02-13Fix for [#25857] create_dupli_list incorrect behaviour with particle systemsJanne Karhu
2011-02-12Small particle effectors update:Janne Karhu
2011-02-12Sculpting on deformed meshSergey Sharybin
2011-02-12fix for more warnings.Campbell Barton
2011-02-12Warning fix to my previous commit. Thanks to nazg-gul for noticing!Janne Karhu
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-02-12- fix leak on STL loading if realloc fails.Campbell Barton
2011-02-12access past array bounds in layerInterp_mdisps, also make some vars const.Campbell Barton
2011-02-12fix for possible (but unlikely) problem with strncpy not adding \0 and then e...Campbell Barton
2011-02-12- resource leak in pointcache, opendir without closedir()Campbell Barton