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
2012-07-09improve node text alignment with different zoom levelsCampbell Barton
2012-07-09Small cleanup...Bastien Montagne
2012-07-09BGE: Fixing up the error message received when trying to add an object from a...Mitchell Stokes
2012-07-09code cleanup: remove pointless casts (int -> short -> int)Campbell Barton
2012-07-09fix node drawing glitch where text alignment for output sockets would move th...Campbell Barton
2012-07-09correction to last commit. aspect doesn't need to be calculated every time.Campbell Barton
2012-07-09Fix for #31962, changes image ignores correct aspect ratio. MadeAntony Riakiotakis
2012-07-09fix for ugly pixelated drawing of node frame text.Campbell Barton
2012-07-09removed depth aware defocusJeroen Bakker
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
2012-07-09svn merge ^/trunk/blender -r48749:48754Campbell Barton
2012-07-09fix/workaround for cycles crash packing bvhCampbell Barton
2012-07-09Tomato: fix for mask cacheSergey Sharybin
2012-07-09Fixed issue with missed cache update when disabling movie clip channelsSergey Sharybin
2012-07-09code cleanup: move sequencer timecode into its own func.Campbell Barton
2012-07-09Merging r48740 through r48749 from trunk into soc-2011-tomatoSergey Sharybin
2012-07-09Fixed issues updating texture buffer used for clip editor frame displaySergey Sharybin
2012-07-09As a response to issue [#28483] "Enable/Disable Rigid Body actuator do nothin...Mitchell Stokes
2012-07-09Fixing a memory leak when using Bullet's btGImpactMeshShape for triangle mesh...Mitchell Stokes
2012-07-09code cleanupCampbell Barton
2012-07-09localview operator now reports when 8 views are reached (since 2.5x update wa...Campbell Barton
2012-07-09style cleanupCampbell Barton
2012-07-09Fixing a memory leak introduced by the Character Physics type patch: a new bt...Mitchell Stokes
2012-07-08svn merge ^/trunk/blender -r48729:48739Campbell Barton
2012-07-08play animation now works switching between scrubbing and pingpongCampbell Barton
2012-07-08correct another case of nonnull (all should be correct now), and comment abou...Campbell Barton
2012-07-08Grmbl, dummy argparse...Bastien Montagne
2012-07-08Some cleanup, and update to make those files usable both as self-executables ...Bastien Montagne
2012-07-08correct use of nonull attributeCampbell Barton
2012-07-08svn merge ^/trunk/blender -r48691:48729Campbell Barton
2012-07-08Fix for error from grumpy gcc in "over-warning" mode. Must explicitely cast u...Bastien Montagne
2012-07-08correct use of __attribute__((nonnull))Campbell Barton
2012-07-08Multi device OpenCL did not work.Jeroen Bakker
2012-07-08code cleanup: quiet uninitialized memory use warning for X11 - harmless in th...Campbell Barton
2012-07-08Some cleanup.Bastien Montagne
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-07-08Fix for [#31701] "radar causes collision" reported by Markus Rietz (afeature).Mitchell Stokes
2012-07-08use alloc_size attribute for guarded alloc functions with gcc.Campbell Barton
2012-07-08fix [#32020] Image will not render in second (any scene other than first) if ...Campbell Barton
2012-07-08Fixing a typo!Bastien Montagne
2012-07-08style cleanupCampbell Barton
2012-07-07increase file browser title length for multibyte translations and use utf8 c...Sv. Lockal
2012-07-07Update/fixes (was escaping more chars than needed!)Bastien Montagne
2012-07-07Minor UI message update.Bastien Montagne
2012-07-07Adding a note to KX_Camera.projection_matrix and KX_Camera.modelview_matrix t...Mitchell Stokes
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-07-07svn merge ^/trunk/blender -r48681:48691Campbell Barton
2012-07-07decrease size for convex hull epsilon when checking which side of a face the ...Campbell Barton
2012-07-06style cleanup: var namesCampbell Barton