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
2008-11-21This is patch [#17896] Irix Build FilesKent Mein
2008-11-21* smudge tool wanst working (forgot to set the precious mouse location)Campbell Barton
2008-11-21* added option "Normal", same as the vpaint option, gives more natural lookin...Campbell Barton
2008-11-21Crasher fix.Martin Poirier
2008-11-20commit yesterday broke scaling in the sequencer (dumb mistake)Campbell Barton
2008-11-19* use utility function brush_painter_paint that runs the project_paint_op in ...Campbell Barton
2008-11-19svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17471:HEADCampbell Barton
2008-11-19Split up the following imbuf functions in 2...Campbell Barton
2008-11-19bicubic_interpolation - dont use pow(val, 3.0f) at all, do (val*val*val) inst...Campbell Barton
2008-11-18Some improvements brecht suggested, only noticable change is faster multithre...Campbell Barton
2008-11-18some scons command line args were not working since recent changes- Campbell Barton
2008-11-18Added option to use another UV layer as a clone source, to paint from one uv ...Campbell Barton
2008-11-18* Added buttons for accessing options "occlude", "backface cull" and "bleed",...Campbell Barton
2008-11-18QuatOne was so wrong is would make Hamilton cry.Martin Poirier
2008-11-17Added BF_PROFILE_LINKFLAGS, Compiling with BF_PROFILE=1 was also throwing a p...Campbell Barton
2008-11-17Fix compilation on OS XMartin Poirier
2008-11-17DXF-Importer: updated version v1.12 - 2008.11.16 by migiusRemigiusz Fiedler
2008-11-16disabled painting to offscreen buckets, was causing priblems when zooming in ...Campbell Barton
2008-11-16* fix "dot drawing" problem - draw lines inbetween updates when redrawing the...Campbell Barton
2008-11-15svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17443:HEADCampbell Barton
2008-11-15* clone tool didnt work when the object was not at the center point.Campbell Barton
2008-11-1517973Patch by dfelinto, and also fixed a bug in 2d-filtersHamed Zaghaghi
2008-11-15made undo on multiple images worksCampbell Barton
2008-11-14tile based undo's now works while projection painting.Campbell Barton
2008-11-14copy over pthread dll to the install dir with cross compiling, Campbell Barton
2008-11-14Transform Roll Fixes for editbone. Special case for rotation, we don't need t...Martin Poirier
2008-11-14Bugfix: Joshua Leung
2008-11-14update for compiling cross compiling win32 on linux, had a lot of trouble wit...Campbell Barton
2008-11-14==Armature==Martin Poirier
2008-11-14Normal Orientation on EditBones uses roll for Z axis.Martin Poirier
2008-11-13svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17405:HEADCampbell Barton
2008-11-13simple workaround slowdown with painting onto multiple parts of an image at o...Campbell Barton
2008-11-13* use the existing function to only update a part of the image, should increa...Campbell Barton
2008-11-13Removed support for nested texture trees, minor ui enhancementsRobin Allen
2008-11-13for scons on linux and other *nux systemsCampbell Barton
2008-11-132 utility functions added for projection painting.Campbell Barton
2008-11-13== MSVC projectfiles ==Andrea Weikert
2008-11-13fix bad level call in texture nodesAndrea Weikert
2008-11-12Added stubs to fix linker errors in texnodesRobin Allen
2008-11-12Bah, two more files!Ton Roosendaal
2008-11-12Patch #7897 Texture Nodes!Ton Roosendaal
2008-11-12set default path to the version that creates a working binary of Blender, whe...Nathan Letwory
2008-11-12Change the LCG_DIR usage to BF_name_LIBPATH where possible. FFMPEG can't be d...Nathan Letwory
2008-11-12Option to have painting multi-threaded.Campbell Barton
2008-11-12Remove BGE defines from highest level and define only there where needed. Thi...Nathan Letwory
2008-11-12previous commits showed that the absolute path problem was even deeper. This ...Nathan Letwory
2008-11-11spaces -> tabsNathan Letwory
2008-11-11fix for another place where absolute paths for BF_BUILDDIR where a problem (g...Nathan Letwory
2008-11-11fix problem with giving absolute paths to BF_BUILDDIRNathan Letwory
2008-11-11Fix typo that prevented CC_WARN from being added to build commandsNathan Letwory