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-01Fix T57553: Python operator popup size does not follow UI scale and DPI.Brecht Van Lommel
2018-10-19CTX_DATA_BEGIN for active object only (..._from_active_object)Dalai Felinto
2018-10-13ED_pose_recalculate_paths: Run only for active objectDalai Felinto
2018-10-13Pose path: skip time printing when not DEBUG_TIMEDalai Felinto
2018-10-12Revert "Multi-Objects: POSE_OT_paths_*"Dalai Felinto
2018-10-12Multi-Objects: POSE_OT_paths_*Dalai Felinto
2018-10-12Revert "Fix for ARMATURE_OT_layers_show_allDalai Felinto
2018-10-12Revert "Multi-Objects: ARMATURE_OT_armature_layersDalai Felinto
2018-10-12Multi-Objects: ARMATURE_OT_armature_layers for poseDalai Felinto
2018-10-12Multi-Objects: POSE_OT_bone_layersDalai Felinto
2018-10-12POSE_OT_rotation_mode_set: Adding missing notifierDalai Felinto
2018-10-12Multi-Objects: POSE_OT_rotation_mode_setDalai Felinto
2018-10-12Multi-Objects: POSE_OT_autoside_namesDalai Felinto
2018-10-10Fix for ARMATURE_OT_layers_show_all in pose modeDalai Felinto
2018-10-10Multi-Objects: ARMATURE_OT_layers_show_allDalai Felinto
2018-09-29Multi-Objects: ARMATURE_OT_armature_layersDalai Felinto
2018-09-28Make struct initialization happy for CLangSergey Sharybin
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-14Motion Paths: interactively update current frame location while dragging.Brecht Van Lommel
2018-09-14Fix object motion paths not updating correct after filtering optimization.Brecht Van Lommel
2018-09-02Cleanup: comment blocksCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-24Cleanup: indentation, styleCampbell Barton
2018-08-23Motion Path Calcs: Use filtered depsgraph by defaultJoshua Leung
2018-08-23Code CleanupJoshua Leung
2018-08-23Fix memory leak - the temporary depsgraph instance was not getting freed afte...Joshua Leung
2018-08-23Faster Motion Path calculations using Depsgraph FilteringJoshua Leung
2018-08-20Motion Paths UI: "Update from Scene Range" operatorJoshua Leung
2018-08-02Dev Tooling: Instrument motion path calculation operator (for bones) to colle...Joshua Leung
2018-07-31Fix: Motion Paths were still visible after clearing themJoshua Leung
2018-07-24Motion paths: default to bone head instead of tail location.Brecht Van Lommel
2018-07-11Cleanup: remove redundant operatorCampbell Barton
2018-07-11Cleanup: simplify RNA namesCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-12Cleanup: moar G.main removal from BKE area.Bastien Montagne
2018-06-07Merge branch 'master' into blender2.8Bastien Montagne
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-06-01T54991: Restore support for Motion Path drawing in 2.8Joshua Leung
2018-05-15Fix POST_OT_hide/revealJoshua Leung
2018-05-14Fix: With no bones selected, move bones to layer operator would display garba...Joshua Leung