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
2013-02-05Compositor:Thomas Dinges
2013-02-05set drag/drop operators as 'INTERNAL', there not useful to access from operat...Campbell Barton
2013-02-05fix [#34118] Crash, when clicking "Assign image to UV Map"Campbell Barton
2013-02-05add RNA_define_animate_sdna() so animation can be easily disabled when defini...Campbell Barton
2013-02-05Fix particle child render resolution access not working outside of the render...Brecht Van Lommel
2013-02-05* One more fix for Collada. Thomas Dinges
2013-02-05Tracking settings for new clip didn't match default resetSergey Sharybin
2013-02-05Attempt to fix collada compilation after recent commitSergey Sharybin
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-02-05own recent change to triangulate bmesh operator stopped filling in mapping sl...Campbell Barton
2013-02-05remove stringify macro from alloc'sCampbell Barton
2013-02-05fix [#34105] bake artifactsCampbell Barton
2013-02-05fix [#34113] operator_menu_enum() - Tooltip not showing descriptionsCampbell Barton
2013-02-05add python api docstring for 'bpy.types.Operator.bl_property'Campbell Barton
2013-02-05fix [#34113] operator_menu_enum() - Tooltip not showing descriptionsCampbell Barton
2013-02-05fix for valgrind warning - using uninitialized variable. Though in practice i...Campbell Barton
2013-02-05rigidbody: Avoid always making passive objects kinematicSergej Reich
2013-02-05rigidbody: Fix [#34108] Rigid body with no polygons crashes blenderSergej Reich
2013-02-05rigidbody: Don't allow collision shape to be animatedSergej Reich
2013-02-05rigidbody: Fix [#34106] Deleting an object with Bullet Constraint crashes Ble...Sergej Reich
2013-02-04The usual UI messages tweaks...Bastien Montagne
2013-02-04updated fix for [#34089] Crash opening file containing translation node saved...Monique Dewanchand
2013-02-04Compile fix for r54300, setFactorXY function does not return a value. Thomas Dinges
2013-02-04code cleanup: warningsCampbell Barton
2013-02-04Compositor "Relative" option for Translate node, same as for other nodes thisBrecht Van Lommel
2013-02-04fix for rangefunc being unused for int & int array.Campbell Barton
2013-02-04fix for memory leak selecting dope sheet summary with mask/grease-pencil data.Campbell Barton
2013-02-04fix [#34107] Grease pencil crash after box selectCampbell Barton
2013-02-04fix [#34104] vertex color: color select bugCampbell Barton
2013-02-04Fix #34079: RGB and HSV values inconsistencySergey Sharybin
2013-02-04fix [#34098] Crash after using Decimate or Remesh modifiersCampbell Barton
2013-02-04add BM_edge_is_contiguous(), check for python api.Campbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-04style cleanupCampbell Barton
2013-02-04drawvolume was timing drawing unnecessarily,Campbell Barton
2013-02-03One fix for bug [#33785] compositor is (unnecessarily?) slowMonique Dewanchand
2013-02-03Fix for [#34089] Crash opening file containing translation node saved before ...Jeroen Bakker
2013-02-03Fix for [#34022] Lines on renders using Blur node in flat modeJeroen Bakker
2013-02-03remove paranoid null check from BLI_ghash_lookup(), was the only ghash functi...Campbell Barton
2013-02-03fix [#34093] Metastrips don't behave correctly with alt+leftarrowCampbell Barton
2013-02-03style cleanup & some spellingCampbell Barton
2013-02-03Bug fix #34090Ton Roosendaal
2013-02-03fix BM_loop_calc_face_tangent for concave face corners, caused a bug in wire-...Campbell Barton
2013-02-03fix for error in own recent change, sculpt triangulate was done on a bmesh wi...Campbell Barton
2013-02-03when triangulating ngons, use beauty option to rotate edges. gives much nicer...Campbell Barton
2013-02-03improve edge slide with ngon's, distance calculation was average edge length.Campbell Barton
2013-02-03add dist_to_line_v3() for completeness, (had dist_to_line_v2 already)Campbell Barton
2013-02-03fix [#34073] Combined EdgeLoop slides weirdly on even tryCampbell Barton
2013-02-03improve BMesh api use from r54265, no need to do edge lookups from the faces ...Campbell Barton
2013-02-02Remove loose edges created during undo in dynamic-topology sculpt modeNicholas Bishop