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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-05RNA: correct callback typeCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-22Cleanup: remove last G.main from RNA.Bastien Montagne
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-13Cleanup: moar ugly G.main removal...Bastien Montagne
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE objectBastien Montagne
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-05-07Fix T54525: crash when setting number of frames to use between dupoffPhilipp Oeser
2018-03-19Cleanup: split lattice into own libraryCampbell Barton
2018-03-13Cleanup: pass selectmode directlyCampbell Barton
2018-02-18Fix T54089: missing GLSL material draw update when changing object pass index.Brecht Van Lommel
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-14Fix T52729: Decimals not showing over 100m or 100 feetBastien Montagne
2017-05-29Fix T51657: ID user count error when deleting a newly created object with an ...Bastien Montagne
2017-05-27Remove MinGW supportAaron Carlisle
2017-04-14Object Info node support for GLSL mode and the internal renderAlexander Romanov
2017-02-25Fix (unreported) missing update when adding constraint from RNA.Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-09-22RNA/UI: Allow displaying in tooltip why RNA property isn't editableJulian Eisel
2016-08-30Correct render pass identifier usage in toolitpsAaron Carlisle
2016-07-14Cleanup: comment blocksCampbell Barton
2016-07-08Rework/split test_object_materials().Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-06RNA: disable animating object dimensionsCampbell Barton
2016-04-29Cleanup: warnings. spellingCampbell Barton
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-01-07Cleanup: use generic xyz axis enumsCampbell Barton
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-12-03Fix T46913: Crash adding hook to linked mesh dupliCampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-18Cleanup: editor api namingCampbell Barton
2015-10-28BGE: Fix T46557: Empty collision bounds option with character physicsUlysse Martin
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-10-16Fix T46502: Linked dupli-group lost on reloadCampbell Barton
2015-10-12Cleanup: RNA naming, use 'max' as a suffixCampbell Barton
2015-10-12RNA: correct tipsCampbell Barton
2015-10-11BGE: Adding a Max Jumps value to the character physic windowThomas Szepe
2015-10-11BGE: Add icons to collision shapes.Thomas Szepe
2015-08-06Fix T45695: Assigning material reverts MaterialSlot.linkCampbell Barton
2015-07-25Fix T45553: Object parent_type 'ARMATURE' disappeared in Blender 2.75.Bastien Montagne
2015-07-13RNA assert: make object game state to comply with RNA_property_boolean_get_in...Dalai Felinto
2015-07-07Using proper subtype in game object velocity clamping properties.Sybren A. Stüvel
2015-06-28BGE: added clamping of angular velocity.Sybren A. Stüvel
2015-06-23Fix T45051: Curve parent bug.Bastien Montagne