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-10-08use booleans in BKE_nurb_handles_autocalc and BMO_op_vinitfCampbell Barton
2013-10-08replace len_v3v3 with len_squared_v3v3 for comparisons.Campbell Barton
2013-10-07Fix #36981, Removing Sample line fails during render.Lukas Toenne
2013-10-05Fix for my last customdata fix, accidentally left in comments.Brecht Van Lommel
2013-10-05rename presets not to use '+' character, also some typo fixes.Campbell Barton
2013-10-05Fix for unnecessary customdata warning with empty meshes.Brecht Van Lommel
2013-10-04Remove prints from own r60549, sorry for the noise.Bastien Montagne
2013-10-04Fix obvious bug in particle code (copying normal into nor when in if(ornor) b...Bastien Montagne
2013-10-04Fix #36930: dynamic topology sculpting with masks gave bad results:Brecht Van Lommel
2013-10-04Fix #36939, Objects with nodes appear in gray in viewport, using Solid shade,...Lukas Toenne
2013-10-03set mempool debug in the game-engine-player too. also remove redundant mempoo...Campbell Barton
2013-10-03Fix an own regression introduced in the dyntopo cleanup commits. Do notAntony Riakiotakis
2013-10-02fix [#36919] Cannot delete keyframe of animated simulation parameter if simul...Campbell Barton
2013-10-01style edits and use macro for prefix checkCampbell Barton
2013-10-01bugfix [#32346] Node animation, removing nodes keeps FCurves.Dalai Felinto
2013-10-01Fix use of uninitialized variable in recent node tree changes.Brecht Van Lommel
2013-10-01add assert for bone renaming, to check if the chanhash is still valid.Campbell Barton
2013-10-01Fix issues reported by coverity scan in recent changes to customdata code.Brecht Van Lommel
2013-10-01replace inline searches for BLI_findindexCampbell Barton
2013-10-01Yet another fix for node groups localization: The ntreeLocalMerge function ca...Lukas Toenne
2013-10-01Mark some CCG funcrions as inlinedSergey Sharybin
2013-10-01Fix for own commit r60468: All the localized node groups ended up in the main...Lukas Toenne
2013-10-01fix for error setting vector handles to free when both vector handles were se...Campbell Barton
2013-10-01Fix #36850, Material Node Editor Crash Always.Lukas Toenne
2013-10-01remove assert for poly_find_ear(), added recently but its incorrect, also min...Campbell Barton
2013-10-01Follow-up to r60433 (related to Bug #36878): additional checks for NULL line ...Tamito Kajiyama
2013-10-01Fix [#36422] Trimmed audio files (hard cut only) in a metastrip have their tr...Bastien Montagne
2013-09-30add asserts for id property functions (ensure invalid types aren't passed)Campbell Barton
2013-09-30Fix for plane track jitteringSergey Sharybin
2013-09-30more fixes relating to [#36878], freestyle was only checking for NULL linesty...Campbell Barton
2013-09-29Followup to r60416, we need to get cdlayers from bmesh everywhere! sorry...Bastien Montagne
2013-09-29Fix [#36847] If Force Field in Ridgid Body group, crash at first frame of ani...Bastien Montagne
2013-09-29Fix [#36830] 'Reset to Default Value' on Current Area Type button causes crashBastien Montagne
2013-09-29Fix [#36841] UV-Maps cannot be renamed in EditModeBastien Montagne
2013-09-28Fix [#36831] Grease Pencil dont create a drawing in current frame less than 1Bastien Montagne
2013-09-28Fix [#36827] 2.69 bug with smoke domain, particle emitter and a force field c...Bastien Montagne
2013-09-27Fix #36630, Particlesystem - boids - goal - collision.Lukas Toenne
2013-09-26Fix cycles issue with mapping node rotation and scale order. When using bothBrecht Van Lommel
2013-09-25fix error where BKE_mesh_cd_validate layer renaming would use invalid index v...Campbell Barton
2013-09-24fix [#36781] triangulation modifer creasesCampbell Barton
2013-09-24allocate bmesh data from known sizes where possible (was still using defaults...Campbell Barton
2013-09-24modifiers_isCorrectableDeformed now checks a modifier is enabled before retur...Campbell Barton
2013-09-24Fix #36793: missing update on undo with proxy object that is not using a prox...Brecht Van Lommel
2013-09-23Fix #36797 make linked node groups local does not work. Node tree library fun...Lukas Toenne
2013-09-22Fix [#36791]: Fire ignores force fields when smoke is set to 0.0Miika Hamalainen
2013-09-21bugfix: [#36786] customdata layers are not merging taken the names into consi...Dalai Felinto
2013-09-20Fix [#36759] UV Project - Specified UV Map doesnt work properlyBastien Montagne
2013-09-20correct include guards and add checks in check_style_c.py for them.Campbell Barton
2013-09-19fix [#36625] Particle Instances ignores Group offsetsCampbell Barton
2013-09-18Fix warnings message on load about packed images:Brecht Van Lommel