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
path: root/source
AgeCommit message (Expand)Author
2012-07-10some code refactors in raskter.c to sync it with build where mask tiling is b...Peter Larabell
2012-07-10Fix for a crash caused by ReplaceMesh changing an objects physics shape. CcdS...Mitchell Stokes
2012-07-10center node group text button verticallyCampbell Barton
2012-07-10style cleanup: line length, also comment some unused codeCampbell Barton
2012-07-10updating raskter to support tiles compositor. this commit puts in some ground...Peter Larabell
2012-07-10Fixed an exception during image export when a source image does not exist in ...Gaia Clary
2012-07-10fix for blender naming all new node groups "Missing Datablock"Campbell Barton
2012-07-10rename BLI_getQuotedStr --> BLI_str_quoted_substrN to make it more clear its ...Campbell Barton
2012-07-10Removed unneeded variable from Image ExporterGaia Clary
2012-07-10style cleanup: missed previous commitCampbell Barton
2012-07-10And arabic is over 60% done too, now! :)Bastien Montagne
2012-07-09style cleanup: node drawingCampbell Barton
2012-07-09improve node text alignment with different zoom levelsCampbell Barton
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-09code cleanup: move sequencer timecode into its own func.Campbell Barton
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-08correct another case of nonnull (all should be correct now), and comment abou...Campbell Barton
2012-07-08correct use of nonull attributeCampbell 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-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-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-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-07decrease size for convex hull epsilon when checking which side of a face the ...Campbell Barton
2012-07-06style cleanup: var namesCampbell Barton
2012-07-06Fix for bug 32017.Chris Want
2012-07-06fix for rare crash we have with some mango files.Campbell Barton
2012-07-06 * Added OpenCL implementation of the Defocus nodeJeroen Bakker
2012-07-06use icons for rgb colorsCampbell Barton
2012-07-06Fix [#31923] Particle instanced objects don't show textures in renderBastien Montagne
2012-07-06rgb color display options for compo backdrop.Campbell Barton
2012-07-06Fix [#32003] Triangulate fails for simple case.Bastien Montagne