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-19Adding support for the "media" play/pause/stop/next/prev buttonsJoshua Leung
2011-02-19Fix for building math nodes provided by DustyDingoDaniel Salazar
2011-02-18SVN maintenance.Guillermo S. Romero
2011-02-18Fix #26140: Text to 3D object (one object & one object per line) has the same...Sergey Sharybin
2011-02-18Bugfix #26101Ton Roosendaal
2011-02-18Bugfix 26131Ton Roosendaal
2011-02-18Bugfix #26135Ton Roosendaal
2011-02-18Bug fix: with bigger than 1 cache step dead particles didn't alway stay deadJanne Karhu
2011-02-18Fix for #26111, #26112 & #26121, "only first button click worked in windows"Janne Karhu
2011-02-18Text space fixes:Sergey Sharybin
2011-02-18Remove #ifdef __cplusplus, as it caused C2732 (differences in linkage). Compi...Nathan Letwory
2011-02-18Remove header include, conflicts otherwise with BLI_math.hNathan Letwory
2011-02-18examples for bpy.propsCampbell Barton
2011-02-18declare round() and copysign() when on windows. Implementations for them alre...Nathan Letwory
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2011-02-18Another small text space usability: option to show right margin (aka print ma...Sergey Sharybin
2011-02-18render engine example thanks to dougal2.Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-02-18Bugfix #26127Ton Roosendaal
2011-02-18Bugfix #26128Ton Roosendaal
2011-02-18doxygen: readblenfile part of data groupNathan Letwory
2011-02-18BGE Expressions: convert "\n" to real \nDalai Felinto
2011-02-18Check the os.environ at the start of the build process.Nathan Letwory
2011-02-18python api docs & examples for registrable Menu/Panel/Operator/PropertyGroup ...Campbell Barton
2011-02-18"Fix" for [#26130] Turbulence Force Field seed does not look to generate a ne...Janne Karhu
2011-02-18fix own mistake [#26125] Command line render, absence of CRLF on certain linesCampbell Barton
2011-02-18- clear some warningsCampbell Barton
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...Campbell Barton
2011-02-18Fix for [#26120] Particle Grid options available when shouldn'tJanne Karhu
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-18Bring blenloader module under data group. Rename the group to look a bit more...Nathan Letwory
2011-02-18fix for build warning with openCOLLADA svn833 reported by Dave Plater.Campbell Barton
2011-02-18patch [#26056] fix for ValueError when no addons are presentCampbell Barton
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-18malloc() comes from stdlib.h per K&R ANSI C, C89 & C99.Guillermo S. Romero
2011-02-17DNA header files are now grouped under the same module. No further documentat...Nathan Letwory
2011-02-17One more small text space usability: select work by double-click on itSergey Sharybin
2011-02-17Simple re-order of first/last point checking when adding point toSergey Sharybin
2011-02-17Split cursor_set into two operators:Sergey Sharybin
2011-02-17Start simple intros for intern and extern libs.Nathan Letwory
2011-02-17Spall text space usability:Sergey Sharybin
2011-02-17clear some unused warningsCampbell Barton
2011-02-17patch [#26063] Fix deb package versioning (Patch for #26062)Campbell Barton
2011-02-17CMake: remove workaround for cmake 2.8.3 problem testing -Werror=strict-proto...Campbell Barton
2011-02-17OpenGL playblasts now respect Preview Range, making it easier toJoshua Leung
2011-02-17apply fix [#26117] Recent changes to "mikktspace.c" broke building on FreeBSD...Campbell Barton
2011-02-17Add missing file from r34923Nathan Letwory
2011-02-17Change to how python classes are initialized when blender calls them.Campbell Barton
2011-02-17error case not being handled when calling python classes from RNACampbell Barton