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
2013-05-28don't use globbing for freestyle cmake file.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28Fix for crash in Freestyle with sketchy chaining and Bezier Curve geometry mo...Tamito Kajiyama
2013-05-24fix for building on osx with recent freestyle bugfix.Campbell Barton
2013-05-24fix [#35478] Spatial Noise crashes Blender on RenderCampbell Barton
2013-05-22Fix for a crash due to de-referencing of a StrokeVertex Python wrapper object.Tamito Kajiyama
2013-05-22Added new method Stroke.remove_all_vertices() for removing all vertices from ...Tamito Kajiyama
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-19Fix for [#35245] Freestyle getting stuck on view map creation + memory leaks.Tamito Kajiyama
2013-05-17Fix for Freestyle built-in style module sketchy_multiple_parameterization.py ...Tamito Kajiyama
2013-05-16Fix for [#35352] Freestyle + Geometry Spatial Noise freezes on render.Tamito Kajiyama
2013-05-15More fix for memory leaks in the Freestyle module.Tamito Kajiyama
2013-05-15Further fix for memory leaks in Freestyle Python API components:Tamito Kajiyama
2013-05-15Fix for a copy-and-paste bug in a Freestyle Python API helper function.Tamito Kajiyama
2013-05-14Added support for WITH_CXX_GUARDEDALLOC build option to the Freestyle module.Tamito Kajiyama
2013-05-14Fix for a memory leak during Freestyle stroke shading.Tamito Kajiyama
2013-05-05correction for uv template, also some doxygen comment corrections. Campbell Barton
2013-05-03Minor code clean-up.Tamito Kajiyama
2013-05-01Fix for [#35116] Freestyle StringUtils::toAscii breakes non-ascii path values.Tamito Kajiyama
2013-05-01remove headers from FRS_freestyle.hCampbell Barton
2013-04-29More build fixes for visual studio 2012.Brecht Van Lommel
2013-04-24Fix for full-sample anti-aliasing (FSAA) not working with Freestyle.Tamito Kajiyama
2013-04-21Minor code clean-up & removal of unused code segments.Tamito Kajiyama
2013-04-21Fix for a crash due to uninitialized local Main (introduced in revision 56127).Tamito Kajiyama
2013-04-18Fix for access freed scene when doing freestyle renderSergey Sharybin
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-04-16Blender Internal Render in viewportTon Roosendaal
2013-04-16Fix for line instability with the Polygonization geometry modifier.Tamito Kajiyama
2013-04-16Fix a few warnings. One was an actual bug in freestyle where stroke attributesBrecht Van Lommel
2013-04-12code cleanup: warnings and style.Campbell Barton
2013-04-11code cleanup: unused vars, make other vars static.Campbell Barton
2013-04-11Fix for a crash in the Bezier Curve geometry modifier.Tamito Kajiyama
2013-04-09Attempt to fix a potential name conflict between Freestyle and the compositor.Tamito Kajiyama
2013-04-08code cleanup: unused macrosCampbell Barton
2013-04-08style cleanupCampbell Barton
2013-04-07use lowercase name for freestyle module (as with all other blender modules).Campbell Barton
2013-04-04quiet warnings (building with -Werror)Campbell Barton
2013-04-03Use of text datablocks for storing Python style modules.Tamito Kajiyama
2013-03-31remove blender foundation copyright from freestyle files.Campbell Barton
2013-03-26Freestyle changes:Sergey Sharybin
2013-03-24Removed a Freestyle-specific function call from bf_windowmanager.Tamito Kajiyama
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-22Fix for default values different from the factory settings.Tamito Kajiyama
2013-03-19quiet warnings by making undeclared vars staticCampbell Barton
2013-03-19fix for some errors.Campbell Barton
2013-03-17Fix for a crash due to a bug in the handling of singularity in stroke creation,Tamito Kajiyama
2013-03-16Fix for a crash due to mesh faces with wire frame materials not properly hand...Tamito Kajiyama
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-03-11Another big code clean-up patch from Bastien Montagne, thanks again!Tamito Kajiyama