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
2017-11-09Cleanup: Use full name for scene_layer in makesrnaSergey Sharybin
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-05-02RNA: Remove remaining relevant scene->basact and BaseLegacyDalai Felinto
2017-02-26Merge branch 'master' into blender2.8Brecht Van Lommel
2017-02-24Add "Gravitation" option to "Force" type force fieldsLuca Rood
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-08-21Merge branch 'master' into blender2.8Bastien Montagne
2016-08-16Fix depsgraph to compute more accurate links for collision & force.Alexander Gavrilov
2016-08-06Merge branch 'master' into blender2.8Bastien Montagne
2016-07-31Support limiting collisions by group for softbody and particlesAlexander Gavrilov
2016-05-23Fix T48487: Physics cache names allow (back)slashes, which breaks its handling.Bastien Montagne
2016-04-29Removed point cache blenkernel code.Lukas Tönne
2016-04-29Removed PointCache RNA struct definition and uses.Lukas Tönne
2016-04-12Removed most particle system code from RNA.Lukas Tönne
2016-01-07Cleanup: use generic xyz axis enumsCampbell Barton
2015-11-23Cleanup: shadowing (rna, modifiers, *misc*)Campbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-18RNA: reuse axis enumCampbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-10-12RNA: correct tipsCampbell Barton
2015-04-16RNA: avoid past tense in property namesCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-09-16Fix T41840: bpy.context.object.collision.thickness_inner has no effect on cloth.Bastien Montagne
2014-08-10Fix for rB3cd2c6145ae1.Bastien Montagne
2014-08-10Fix T41295: Rigid bodyfield weights not working.??Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-21Fix T37906: Adding force field settings to boids gives hard crashSergey Sharybin
2013-12-04Fix T37189: Inconsistent icons for Force fieldSergey Sharybin
2013-11-19Remove Surface modifier when removing force field from objectSergey Sharybin
2013-10-11code cleanup: reuse rna_matrix_dimsize_NxN defines between RNA functionsCampbell Barton
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-10Usual UI messages fixes...Bastien Montagne
2013-09-05simplify idprop reallocation with MEM_recallocNCampbell Barton
2013-09-03Related to #36382: for linked object point caches, show a message that diskBrecht Van Lommel
2013-08-02Fix [#35541]: Point cache doesn't load existing frames from disk if cache fil...Miika Hamalainen
2013-04-24fix for mistake in own recent commit r56249 with rna_EffectorWeight_pathCampbell Barton
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-03-17fix for missing NULL pointer checks and incorrect array freeCampbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-22code cleanup: remove unused argCampbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-18pointcache: Set start frame soft limit to 1Sergej Reich
2013-01-23rigidbody: Add force field supportSergej Reich
2012-12-30code cleanup: text editor formatting enums were named crypticly, also add ass...Campbell Barton
2012-12-29Long ago we used to be able to bake physics from negative frames, feature tha...Pablo Vazquez