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
2014-02-14Fix T38504: cycles missing object in viewport with shape keys and shared mesh.Brecht Van Lommel
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Fix T35328: Disk caches of multiple particle systems on a single object overw...Sergey Sharybin
2014-02-05Fix T38476: incorrect hair draw type after editing particle system in edit mode.Brecht Van Lommel
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Fix T38450: Remove unused Children Offset optionSergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-30More snapping fixes (this is ridiculous).Bastien Montagne
2014-01-30Fix T38409: Snapping BugBastien Montagne
2014-01-29Fix T38358: Face snapping fails on Orthographic viewBastien Montagne
2014-01-29Move depsgraph debug print under --debug-depsgraph command line argumentSergey Sharybin
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-15Potential fix for T38111: Duplicating BOIDS emitter cause glitchy operationSergey Sharybin
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
2014-01-09Fix T38000: vertex parent crash due to threading issuesSergey Sharybin
2014-01-09Fix T38016: setting Object.matrix_world does not take bone parents into account.Brecht Van Lommel
2014-01-09Code cleanup: remove BKE_object_where_is_calc_simul function.Brecht Van Lommel
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-25Fix T37709: Memory corruption when freeing custom bone shape objectsSergey Sharybin
2013-12-20Code Cleanup: styleCampbell Barton
2013-12-18Style CleanupCampbell Barton
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-11Move curve's boundbox and texspace calculation out of modifier stackSergey Sharybin
2013-12-09Code Cleanup: use ELEM macro when checking object typeCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-01Fix [#37266] Skin modifier can't be copied.Bastien Montagne
2013-10-22Making real need to remove proxiesSergey Sharybin
2013-10-17Missing ParticleSystem->parent pointer check in BKE_object_unlink.Lukas Toenne
2013-10-16edits to r60777 - move ED_object_hook_reset_do into BKE object (if RNA needs ...Campbell Barton
2013-09-30more fixes relating to [#36878], freestyle was only checking for NULL linesty...Campbell Barton
2013-09-24Fix #36793: missing update on undo with proxy object that is not using a prox...Brecht Van Lommel
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-09-02fix odd (intentional) behavior with vertex parent,Campbell Barton
2013-09-02support for vertex parenting in object mode for object types which support it...Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-21Partial revert of recenr cu->disp merge commitSergey Sharybin
2013-08-19Tag object-data level boundbox as invalid rather than freeing itSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-08-13change VIEW3D_OT_camera_to_view_selected poll function so it can be called fr...Campbell Barton
2013-08-06replace mul_serie_m4 with mul_m4_m4m4 when only 3 args are givenCampbell Barton
2013-08-03fix for [#36260] 2,300 Objects Makes Blender UnresponsiveSv. Lockal
2013-07-26fix [#36270] Crash with pinningCampbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19code cleanup: inconsistent 'break' placement in BKE_object_minmaxCampbell Barton