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-03-28misc nodes & editors: floats were being implicitly promoted to doubles, adjus...Campbell Barton
2011-03-28transform: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-282.5 3D View Properties UI:Thomas Dinges
2011-03-28example operator that uses a timer.Campbell Barton
2011-03-28color gamma (such as theme colors), were not being wrapped by python as 'math...Campbell Barton
2011-03-28Address [#26641] Texture Quick Edit kicks up error when Editor can't be foundNathan Letwory
2011-03-28Bugfix, irc report:Ton Roosendaal
2011-03-28particles & vector-font: floats were being implicitly promoted toCampbell Barton
2011-03-28Add missing header for *nix machines.Nathan Letwory
2011-03-28Crouch on IRC noticed inconsistency between name COLOR_SETS & attribute bone_...Campbell Barton
2011-03-28Import light blender profile if it exists.Nathan Letwory
2011-03-28Fix for [#26617] convert hair particles to mesh crash rev:35787Janne Karhu
2011-03-28Bug fix: particles emitted from a moving emitter exploded with verlet integra...Janne Karhu
2011-03-28Add stubs for the new timer add and remove functions.Nathan Letwory
2011-03-28RNA functions for adding timer (needed for demo mode, also useful for python ...Campbell Barton
2011-03-28blenkernel: floats were being implicitly promoted to doubles, adjust to use f...Campbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-28set CMake's GCC warnings for GCC4.6.Campbell Barton
2011-03-28uvedit: floats were being implicitly promoted to doubles, adjust to use floats.Campbell Barton
2011-03-28Bugfix: One more place still using the old "keys" instead ofJoshua Leung
2011-03-28[#26622] Blender crashes when calling transform operatorMartin Poirier
2011-03-28Revert r34026, which in it turn reverted r33039. Removal breaks renderers tha...Nathan Letwory
2011-03-28[#24658] Switching to "maya" via interaction preset breaks when switching backMartin Poirier
2011-03-28Proper traceback when addons fails AST parsing setpMartin Poirier
2011-03-27COLLADA lamp blender profile: add the remainder of the lamp variables to export.Nathan Letwory
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-27imbuf, mathutils & readfile: floats were being implicitly promoted to doubles...Campbell Barton
2011-03-27view3d / object drawing: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-27math lib and UV project: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-27Fix for [26631] relative blur decimal value from 2.49 is not correctly conver...Lukas Toenne
2011-03-27modifiers: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-27Add blender light profile.Nathan Letwory
2011-03-27option not to restore the original frame when canceling the animation, use in...Campbell Barton
2011-03-27clear some c++ warnings.Campbell Barton
2011-03-27fix [#26616] Line of code make Blender crashCampbell Barton
2011-03-27fix for 'View Docs' with inherited properties, eg: "Object.name", is inherite...Campbell Barton
2011-03-27pep8 cleanupCampbell Barton
2011-03-27fix (own bug) [#26628] "FCurve/Driver Version Fix" Incorrectly Clobbers Array...Campbell Barton
2011-03-27SVN maintenance.Guillermo S. Romero
2011-03-27Bugfixes due to recent RNA renaming:Joshua Leung
2011-03-26One more fix for recent normals re-calculation changeSergey Sharybin
2011-03-26fix for transform using the wrong RNA typeCampbell Barton
2011-03-26Fixed memory access in mesh_calc_normals(). Now it uses much less memory.Sergey Sharybin
2011-03-26- fix for editfont using an enum func on boolean property.Campbell Barton
2011-03-26Update cmake & scons scripts to use new Collada includes for building with la...Damien Plisson
2011-03-26Fix for Mac addon install, unzipping could create __MACOSX folder whichBrecht Van Lommel
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel
2011-03-26fix for blenderplayer crashing on exit.Campbell Barton