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-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-24screenshot operator now adds file extension in the file selector and has its ...Campbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-18spelling cleanupCampbell Barton
2012-03-08use BLI_path_cmp() rather then strcmp()Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-16bmesh todo. making an image local wasn't dealing with mesh polygon texface data.Campbell Barton
2012-02-15went over all uses of mesh->mface and added BMESH_TODO comments forCampbell Barton
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2012-01-16Allow camera 1:1 and center camera view to run from menu's.Campbell Barton
2012-01-13Fix related to #29694: quicktime export was not showing or respecting RGBABrecht Van Lommel
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-12-24fix [#29683] OpenEXR Output Appears to be brokenCampbell Barton
2011-12-17Code cleanup: fix a few warnings (>= 0 and == -1 tests on unsigned types).Brecht Van Lommel
2011-12-17Fix #27847: sequencer scene strip rendering crash, due to use of freedBrecht Van Lommel
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-25Image save as operator 'BW' option wasnt working on some formats, now only sh...Campbell Barton
2011-11-24- saving as a jpeg image would set the image as not having an alpha channel e...Campbell Barton
2011-11-24image format arg parsing for creator.cCampbell Barton
2011-11-22rename image type defines to be less ambiguous, also set BMP as not supportin...Campbell Barton
2011-11-22display quality for avijpeg, name BKE_imtype functions more sensibly Campbell Barton
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-10-31fix [#29098] File save dialog cannot handle extra periods in file nameCampbell Barton
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
2011-10-27use path remapping for all make local functions, patch from Alex Fraser with ...Campbell Barton
2011-10-27pass image description to image loading functions for more useful error than ...Campbell Barton
2011-10-27- remove bpath iterator and replace all uses with visitor.Campbell Barton
2011-10-27edits ontop of Alex's patch from r41292.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-08use newly added ID_BLEND_PATH() in more places.Campbell Barton
2011-10-08fix [#28846] Relative paths on linked scene failsCampbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto