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-10-27Fix #32982, Segault when trying to show a node material.Lukas Toenne
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26fix for another error reported in [#26712], use count failing with 3 levels o...Campbell Barton
2012-10-26fix [#26712] Particle group instance 'Use Count' value gets reset on file-load.Campbell Barton
2012-10-26code cleanup: use squared length for comparisons and is_zero_v# rather then c...Campbell Barton
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-10-25Fix issue after commit 50282: float texture painting non-color data textures didBrecht Van Lommel
2012-10-25Fix #32964: IK constraint had a "Target" option, which actually is an internalBrecht Van Lommel
2012-10-24set default value of defocus maxblur when this is unset during reading.Jeroen Bakker
2012-10-23Fix for direct_link of local ID data blocks (node trees in material/lamp/worl...Lukas Toenne
2012-10-22Fix related to #32933: UV unwrap had 0.0 margin by default in .blend files,Brecht Van Lommel
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-20style cleanupCampbell Barton
2012-10-20code cleanup:Campbell Barton
2012-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-17Fix #32856, Crash in compositor due to deprecated node socket flag in old files.Lukas Toenne
2012-10-16Cycles: non-camera viewport render border supportSergey Sharybin
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-14style cleanupCampbell Barton
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-10-09Motion Tracking: move keyframe settings to per-tracking object settingsSergey Sharybin
2012-10-07fix for logical errorsCampbell Barton
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-10-04Fix #32755: Stripes in Metastrip can not be moved on other channel with mouse...Sergey Sharybin
2012-10-04style cleanup: comment blocksCampbell Barton
2012-10-04code cleanup: remove USE_BMESH_FORWARD_COMPAT - this was added to load bmesh ...Campbell Barton
2012-10-03Correction to commit rev48866 -- convert_tface_mt must happen before BKE_mesh...Sergey Sharybin
2012-10-03Fix #32742: Motion path calculation on linked armatures locks up BlenderSergey Sharybin
2012-10-01fix for unlikely crash if smoke collision data couldn't be read. (pointer was...Campbell Barton
2012-09-30missed these last commitCampbell Barton
2012-09-30demote library linking errors from ERROR's to warnings, since errors will thr...Campbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-23remove sticky customdata layers as well as sticky mtex flagCampbell Barton
2012-09-21remove sticky coords from blender and the internal render engine.Campbell Barton
2012-09-21remove sticky coordinates from blender, this was missing from the UI since 2.49.Campbell Barton
2012-09-18do_version fix files with bad keyblock uid caused by byg [#31569]Campbell Barton
2012-09-18fix for a strange linking error where set_property() in source/blender/blenke...Campbell Barton
2012-09-17add endian switching to mask shape key loading (loading mask animations betwe...Campbell Barton
2012-09-16use the format attribute in more places, disable X11 options when building wi...Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15fix for 3 obvious mistakes/bugs.Campbell Barton
2012-09-15code cleanup: quiet some windows warnings.Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-09-05fix for various redundant checks and possibly fix some crashes in rare situat...Campbell Barton