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-18fix own mistake [#26125] Command line render, absence of CRLF on certain linesCampbell Barton
2011-02-16Bugfix #26103Ton Roosendaal
2011-02-15Move mikktspace code to own library, so it is clear that it is alsoNathan Letwory
2011-02-14more vars made staticCampbell Barton
2011-02-14This commit will switch blender to use tangent space generated withinM.G. Kishalmi
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-13Small update for billboards:Janne Karhu
2011-02-12fix for more warnings.Campbell Barton
2011-02-12render stats_background() was giving clang warning about unused argument and ...Campbell Barton
2011-02-09Fix for rendering procedual bump maps, mapped in world space, since the new b...Michael Fox
2011-02-08add back options for loading a renderlayer to offset the image when copying t...Campbell Barton
2011-02-08bump-mapping update to properly supportM.G. Kishalmi
2011-02-07Bugfix 25965Ton Roosendaal
2011-02-06Bugfix #25953Ton Roosendaal
2011-02-06Bug fix: Particles in dupligroups were mostly drawn properly in 3d view, but ...Janne Karhu
2011-02-06- cmake was missing an inclide (IDE's wouldnt index)Campbell Barton
2011-02-06SVN maintenance.Guillermo S. Romero
2011-02-05Another fix for the raytracing commit, forgot that it also included vertexBrecht Van Lommel
2011-02-05Raytrace modifications from the Render Branch.Brecht Van Lommel
2011-02-05Renamed texture.c in render module, to prevent debuggers toTon Roosendaal
2011-02-05Bugfix 25871Ton Roosendaal
2011-02-05accidentally left scaling code commented out when testing.M.G. Kishalmi
2011-02-03Bugfix #25912Ton Roosendaal
2011-02-03Applying patch #25898 by Shinsuke Irie for rendering total external reflectionsJanne Karhu
2011-02-02Bugfix #25913Ton Roosendaal
2011-02-02Fix for [#25899] Renderer can't trace successive total internal reflectionJanne Karhu
2011-02-01Fix for [#25879] Particle Duplication issue with Linked in Objects from Groups.Janne Karhu
2011-01-30remove nan-makefilesCampbell Barton
2011-01-30Bugfix #25855Ton Roosendaal
2011-01-29ISO C90 fixM.G. Kishalmi
2011-01-29new bumpmapping options for the rendererM.G. Kishalmi
2011-01-23correct own bad spellingCampbell Barton
2011-01-22error in own recent commit, r34445Campbell Barton
2011-01-22comment dead code and fix 2 missing NULL checks (pointer used after NULL chec...Campbell Barton
2011-01-21correct spellingCampbell Barton
2011-01-11Bugfix #25580Ton Roosendaal
2011-01-11remove misc unused vars and correct theme name for face angles.Campbell Barton
2011-01-08fixed a case with occlusion where uninitialized variable could be used.Campbell 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-07Revert bump mapping patch for now, backwards compatibility is not good enough,Brecht Van Lommel
2011-01-07Fix #25078: texture mapping options (e.g. size) not working correctly with bump.Brecht Van Lommel
2011-01-07Improved bump mapping patch by M.G. Kishalmi (lmg) and M.S. Mikkelsen (sparky).Brecht Van Lommel
2011-01-06fix for clang static check warnings.Campbell Barton
2011-01-06remove assignments which are unused.Campbell Barton
2011-01-05Fix #23604: external shadows for volume materials don't workBrecht Van Lommel
2011-01-03avoid int/float comparisons within a number of for loops in deep shadow map c...Campbell Barton
2011-01-03fix for possible comparison of un-initialized variable.Campbell Barton
2011-01-02- correct typos in comments.Campbell Barton